diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-31 19:00:52 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-31 19:00:52 -0600 |
commit | 15edd07ebdd9dd7e575399d1d7194bc97faefe0f (patch) | |
tree | 9499adfef0121e6ae9c4f91d79806baa2f15d80e | |
parent | b20cc69a7a30f62fcdfee5c7f5ca61454199d425 (diff) | |
parent | 883ba03bb92b4bd46fb4154e7c1572b99786f6ac (diff) | |
download | servo-15edd07ebdd9dd7e575399d1d7194bc97faefe0f.tar.gz servo-15edd07ebdd9dd7e575399d1d7194bc97faefe0f.zip |
auto merge of #5471 : jdm/servo/avoidoom2, r=Ms2ger
...unner when RUST_BACKTRACE is enabled.
r? @Ms2ger
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 |