Closed
Bug 1291612
Opened 8 years ago
Closed 8 years ago
[WebGL2] update webgl conformance test gl-object-get-calls.js
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jerry, Assigned: jerry)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mtseng
:
review+
|
Details | Diff | Splinter Review |
Update webgl conformance test gl-object-get-calls.js to
https://github.com/KhronosGroup/WebGL/commit/24323861fe914e6a85f71804f25a90c75ccb0e74
Fix the try failed:
dom/canvas/test/webgl-conf/generated/test_2_conformance2__state__gl-object-get-calls.html | gl.getSyncParameter(sync, gl.SYNC_STATUS) should be 37144. Was 37145.
After fencSync, the commands can be completed even if the getSyncParameter is called right away.
Assignee | ||
Comment 1•8 years ago
|
||
Update webgl conformance test gl-object-get-calls.js to
https://github.com/KhronosGroup/WebGL/commit/24323861fe914e6a85f71804f25a90c75ccb0e74
Attachment #8777214 -
Flags: review?(jgilbert)
Assignee | ||
Updated•8 years ago
|
Attachment #8777214 -
Flags: review?(jgilbert) → review?(mtseng)
Updated•8 years ago
|
Attachment #8777214 -
Flags: review?(mtseng) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Please land the attachment 8777214 [details] [diff] [review] to m-c.
try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8a42ad4b16b8
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e526246ace52
update webgl conformance test gl-object-get-calls.js. r=mtseng
Keywords: checkin-needed
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 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
•