Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
webgl: Add missing overload of bufferData().
I was writing this to fix the error in gl-enum-tests.html test (it now gets farther along before it fails due to us missing getTexParameter()), but it turned out that a lot of the conformance tests were failing due to it.
- Loading branch information
Showing
14 changed files
with
39 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
...adata/webgl/conformance-1.0.3/conformance/attribs/gl-vertexattribpointer-offsets.html.ini
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...pt/metadata/webgl/conformance-1.0.3/conformance/buffers/buffer-data-array-buffer.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
[buffer-data-array-buffer.html] | ||
type: testharness | ||
expected: ERROR | ||
[WebGL test #3: getError expected: INVALID_OPERATION. Was INVALID_VALUE : ] | ||
expected: FAIL | ||
|
||
[WebGL test #5: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] | ||
expected: FAIL | ||
|
||
[WebGL test #3: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] | ||
expected: FAIL | ||
|
6 changes: 0 additions & 6 deletions
6
...onformance-1.0.3/conformance/buffers/index-validation-crash-with-buffer-sub-data.html.ini
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...t/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-B3.html.ini
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...t/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-B4.html.ini
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/functions/bufferData.html.ini
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/functions/bufferSubData.html.ini
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/wpt/metadata/webgl/conformance-1.0.3/conformance/rendering/point-size.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[point-size.html] | ||
type: testharness | ||
expected: ERROR | ||
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] | ||
[WebGL test #8: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] | ||
expected: FAIL | ||
|
2 changes: 1 addition & 1 deletion
2
tests/wpt/metadata/webgl/conformance-1.0.3/conformance/state/gl-enum-tests.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters