[Win] fast/workers/pending-requestAnimationFrame-upon-destruction.html is ramdomly failing Only WinCairo-64-bit-Release-Tests is ramdomly failing https://results.webkit.org/?suite=layout-tests&test=fast%2Fworkers%2Fpending-requestAnimationFrame-upon-destruction.html https://build.webkit.org/results/WinCairo-64-bit-Release-Tests/268892@main%20(2330)/fast/workers/pending-requestAnimationFrame-upon-destruction-diff.txt --- C:\BW\WinCairo-64-bit-Release-Tests\build\layout-test-results\fast/workers/pending-requestAnimationFrame-upon-destruction-expected.txt +++ C:\BW\WinCairo-64-bit-Release-Tests\build\layout-test-results\fast/workers/pending-requestAnimationFrame-upon-destruction-actual.txt @@ -1 +1,2 @@ +CONSOLE MESSAGE: ReferenceError: Can't find variable: requestAnimationFrame This test passes if it doesn't crash.
<rdar://problem/116851902>
This is reproducible with Windows Debug on my PC.
1. Start a WebKit command prompt. https://docs.webkit.org/Ports/WindowsPort.html 2. Open Task Manager. Open the detail view. Select the 'cmd' or 'powershell' process 3. Change CPU affinity of the process to a single CPU 4. Run layout test in the WebKit command prompt python ./Tools/Scripts/run-webkit-tests --debug --force --iter=10 fast/workers/pending-requestAnimationFrame-upon-destruction.html