mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
b542721ce9
commit
f6a337772a
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
[clearcolor.html]
|
[clearcolor.html]
|
||||||
type: testharness
|
type: reftest
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[draw_arrays_simple.html]
|
[draw_arrays_simple.html]
|
||||||
type: testharness
|
type: reftest
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||||
if os == "mac": https://github.com/servo/servo/issues/8486
|
if os == "mac": https://github.com/servo/servo/issues/8486
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tex_image_2d_canvas.html]
|
[tex_image_2d_canvas.html]
|
||||||
type: testharness
|
type: reftest
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||||
if os == "mac": https://github.com/servo/servo/issues/8486
|
if os == "mac": https://github.com/servo/servo/issues/8486
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tex_image_2d_canvas2d.html]
|
[tex_image_2d_canvas2d.html]
|
||||||
type: testharness
|
type: reftest
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||||
if os == "mac": https://github.com/servo/servo/issues/8486
|
if os == "mac": https://github.com/servo/servo/issues/8486
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[tex_image_2d_canvas_no_context.html]
|
[tex_image_2d_canvas_no_context.html]
|
||||||
type: testharness
|
type: reftest
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tex_image_2d_simple.html]
|
[tex_image_2d_simple.html]
|
||||||
type: testharness
|
type: reftest
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||||
if os == "mac": https://github.com/servo/servo/issues/8486
|
if os == "mac": https://github.com/servo/servo/issues/8486
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue