diff options
author | Josh Matthews <josh@joshmatthews.net> | 2015-03-31 16:26:07 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-03-31 16:26:07 -0400 |
commit | 883ba03bb92b4bd46fb4154e7c1572b99786f6ac (patch) | |
tree | 90064d64736b494f06bac3ebda101b4c7d016f49 | |
parent | 225d7d2ece418d5ecefd7ce9047c4754ffb68c73 (diff) | |
download | servo-883ba03bb92b4bd46fb4154e7c1572b99786f6ac.tar.gz servo-883ba03bb92b4bd46fb4154e7c1572b99786f6ac.zip |
Skip the tests that are triggering some kind of OOM in the python test runner when RUST_BACKTRACE is enabled.
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini b/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini index 293c51f06ae..c555d152783 100644 --- a/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini +++ b/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini @@ -1,3 +1,3 @@ [2d.fillStyle.parse.rgb-clamp-3.html] type: testharness - expected: CRASH + disabled: 5285 and https://github.com/servo/rust-cssparser/issues/72 diff --git a/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini b/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini index def25383235..61a342cc709 100644 --- a/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini +++ b/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini @@ -1,3 +1,3 @@ [2d.fillStyle.parse.rgb-clamp-4.html] type: testharness - expected: CRASH + disabled: 5285 and https://github.com/servo/rust-cssparser/issues/72 diff --git a/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini b/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini index 29e71891ded..ed320feddc3 100644 --- a/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini +++ b/tests/wpt/metadata/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini @@ -1,3 +1,3 @@ [2d.fillStyle.parse.rgb-clamp-5.html] type: testharness - expected: CRASH + disabled: 5285 and https://github.com/servo/rust-cssparser/issues/72 |