Fix the metadata for webgl tests.

These are reftests, not tests using the test harness.

CC #8414.  (This fixes the immediate issue, but we should also fix the
error message.)
This commit is contained in:
Eli Friedman 2015-11-15 13:08:00 -08:00
parent b542721ce9
commit f6a337772a
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
[clearcolor.html]
type: testharness
type: reftest
disabled:
if os == "linux": https://github.com/servo/servo/issues/7931

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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