mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
0293aa2e52
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
[clearcolor.html]
|
||||
type: testharness
|
||||
type: reftest
|
||||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/7931
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue