Closed Bug 1586551 Opened 5 years ago Closed 5 years ago

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)

defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Depends on 1 open bug)

Details

(Keywords: intermittent-failure, regression)

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

https://searchfox.org/mozilla-central/rev/5cb522c7baba24e55874809e0e206b001494c1e9/testing/web-platform/meta/css/css-ui/appearance-auto-001.html.ini#7

That line probably needs to be ["PASS", "FAIL"] like the line before it.

Depends on: 1560360
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Status: REOPENED → RESOLVED
Closed: 5 years ago5 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.