Bug 216292
Summary: | [ macOS iOS ] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hector Lopez <hector_i_lopez> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, lmoura, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Hector Lopez
imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html
Test is a flaky failure according to history on macOS wk2 Release. First occurrence of failure is at r 266719.
Was able to reproduce on Catalina:
run-webkit-tests imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html --iterations 100 --exit-after-n-failures 3
[2/100] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html failed unexpectedly (text diff)
[12/100] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html failed unexpectedly (text diff)
[15/100] imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html failed unexpectedly (text diff)
Exiting early after 3 failures. 15 tests run.
12 tests ran as expected, 3 didn't (85 didn't run):
Regressions: Unexpected text-only failures (1)
imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item.html [ Failure ]
Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-flexbox/quirks-auto-block-size-with-percentage-item-actual.txt
@@ -2,5 +2,12 @@
-PASS #container 1
+FAIL #container 1 assert_equals:
+<div id="container" style="width:200px; height:456px;">
+ <div style="display:flex; background:blue;" data-expected-height="100">
+ <img style="width:100px; height: 50%;" src="support/1x1-green.png" data-expected-height="100">
+ <div style="width: 50px; height: 100%; background: red;" data-expected-height="0"></div>
+ </div>
+</div>
+height expected 100 but got 0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/68537198>
Hector Lopez
Test expectation while investigated:
https://trac.webkit.org/changeset/266759/webkit
Hector Lopez
Test is now a flaky failure on macOS wk1 Release and iOS wk2 Release according to history.
Test expectations added:
https://trac.webkit.org/changeset/267055/webkit
Hector Lopez
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-flexbox%2Fquirks-auto-block-size-with-percentage-item.html&limit=50000&style=release
Hector Lopez
Test is also now failing on macOS Debug wk1/2.
Test expectations changed to reflect failures:
https://trac.webkit.org/changeset/267100/webkit
Lauro Moura
Same failure happening in GTK/WPE Release bots, but not in the Debug ones, since r266716 (first occurrence).
Expectations updated in r267816.