Disable WebGL reftests on linux

This commit is contained in:
Emilio Cobos Álvarez 2015-11-02 14:05:05 +01:00
parent 641e54bd41
commit 8fff34e2e7
6 changed files with 24 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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