RESOLVED DUPLICATE of bug 126142 239254
[ iOS Mac ] css3/calc/transitions-dependent.html is a flaky text failure
https://bugs.webkit.org/show_bug.cgi?id=239254
Summary [ iOS Mac ] css3/calc/transitions-dependent.html is a flaky text failure
Dawn Morningstar
Reported 2022-04-12 14:44:50 PDT
css3/calc/transitions-dependent.html Is a flaky text failure. Looking at the history r287874 improved the failure from constant to flaky. HISTORY: https://results.webkit.org/?suite=layout-tests&test=css3%2Fcalc%2Ftransitions-dependent.html DIFF: --- /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/css3/calc/transitions-dependent-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/css3/calc/transitions-dependent-actual.txt @@ -1,12 +1,22 @@ +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found +CONSOLE MESSAGE: A transition for property width could not be found This tests that calc() expressions depending on transitioning elements behave correctly. -PASS - "width" property for "inner" element at 0s was: 60 -PASS - "width" property for "inner" element at 0.25s was: 110 -PASS - "width" property for "inner" element at 0.5s was: 160 -PASS - "width" property for "inner" element at 0.75s was: 210 +FAIL - "width" property for "inner" element at 0s expected: 60 but saw: 260 +FAIL - "width" property for "inner" element at 0.25s expected: 110 but saw: 260 +FAIL - "width" property for "inner" element at 0.5s expected: 160 but saw: 260 +FAIL - "width" property for "inner" element at 0.75s expected: 210 but saw: 260 PASS - "width" property for "inner" element at 1s was: 260 -PASS - "width" property for "innerTransition" element at 0s was: 60 -PASS - "width" property for "innerTransition" element at 0.25s was: 167.5 -PASS - "width" property for "innerTransition" element at 0.5s was: 275 -PASS - "width" property for "innerTransition" element at 0.75s was: 382.5 +FAIL - "width" property for "innerTransition" element at 0s expected: 60 but saw: 490 +FAIL - "width" property for "innerTransition" element at 0.25s expected: 167.5 but saw: 490 +FAIL - "width" property for "innerTransition" element at 0.5s expected: 275 but saw: 490 +FAIL - "width" property for "innerTransition" element at 0.75s expected: 382.5 but saw: 490 PASS - "width" property for "innerTransition" element at 1s was: 490 DIFF-URL: https://build.webkit.org/results/Apple-iOS-15-Simulator-Debug-WK2-Tests/r287918%20(1214)/css3/calc/transitions-dependent-diff.txt
Attachments
Dawn Morningstar
Comment 1 2022-04-12 14:49:30 PDT
Failure is reproducible at Monterey TOT using run-webkit-tests css3/calc/transitions-dependent.html And is a constant text failure locally rather than flaky.
Radar WebKit Bug Importer
Comment 2 2022-04-12 14:49:49 PDT
Dawn Morningstar
Comment 3 2022-04-20 19:14:52 PDT
*** This bug has been marked as a duplicate of bug 126142 ***
Note You need to log in before you can comment on or make changes to this bug.