Bug 262687

Summary: [Win] fast/workers/pending-requestAnimationFrame-upon-destruction.html is ramdomly failing
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Fujii Hironori
Reported 2023-10-05 01:04:44 PDT
[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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-12 01:05:14 PDT
Fujii Hironori
Comment 2 2023-11-22 12:38:13 PST
This is reproducible with Windows Debug on my PC.
Fujii Hironori
Comment 3 2023-11-22 13:11:26 PST
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
Note You need to log in before you can comment on or make changes to this bug.