Closed
Bug 1285100
Opened 8 years ago
Closed 8 years ago
Pass WebGL2 conformance buffer-data-and-buffer-sub-data.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
()
Details
Attachments
(2 files, 3 obsolete files)
(deleted),
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
FAIL getError expected: INVALID_VALUE. Was NO_ERROR : calling bufferSubData when BufferDataSource is null should generate INVALID_VALUE
FAIL getError expected: INVALID_VALUE. Was NO_ERROR : after evaluating: gl.bufferSubData(gl.ARRAY_BUFFER, 10, undefined)
Assignee | ||
Comment 1•8 years ago
|
||
By spec, we should return InvalidValue when the returnData is null.
Attachment #8768636 -
Flags: review?(jgilbert)
Updated•8 years ago
|
Attachment #8768636 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Enable the conformance test.
Attachment #8773113 -
Flags: review?(howareyou322)
Assignee | ||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Attachment #8773113 -
Flags: review?(howareyou322) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 4•8 years ago
|
||
does not apply cleanly like:
1 out of 1 hunks FAILED -- saving rejects to file dom/canvas/test/webgl-conf/mochitest-errata.ini.rej
Flags: needinfo?(ethlin)
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/323b479bd91f
Fix bufferSubData when the returnData is null. r=jgilbert
Backout by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e9e32ccc8cfb
Backed out changeset 323b479bd91f for webgl issues
Comment 7•8 years ago
|
||
backed this out in https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=e9e32ccc8cfbcc802f41f67c80938a50b7ce1a65 since with landing of this changes we had reports like https://treeherder.mozilla.org/logviewer.html#?job_id=32307869&repo=mozilla-inbound not sure if this is this change of the other
Assignee | ||
Updated•8 years ago
|
Attachment #8773113 -
Attachment is obsolete: true
Assignee | ||
Comment 9•8 years ago
|
||
The last patch was wrong. Correct it.
Attachment #8773177 -
Attachment is obsolete: true
Comment 10•8 years ago
|
||
Comment on attachment 8773177 [details] [diff] [review]
enable test (carry r+: pchang)
Review of attachment 8773177 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/canvas/test/webgl-conf/mochitest-errata.ini
@@ +152,5 @@
> [generated/test_2_conformance2__buffers__buffer-copying-restrictions.html]
> fail-if = (os == 'mac') || (os == 'win')
> [generated/test_2_conformance2__glsl3__forbidden-operators.html]
> fail-if = (os == 'mac') || (os == 'win')
> [generated/test_2_conformance__buffers__buffer-data-and-buffer-sub-data.html]
Remove the test's section from the errata file if it has no errata left.
Assignee | ||
Comment 11•8 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #10)
> Comment on attachment 8773177 [details] [diff] [review]
> enable test (carry r+: pchang)
>
> Review of attachment 8773177 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: dom/canvas/test/webgl-conf/mochitest-errata.ini
> @@ +152,5 @@
> > [generated/test_2_conformance2__buffers__buffer-copying-restrictions.html]
> > fail-if = (os == 'mac') || (os == 'win')
> > [generated/test_2_conformance2__glsl3__forbidden-operators.html]
> > fail-if = (os == 'mac') || (os == 'win')
> > [generated/test_2_conformance__buffers__buffer-data-and-buffer-sub-data.html]
>
> Remove the test's section from the errata file if it has no errata left.
Okay!
Assignee | ||
Comment 12•8 years ago
|
||
Remove the test from mochitest-errata.ini.
Attachment #8773179 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 13•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b65b6c1811e5
Fix bufferSubData when the returnData is null. r=jgilbert
https://hg.mozilla.org/integration/mozilla-inbound/rev/b3e155c83e23
Enable the webgl conformance test. r=pchang
Keywords: checkin-needed
Comment 14•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b65b6c1811e5
https://hg.mozilla.org/mozilla-central/rev/b3e155c83e23
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•