Auto merge of #8537 - eefriedman:webgl-metadata-test-type, r=jdm

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.)

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8537)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-16 09:10:56 +05:30
commit 0293aa2e52
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