Closed
Bug 1397258
Opened 7 years ago
Closed 7 years ago
while running webgl on windows10 hardware, we find many failures in the first chunk of tests
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
1.84 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
here is a try push (ignore the red jobs):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d91ebd8cd18f92aba7b87a23650c3422b695ff36&filter-tier=1&filter-tier=2&filter-tier=3&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=running&filter-resultStatus=pending&filter-resultStatus=runnable&filter-resultStatus=success&filter-resultStatus=coalesced&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&group_state=expanded&exclusion_profile=false&filter-searchStr=webgl&selectedJob=128680377
I see these failures listed:
TEST-UNEXPECTED-FAIL | dom/canvas/test/webgl-conf/generated/test_2_conformance2__textures__video__tex-2d-r8ui-red_integer-unsigned_byte.html | shouldBe 255,0,0
TEST-UNEXPECTED-FAIL | dom/canvas/test/webgl-conf/generated/test_2_conformance2__textures__video__tex-3d-r16f-red-float.html | shouldBe 255,0,0
* possibly bug 1378043
TEST-UNEXPECTED-FAIL | dom/canvas/test/webgl-conf/generated/test_2_conformance2__textures__video__tex-3d-r16f-red-half_float.html | shouldBe 255,0,0
* possibly bug 1347860
TEST-UNEXPECTED-FAIL | dom/canvas/test/webgl-conf/generated/test_2_conformance2__textures__video__tex-3d-r32f-red-float.html | shouldBe 255,0,0
TEST-UNEXPECTED-FAIL | dom/canvas/test/webgl-conf/generated/test_2_conformance2__textures__video__tex-3d-r8-red-unsigned_byte.html | shouldBe 255,0,0
I am not sure if those tests have something in common- it would be nice to figure this out so we can get coverage on windows 10.
Assignee | ||
Comment 1•7 years ago
|
||
:milan, could you help look into these errors- this is on hardware, and luckily the only failures for the whole mochitest-webgl suite!
Flags: needinfo?(milan)
Updated•7 years ago
|
Flags: needinfo?(milan) → needinfo?(jgilbert)
Whiteboard: [gfx-noted]
Updated•7 years ago
|
status-firefox57:
--- → fix-optional
Priority: -- → P3
Assignee | ||
Comment 2•7 years ago
|
||
odd, I ran this again and everything is green- something must have changed
Flags: needinfo?(jgilbert)
Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Attachment #8908177 -
Flags: review?(ahalberstadt) → review+
Comment 4•7 years ago
|
||
Comment on attachment 8908177 [details] [diff] [review]
migrate mochitest-webgl to windows 10
Review of attachment 8908177 [details] [diff] [review]:
-----------------------------------------------------------------
This looks like it only removes them from Win8, but I don't see it adding them to Win10?
Updated•7 years ago
|
Flags: needinfo?(jmaher)
Assignee | ||
Comment 5•7 years ago
|
||
good question :jgilbert, previous in the run-by-project we had |windows10.*: []|, this said we run windows10.* on no projects- by removing that it runs on the default projects which have windows10 builds.
Flags: needinfo?(jmaher)
Comment 6•7 years ago
|
||
Awesome, full speed ahead.
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0bf0ba5d6849
migrate mochitest-webgl to windows 10. r=ahal
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•