mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #7082 - servo:linux-fail, r=metajack
Mark some tests as failing on Linux, not just Ubuntu 14.04. They also fail for me on Archlinux. (`absolute-replaced-height-007.htm` is disabled anyway, but let’s change it as well for consistency.) r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7082) <!-- Reviewable:end -->
This commit is contained in:
commit
af4e0a246a
3 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
||||||
type: reftest
|
type: reftest
|
||||||
disabled: unstable
|
disabled: unstable
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and (version == "Ubuntu 14.04"): FAIL
|
if (os == "linux"): FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-size-zero-1.htm]
|
[font-size-zero-1.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
expected:
|
||||||
if (os == "linux") and (version == "Ubuntu 14.04"): FAIL
|
if (os == "linux"): FAIL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[font-size-zero-2.htm]
|
[font-size-zero-2.htm]
|
||||||
type: reftest
|
type: reftest
|
||||||
expected:
|
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