Skip to content

Instantly share code, notes, and snippets.

View fujii's full-sized avatar

Fujii Hironori fujii

View GitHub Profile
Debian 9 (stretch) 2017-06-17 gcc 6.3.0 clang 3.8
Ubuntu 18.04 (Bionic Beaver) 2018-04-26 gcc 7.4.0 clang 6.0
Debian 10 (buster) 2019-07-06? gcc 8.3 clang 7.0
Ubuntu 20.04 2020-04-??
https://packages.debian.org/
https://packages.ubuntu.com/
Supporting Debian 9 (stretch) has been dropped in May 2019.
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1>Checking Build System
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/Source/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/Source/WTF/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/Source/WTF/wtf/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/Source/JavaScriptCore/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/Source/JavaScriptCore/shell/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because C:/webkit/gc/WebKitBuild/Debug/Source/ThirdParty/ANGLE/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run
WebKit.dll!WebCore::MediaPlayerPrivateMediaFoundation::setSize(const WebCore::IntSize & size) Line 359 C++
WebKit.dll!WebCore::MediaPlayer::setSize(const WebCore::IntSize & size) Line 875 C++
> WebKit.dll!WebCore::RenderVideo::updatePlayer() Line 259 C++
WebKit.dll!WebCore::RenderVideo::updateFromElement() Line 235 C++
WebKit.dll!WebCore::HTMLMediaElement::updateRenderer() Line 971 C++
WebKit.dll!WebCore::HTMLMediaElement::progressEventTimerFired() Line 2915 C++
[External Code]
WebKit.dll!WTF::Detail::CallableWrapper<std::_Binder<std::_Unforced,void (WebCore::HTMLMediaElement::*&)(),WebCore::HTMLMediaElement *>,void>::call() Line 52 C++
WebKit.dll!WTF::Function<void ()>::operator()() Line 79 C++
WebKit.dll!WebCore::Timer::fired() Line 127 C++
PS C:\webkit\gb> python ./Tools/Scripts/run-webkit-tests --debug --no-new-test-results --dump-render-tree -v resize-observer
Using port 'win-win10'
Test configuration: <win10, x86, debug>
Placing test results in C:\webkit\gb\WebKitBuild\Debug\bin32\layout-test-results
Using Debug build
Pixel tests disabled
Regular timeout: 30000, slow test timeout: 150000
Command line: C:\webkit\gb\WebKitBuild\Debug\bin32\DumpRenderTree.exe -
--lint-test-files warnings:
@fujii
fujii / pool.txt
Last active July 31, 2021 13:17
練馬区 旭町南地区区民館 プール
旭町南地区区民館のプール
①たて15メートルよこ4メートル(深さ1メートル2コース)
②子供用プール(円形・深さ40センチメートル)
土曜・日曜・祝休日と夏休み期間の午前・午後は、個人利用となります。
1時間 幼児0円 小学生50円 中学生以上100円
見学室有り。
ロッカー有り。 100円玉リターン式
PS C:\work\tmp> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.17134.590
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.590
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
@fujii
fujii / sources.list
Created April 19, 2019 08:19
Ubuntu 19.04 (Disco Dingo) 用 sources.list
deb mirror://mirrors.ubuntu.com/mirrors.txt disco main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt disco-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt disco-backports main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt disco-security main restricted universe multiverse
PS C:\work\cmake-example\build> cmake .. -G "Visual Studio 15 2017"
-- The CXX compiler identification is MSVC 19.15.26732.1
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.15.26726/bin/Hostx64/x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.15.26726/bin/Hostx64/x86/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Failed
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-updates main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-backports main restricted universe multiverse
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-security main restricted universe multiverse