Skip to content

Commit

Permalink
Fix the metadata for webgl tests.
Browse files Browse the repository at this point in the history
These are reftests, not tests using the test harness.

CC #8414.  (This fixes the immediate issue, but we should also fix the
error message.)
  • Loading branch information
eefriedman committed Nov 15, 2015
1 parent b542721 commit f6a3377
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/meta/mozilla/webgl/clearcolor.html.ini
@@ -1,4 +1,4 @@
[clearcolor.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931
@@ -1,5 +1,5 @@
[draw_arrays_simple.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931
if os == "mac": https://github.com/servo/servo/issues/8486
@@ -1,5 +1,5 @@
[tex_image_2d_canvas.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931
if os == "mac": https://github.com/servo/servo/issues/8486
@@ -1,5 +1,5 @@
[tex_image_2d_canvas2d.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931
if os == "mac": https://github.com/servo/servo/issues/8486
@@ -1,4 +1,4 @@
[tex_image_2d_canvas_no_context.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931
@@ -1,5 +1,5 @@
[tex_image_2d_simple.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931
if os == "mac": https://github.com/servo/servo/issues/8486

0 comments on commit f6a3377

Please sign in to comment.