mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Issue #8413: Enable webgl tests in web-platform-test.
This commit is contained in:
parent
8e80e38c78
commit
e5329307b2
5 changed files with 14 additions and 0 deletions
|
@ -31,6 +31,8 @@ skip: true
|
|||
skip: false
|
||||
[cors]
|
||||
skip: true
|
||||
[webgl]
|
||||
skip: false
|
||||
[webstorage]
|
||||
skip: false
|
||||
[encoding]
|
||||
|
|
3
tests/wpt/metadata/webgl/bufferSubData.html.ini
Normal file
3
tests/wpt/metadata/webgl/bufferSubData.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[bufferSubData.html]
|
||||
type: testharness
|
||||
disabled: https://github.com/servo/servo/issues/8462
|
3
tests/wpt/metadata/webgl/compressedTexImage2D.html.ini
Normal file
3
tests/wpt/metadata/webgl/compressedTexImage2D.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[compressedTexImage2D.html]
|
||||
type: testharness
|
||||
disabled: https://github.com/servo/servo/issues/8462
|
|
@ -0,0 +1,3 @@
|
|||
[compressedTexSubImage2D.html]
|
||||
type: testharness
|
||||
disabled: https://github.com/servo/servo/issues/8462
|
3
tests/wpt/metadata/webgl/uniformMatrixNfv.html.ini
Normal file
3
tests/wpt/metadata/webgl/uniformMatrixNfv.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[uniformMatrixNfv.html]
|
||||
type: testharness
|
||||
disabled: https://github.com/servo/servo/issues/8462
|
Loading…
Add table
Add a link
Reference in a new issue