mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Disable WebGL reftests on linux
This commit is contained in:
parent
641e54bd41
commit
8fff34e2e7
6 changed files with 24 additions and 0 deletions
4
tests/wpt/mozilla/meta/mozilla/webgl/clearcolor.html.ini
Normal file
4
tests/wpt/mozilla/meta/mozilla/webgl/clearcolor.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[clearcolor.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
|
@ -0,0 +1,4 @@
|
|||
[draw_arrays_simple.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
|
@ -0,0 +1,4 @@
|
|||
[tex_image_2d_canvas.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
|
@ -0,0 +1,4 @@
|
|||
[tex_image_2d_canvas2d.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
|
@ -0,0 +1,4 @@
|
|||
[tex_image_2d_canvas_no_context.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
|
@ -0,0 +1,4 @@
|
|||
[tex_image_2d_simple.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
Loading…
Add table
Add a link
Reference in a new issue