Open
Bug 1438841
Opened 7 years ago
Updated 2 years ago
3 async-scrolling reftests fail on new windows 10 hardware
Categories
(Core :: Layout, defect, P3)
Tracking
()
NEW
People
(Reporter: jmaher, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.49 KB,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
you can see many failures when on try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=38d33764c8fcb54a270518d63f2b596a4f4dde30&filter-searchStr=reftest
we are getting new hardware to run windows 10 tests on and the tests are failing.
adding fuzzy-if changes allows this to pass:
-fuzzy(1,246) fuzzy-if(skiaContent,2,170) fuzzy-if(browserIsRemote&&d2d,53,187) skip-if(!asyncPan) == bg-fixed-child-mask.html bg-fixed-child-mask-ref.html
+fuzzy(1,246) fuzzy-if(skiaContent,2,170) fuzzy-if(browserIsRemote&&d2d,59,187) skip-if(!asyncPan) == bg-fixed-child-mask.html bg-fixed-child-mask-ref.html
-skip-if(!asyncPan) == position-fixed-body.html position-fixed-body-ref.html
+fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),1,3120) skip-if(!asyncPan) == position-fixed-body.html position-fixed-body-ref.html
-fuzzy-if(browserIsRemote&&d2d,1,19) skip-if(!asyncPan) == background-blend-mode-1.html background-blend-mode-1-ref.html
+fuzzy-if(browserIsRemote&&d2d,1,20) skip-if(!asyncPan) == background-blend-mode-1.html background-blend-mode-1-ref.html
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 8951593 [details] [diff] [review]
add fuzzy-if to get reftests green
I would like to fuzzy-if and leave this open until there are dev cycles to look into this
Attachment #8951593 -
Flags: review?(gbrown)
Updated•7 years ago
|
Attachment #8951593 -
Flags: review?(gbrown) → review+
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b87e31821357
3 async-scrolling reftests fail on new windows 10 hardware. r=gbrown
Reporter | ||
Updated•7 years ago
|
Keywords: leave-open
Comment 5•7 years ago
|
||
bugherder |
Comment 6•6 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:svoisen, maybe it's time to close this bug?
Flags: needinfo?(svoisen)
Comment 7•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:svoisen, maybe it's time to close this bug?
Flags: needinfo?(svoisen)
Comment 8•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:svoisen, maybe it's time to close this bug?
Flags: needinfo?(svoisen)
Updated•5 years ago
|
Flags: needinfo?(svoisen)
Updated•5 years ago
|
Blocks: 1627386
Keywords: leave-open
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•