Bug 197204
| Summary: | [ Mac WK1 ] Layout Test webexposed/css-properties-behind-flags.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ap, dino, koivisto, lforschler, obrufau, ryanhaddad, simon.fraser, sroberts, thorton |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Truitt Savell
The following layout test is flaky on Mac WK1
webexposed/css-properties-behind-flags.html
Probable cause:
This test appears to have been flakey for the whole history but has become more flakey on the bots somewhere around April 8th.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=webexposed%2Fcss-properties-behind-flags.html
Diff:
--- /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/webexposed/css-properties-behind-flags-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk1/build/layout-test-results/webexposed/css-properties-behind-flags-actual.txt
@@ -7,13 +7,13 @@
PASS border-inline-width is not exposed
PASS border-inline-style is not exposed
PASS border-inline-color is not exposed
-PASS inset is not exposed
-PASS inset-block is not exposed
-PASS inset-block-start is not exposed
-PASS inset-block-end is not exposed
-PASS inset-inline is not exposed
-PASS inset-inline-start is not exposed
-PASS inset-inline-end is not exposed
+FAIL inset is not exposed assert_false: inset not in style expected false got true
+FAIL inset-block is not exposed assert_false: inset-block not in style expected false got true
+FAIL inset-block-start is not exposed assert_false: inset-block-start not in style expected false got true
+FAIL inset-block-end is not exposed assert_false: inset-block-end not in style expected false got true
+FAIL inset-inline is not exposed assert_false: inset-inline not in style expected false got true
+FAIL inset-inline-start is not exposed assert_false: inset-inline-start not in style expected false got true
+FAIL inset-inline-end is not exposed assert_false: inset-inline-end not in style expected false got true
PASS margin-block is not exposed
PASS margin-inline is not exposed
PASS padding-block is not exposed
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Truitt Savell
This issue is still occurring.
Truitt Savell
This test was added in https://trac.webkit.org/changeset/238244/webkit
Tim Horton
Still flaking
Tim Horton
A lot!
Alexey Proskuryakov
Marked as flaky in http://trac.webkit.org/r254150
Oriol Brufau
I have removed the test in bug 216178, since there is no longer any CSS property disabled behind a flag.