Closed
Bug 1458365
Opened 7 years ago
Closed 6 years ago
layout/style/test/test_dont_use_document_colors.html fails on Windows ASan builds
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: away, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I can't reproduce this locally, but it's consistent on Try: https://queue.taskcluster.net/v1/task/c71gDT7LSpWZwQlMKo_0Aw/runs/0/artifacts/public/logs/live_backing.log
Given that ASan builds have extra slowness, maybe it's a timing issue? Perhaps the effects of the pref change don't propagate through the system in time for the code that reads it? I'm just guessing.
May be related to bug 1458364, which like this bug also flips a pref and looks for a computed style change.
I intend to land a change disabling this test on Windows ASan builds, and mark this bug as leave-open.
Comment 1•7 years ago
|
||
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7311a5f318d3
Skip test_dont_use_document_colors.html on Windows ASan. DONTBUILD
Keywords: leave-open
Comment 4•7 years ago
|
||
bugherder |
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 5•6 years ago
|
||
Tryserver indicates that this no longer fails, so we can re-enable the test: https://treeherder.mozilla.org/#/jobs?repo=try&revision=0453f071f396c0bbe4e4e1b6dcbfd441a47c6f79. So I'm going to push this with r=dmajor that was pre-emptively given in bug 1458364 comment 9.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a17e7caad447
Re-enable test_dont_use_document_colors.html on Windows/ASAN, as it no longer seems to fail there. r=dmajor
Comment 7•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•