Closed
Bug 1300508
Opened 9 years ago
Closed 9 years ago
[WebGL2] Fix conformance fails for Windows 10
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: daoshengmu, Assigned: daoshengmu)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dmu
| Assignee | ||
Updated•9 years ago
|
Summary: [WebGL2] Fix conformance fail in Windows 10 → [WebGL2] Fix conformance fails for Windows 10
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•9 years ago
|
||
Please refer to Bug 1295061. Comparing with Win 8 machines, Win 10 ones have the same hardware and driver environment. It looks make sense to adopt the same fail-if cases. Try result looks good, https://treeherder.mozilla.org/#/jobs?repo=try&revision=06640a136e85
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8788189 [details]
Bug 1300508 - Fix conformance fails for Windows 10;
https://reviewboard.mozilla.org/r/76760/#review74932
::: dom/canvas/test/webgl-mochitest/mochitest.ini:87
(Diff revision 1)
> # We haven't cleaned up the Try results yet, but let's get this on the books first.
> [test_webgl_conformance.html]
> skip-if = toolkit == 'android' #bug 865443- seperate suite - the non_conf* tests pass except for one on armv6 tests
> [test_webgl_compressed_texture_es3.html]
> [test_webgl_disjoint_timer_query.html]
> -fail-if = (os == 'win' && (os_version == '6.1' || os_version == '6.2'))
> +fail-if = (os == 'win' && (os_version != '5.1'))
Please mark the failing versions but not what versions work.
Attachment #8788189 -
Flags: review?(ethlin)
| Comment hidden (mozreview-request) |
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8788189 [details]
Bug 1300508 - Fix conformance fails for Windows 10;
https://reviewboard.mozilla.org/r/76760/#review75302
Looks good to me.
Attachment #8788189 -
Flags: review?(ethlin) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 7•9 years ago
|
||
Thanks for Bug 1297965. Right now, we just need to mark test_webgl_disjoint_timer_query.html test.
| Comment hidden (mozreview-request) |
Comment 9•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8788189 [details]
Bug 1300508 - Fix conformance fails for Windows 10;
https://reviewboard.mozilla.org/r/76760/#review77138
Attachment #8788189 -
Flags: review?(jgilbert) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 10•9 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f6aa1cccec36
Fix conformance fails for Windows 10; r=ethlin,jgilbert
Keywords: checkin-needed
Comment 11•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•