Skip to content

Commit

Permalink
Issue #8413: Enable webgl tests in web-platform-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
simartin committed Nov 11, 2015
1 parent 8e80e38 commit e532930
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/wpt/include.ini
Expand Up @@ -31,6 +31,8 @@ skip: true
skip: false
[cors]
skip: true
[webgl]
skip: false
[webstorage]
skip: false
[encoding]
Expand Down
3 changes: 3 additions & 0 deletions tests/wpt/metadata/webgl/bufferSubData.html.ini
@@ -0,0 +1,3 @@
[bufferSubData.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462
3 changes: 3 additions & 0 deletions tests/wpt/metadata/webgl/compressedTexImage2D.html.ini
@@ -0,0 +1,3 @@
[compressedTexImage2D.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462
3 changes: 3 additions & 0 deletions tests/wpt/metadata/webgl/compressedTexSubImage2D.html.ini
@@ -0,0 +1,3 @@
[compressedTexSubImage2D.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462
3 changes: 3 additions & 0 deletions tests/wpt/metadata/webgl/uniformMatrixNfv.html.ini
@@ -0,0 +1,3 @@
[uniformMatrixNfv.html]
type: testharness
disabled: https://github.com/servo/servo/issues/8462

0 comments on commit e532930

Please sign in to comment.