Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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.)
- Loading branch information
1 parent
b542721
commit f6a3377
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[clearcolor.html] | ||
type: testharness | ||
type: reftest | ||
disabled: | ||
if os == "linux": https://github.com/servo/servo/issues/7931 |
2 changes: 1 addition & 1 deletion
2
tests/wpt/mozilla/meta/mozilla/webgl/draw_arrays_simple.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
tests/wpt/mozilla/meta/mozilla/webgl/tex_image_2d_canvas.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
tests/wpt/mozilla/meta/mozilla/webgl/tex_image_2d_canvas2d.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
tests/wpt/mozilla/meta/mozilla/webgl/tex_image_2d_canvas_no_context.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
tests/wpt/mozilla/meta/mozilla/webgl/tex_image_2d_simple.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |