mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Mark some tests as failing on Linux, not just Ubuntu 14.04.
They also fail for me on Archlinux.
This commit is contained in:
parent
9bd5291aea
commit
d58ea4f15f
3 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
|||
type: reftest
|
||||
disabled: unstable
|
||||
expected:
|
||||
if (os == "linux") and (version == "Ubuntu 14.04"): FAIL
|
||||
if (os == "linux"): FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[font-size-zero-1.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if (os == "linux") and (version == "Ubuntu 14.04"): FAIL
|
||||
if (os == "linux"): FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[font-size-zero-2.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if (os == "linux") and (version == "Ubuntu 14.04"): FAIL
|
||||
if (os == "linux"): FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue