Perma layout/style/test/test_visited_reftests.html | reftest comparison: != logical-box-border-color-visited-link-002.html logical-box-border-color-visited-link-ref.html
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.88 KB,
patch
|
Details | Diff | Splinter Review |
Filed by: nerli [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=222270730&repo=mozilla-inbound
11:19:33 INFO - TEST-INFO | started process screencapture
11:19:33 INFO - TEST-INFO | screencapture: exit 0
11:19:33 INFO - <snipped 141 output lines - if you need more context, please use SimpleTest.requestCompleteLog() in your test>
11:19:33 INFO - Buffered messages logged at 11:19:21
11:19:33 INFO - TEST-PASS | layout/style/test/test_visited_reftests.html | reftest comparison: == svg-image-visited-1c.html svg-image-visited-1-ref.html
11:19:33 INFO - TEST-PASS | layout/style/test/test_visited_reftests.html | reftest comparison: == svg-image-visited-1d.html svg-image-visited-1-ref.html
11:19:33 INFO - Buffered messages logged at 11:19:22
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - Buffered messages logged at 11:19:23
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - Buffered messages logged at 11:19:24
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
11:19:33 INFO - TEST-FAIL | layout/style/test/test_visited_reftests.html | The author of the test has indicated that flaky timeouts are expected. Reason: async link coloring
Comment 1•7 years ago
|
||
The issue seems to have started from https://hg.mozilla.org/integration/mozilla-inbound/rev/009cf5f885ba2406585a572c2281791d99a77521
Comment 2•7 years ago
|
||
I think we just need to change the "!=" to "==" here:
https://searchfox.org/mozilla-central/source/layout/style/test/test_visited_reftests.html#95-96
The testcase uses "border-block-color" and it seems that it was previously using "!=" simply because we didn't support that property yet. But now we do, as of the cset linked in comment 1.
Mats or emilio, can you confirm/sanity-check this assessment?
Updated•7 years ago
|
Comment 4•7 years ago
|
||
chatted with emilio in #layout -- I'm going to land a s/!=/==/ adjustment with r=him.
Comment 5•7 years ago
|
||
Ah, I'm too slow - noemi backed out bug 1520236, since this was busting inbound.
I'll just post the patch for reference, and mats probably wants to merge it with his main commit when relanding.
Updated•7 years ago
|
Comment 6•7 years ago
|
||
Here's the bustage fix that I was about to land (just posting for convenience when mats relands the main patch).
Comment 7•7 years ago
|
||
Anyway: for now, I think this is FIXED-by-backout (bug 1520236 comment 6).
Updated•7 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•