Intermittent TEST-UNEXPECTED-PASS | /css/css-ui/appearance-auto-001.html | Testing http://web-platform.test:8000/css/css-ui/appearance-auto-001.html == http://web-platform.test:8000/css/css-ui/appearance-auto-ref.html
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure, regression)
Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=269937428&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/eF7vCzsjSp-KBvTkuqvgHQ/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/eF7vCzsjSp-KBvTkuqvgHQ/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Comment hidden (Intermittent Failures Robot) |
Comment 2•5 years ago
|
||
Looks like this test is known flaky/unstable on Windows, per bug 1560360. We presumably need to update the annotation a bit.
Currently this platform (win10-64bit) is getting its expectation set by the last line here:
expected:
if (os == "win") and (processor == "x86"): FAIL
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
if (os == "win") and (processor == "x86_64"): FAIL
That line probably needs to be ["PASS", "FAIL"]
like the line before it.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 15•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 16•5 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 21•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Description
•