Bug 226299

Summary: [BigSur] http/tests/performance/performance-resource-timing-resourcetimingbufferfull-crash.html is a flaky failure
Product: WebKit Reporter: Amir Mark Jr <amir_mark>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Amir Mark Jr
Reported 2021-05-26 15:22:16 PDT
http/tests/performance/performance-resource-timing-resourcetimingbufferfull-crash.html Is a flaky failure on Big Sur WK1 and Wk2 Release and Debug History: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fperformance%2Fperformance-resource-timing-resourcetimingbufferfull-crash.html Text Diff: --- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/http/tests/performance/performance-resource-timing-resourcetimingbufferfull-crash-expected.txt +++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/http/tests/performance/performance-resource-timing-resourcetimingbufferfull-crash-actual.txt @@ -5,31 +5,6 @@ loadImagesInAnotherFrame(7) -container.innerHTML = ""; resourcetimingbufferfullFired = false -performance.setResourceTimingBufferSize(3); performance.clearResourceTimings() -PASS performance.getEntriesByType("resource").length is 0 -divsWithBackgroundImages(7); container.getBoundingClientRect() -PASS resources = performance.getEntriesByType("resource"); resources.length is 3 -PASS resources[0].initiatorType is "css" -PASS new URL(resources[0].name).search is "?resource=0" -PASS new URL(resources[1].name).search is "?resource=1" -PASS new URL(resources[2].name).search is "?resource=2" -PASS resourcetimingbufferfullEventCount is 0 - -Inside resourcetimingbufferfull 1 -PASS performance.clearResourceTimings(); performance.getEntriesByType("resource").length is 0 - -Inside resourcetimingbufferfull 2 -PASS resources = performance.getEntriesByType("resource"); resources.length is 3 -PASS new URL(resources[0].name).search is "?resource=3" -PASS new URL(resources[1].name).search is "?resource=4" -PASS new URL(resources[2].name).search is "?resource=5" -PASS performance.clearResourceTimings(); performance.getEntriesByType("resource").length is 0 - -After resourcetimingbufferfull -PASS resources = performance.getEntriesByType("resource"); resources.length is 1 -PASS resources[0].initiatorType is "css" -PASS new URL(resources[0].name).search is "?resource=6" PASS successfullyParsed is true TEST COMPLETE
Attachments
Radar WebKit Bug Importer
Comment 1 2021-05-26 15:22:38 PDT
Amir Mark Jr
Comment 2 2021-05-26 15:49:49 PDT
Note You need to log in before you can comment on or make changes to this bug.