Bug 148925

Summary: svg/dom/svg-root-lengths.html is flaky
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=130591
https://bugs.webkit.org/show_bug.cgi?id=134577

Description Alexey Proskuryakov 2015-09-06 23:11:55 PDT
svg/dom/svg-root-lengths.html flakily fails on Mac:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&showExpectations=true&revision=189152&tests=svg%2Fdom%2Fsvg-root-lengths.html

@@ -7,18 +7,18 @@
 
 TEST COMPLETE
 Initial/default values:
-PASS svg.width.baseVal.value is 200
-PASS svg.height.baseVal.value is 200
+FAIL svg.width.baseVal.value should be 200. Was 0.
+FAIL svg.height.baseVal.value should be 200. Was 0.
 
 Updated relative values:
-PASS svg.width.baseVal.value is 100
-PASS svg.height.baseVal.value is 20
+FAIL svg.width.baseVal.value should be 100. Was 0.
+FAIL svg.height.baseVal.value should be 20. Was 0.
 
 Updated fixed values:
 PASS svg.width.baseVal.value is 150
 PASS svg.height.baseVal.value is 50
 
 viewBox has no effect on top level length resolution.
-PASS svg.width.baseVal.value is 200
-PASS svg.height.baseVal.value is 100
+FAIL svg.width.baseVal.value should be 200. Was 0.
+FAIL svg.height.baseVal.value should be 100. Was 0.
Comment 1 Alexey Proskuryakov 2015-09-06 23:14:54 PDT
I could reproduce locally with this command:

run-webkit-tests svg/dom/svg-root-lengths.html --repeat 1000 --no-build --no-retry --force -f

Marked as flaky in r189457.
Comment 2 EWS 2024-01-17 17:58:45 PST
Committed 273156@main (ba9ec2f8082f): <https://commits.webkit.org/273156@main>

Reviewed commits have been landed. Closing PR #22878 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-01-17 18:00:16 PST
<rdar://problem/121160020>