mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #8463 - simartin:issue_8413, r=Ms2ger
Issue #8413: Enable webgl tests in web-platform-test. Fixes #8413. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8463) <!-- Reviewable:end -->
This commit is contained in:
commit
aa105d89b4
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