Closed
Bug 1090627
Opened 9 years ago
Closed 9 years ago
Disable failing reftests to get Linux opt e10s tests green
Categories
(Testing :: Reftest, defect)
Tracking
(e10s+)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: billm, Assigned: billm)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
1.87 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
1.19 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
1.19 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #8513119 -
Flags: review?(matt.woodrow)
Comment 1•9 years ago
|
||
Why skip-if rather than fails-if? skip-if should generally be used for crashes; fails-if should be used for failures, so when the failures are fixed we'll know to reenable the tests.
Assignee | ||
Comment 2•9 years ago
|
||
I can use fail-if for the gradient tests. The video tests are timing out so I think we want skip-if there.
Comment 3•9 years ago
|
||
Comment on attachment 8513119 [details] [diff] [review] disable-reftests Review of attachment 8513119 [details] [diff] [review]: ----------------------------------------------------------------- Yeah, make the gradient tests fails-if please :)
Attachment #8513119 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f2e96abcf610
Assignee | ||
Comment 5•9 years ago
|
||
Made a stupid mistake: https://hg.mozilla.org/integration/mozilla-inbound/rev/a67645f84f65 https://hg.mozilla.org/integration/mozilla-inbound/rev/1aa71eb718f7
Comment 6•9 years ago
|
||
sorry had to back 1aa71eb718f7 out for test failures like https://treeherder.mozilla.org/ui/logviewer.html#?job_id=3427216&repo=mozilla-inbound
Assignee | ||
Comment 7•9 years ago
|
||
Worked around the b2g issue: https://hg.mozilla.org/integration/mozilla-inbound/rev/af652f97938d However, it looks like more tests are failing now.
Keywords: leave-open
Updated•9 years ago
|
tracking-e10s:
--- → +
Assignee | ||
Comment 9•9 years ago
|
||
Now that plugins are working, some reftests that were marked as failing are now passing. This is progress!
Attachment #8515340 -
Flags: review?(roc)
Assignee | ||
Comment 10•9 years ago
|
||
There seems to be some sort of bad interaction here between fails-if and fuzzy. Somehow the fails-if annotation isn't having any effect. I still see: 0:07.64 REFTEST TEST-UNEXPECTED-FAIL | file:///home/billm/moz/in3/layout/reftests/css-gradients/large-gradient-3.html | image comparison (==), max difference: 211, number of differing pixels: 800000 It looks like fuzzy overrides whatever state is set by fails-if. I worked around this using fuzzy-if. Is this the right way to do this?
Attachment #8515401 -
Flags: review?(dbaron)
Attachment #8515340 -
Flags: review?(roc) → review+
Comment 11•9 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #10) > Created attachment 8515401 [details] [diff] [review] > fix-fuzzy > > There seems to be some sort of bad interaction here between fails-if and > fuzzy. Somehow the fails-if annotation isn't having any effect. I still see: > 0:07.64 REFTEST TEST-UNEXPECTED-FAIL | > file:///home/billm/moz/in3/layout/reftests/css-gradients/large-gradient-3. > html | image comparison (==), max difference: 211, number of differing > pixels: 800000 > > It looks like fuzzy overrides whatever state is set by fails-if. I worked > around this using fuzzy-if. Is this the right way to do this? I think just swapping the order would work too, but that seems fine to me.
Comment 12•9 years ago
|
||
Comment on attachment 8515401 [details] [diff] [review] fix-fuzzy Yeah, fuzzy is pretty broken. Swapping the order would probably work, but the fails annotation (and others) doesn't fully override fuzzy.
Attachment #8515401 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 13•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/799df20c9b98 https://hg.mozilla.org/integration/mozilla-inbound/rev/db4eb0dbd8e2 I want to leave this open until tests are actually green.
Comment 14•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/799df20c9b98 https://hg.mozilla.org/mozilla-central/rev/db4eb0dbd8e2
Assignee | ||
Comment 15•9 years ago
|
||
Tests are green and running.
You need to log in
before you can comment on or make changes to this bug.
Description
•