Closed
Bug 1268364
Opened 9 years ago
Closed 9 years ago
Intermittent test_conformance__uniforms__out-of-bounds-uniform-array-access.html | for lineWidth=4, elemMult=73: first failing pixel (96, 51) was (227, 28, 28), should be (0, 0, 0) or one of known colors
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: cbook, Assigned: mtseng)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
2.45 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
https://treeherder.mozilla.org/logviewer.html#?job_id=26774055&repo=mozilla-inbound
20:18:18 INFO - 1321 INFO TEST-UNEXPECTED-FAIL | dom/canvas/test/webgl-conf/generated/test_conformance__uniforms__out-of-bounds-uniform-array-access.html | for lineWidth=4, elemMult=73: first failing pixel (96, 51) was (227, 28, 28), should be (0, 0, 0) or one of known colors
| Assignee | ||
Comment 3•9 years ago
|
||
Looks like only happened on 10.6, let's disable it.
Attachment #8746895 -
Flags: review?(jgilbert)
| Comment hidden (Intermittent Failures Robot) |
Comment 5•9 years ago
|
||
Comment on attachment 8746895 [details] [diff] [review]
Disable out-of-bounds-uniform-array-access.html on OSX 10.6.
Review of attachment 8746895 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/canvas/test/webgl-conf/mochitest-errata.ini
@@ +251,5 @@
> # Crashes
> skip-if = (os == 'android')
> [generated/test_conformance__uniforms__out-of-bounds-uniform-array-access.html]
> # Crashes
> +skip-if = ((os == 'android') || (os == 'mac' && os_version == '10.6'))
This doesn't need to surrounding ()s.
Attachment #8746895 -
Flags: review?(jgilbert) → review+
Comment 7•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•