diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2016-04-21 10:51:07 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2016-04-21 10:51:07 -0700 |
commit | 6d3cb13c6409f8feffef44db1b9741e073d64922 (patch) | |
tree | 50fa8b8a9fc7ca04c86fa4547ef0bfe6db8ca2e4 | |
parent | 1eec5d9f7222dd3f7020b51e18ed6df3386b18f9 (diff) | |
download | servo-6d3cb13c6409f8feffef44db1b9741e073d64922.tar.gz servo-6d3cb13c6409f8feffef44db1b9741e073d64922.zip |
Disable /webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-S_V.html
Because Servo only sometimes crashes on its random data (#10698).
-rw-r--r-- | tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-S_V.html.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-S_V.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-S_V.html.ini index 4e8b19fdb8e..5a623d18402 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-S_V.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-S_V.html.ini @@ -1,3 +1,3 @@ [quickCheckAPI-S_V.html] type: testharness - expected: CRASH + disabled: https://github.com/servo/servo/issues/10698 |