Mark many-draw-calls.html as long-running

This commit is contained in:
Anthony Ramine 2018-07-30 19:36:37 +02:00
parent a7901bb8d1
commit e2425c9158
4 changed files with 18 additions and 9 deletions

View file

@ -42951,7 +42951,9 @@
"webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html": [ "webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html": [
[ [
"/_mozilla/webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html", "/_mozilla/webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html",
{} {
"timeout": "long"
}
] ]
], ],
"webgl/conformance-1.0.3/conformance/rendering/more-than-65536-indices.html": [ "webgl/conformance-1.0.3/conformance/rendering/more-than-65536-indices.html": [
@ -79880,7 +79882,7 @@
"testharness" "testharness"
], ],
"webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html": [ "webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html": [
"8741d2e2bfb2da2adecfd0067bc0df4eebdb369e", "3ce5f470ddef3d5b56dba9b58ffc5096496b747a",
"testharness" "testharness"
], ],
"webgl/conformance-1.0.3/conformance/rendering/more-than-65536-indices.html": [ "webgl/conformance-1.0.3/conformance/rendering/more-than-65536-indices.html": [
@ -99176,7 +99178,7 @@
"support" "support"
], ],
"webgl/tools/timeout.patch": [ "webgl/tools/timeout.patch": [
"2690553f288896aaaf368475e307da2000fccfa4", "ab9852e736bf43a9b7dbe312012ca09396a8626b",
"support" "support"
], ],
"webgl/tools/unit.patch": [ "webgl/tools/unit.patch": [

View file

@ -1,6 +0,0 @@
[many-draw-calls.html]
type: testharness
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -29,6 +29,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="timeout" content="long">
<link rel="stylesheet" href="../../resources/js-test-style.css"/> <link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src=/resources/testharness.js></script> <script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script> <script src=/resources/testharnessreport.js></script>

View file

@ -106,3 +106,15 @@ index 2758b320ff..4d85c3a53a 100644
<title>WebGL out of bounds uniform array access.</title> <title>WebGL out of bounds uniform array access.</title>
<link rel="stylesheet" href="../../resources/js-test-style.css"/> <link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src=/resources/testharness.js></script> <script src=/resources/testharness.js></script>
diff --git i/conformance/rendering/many-draw-calls.html w/conformance/rendering/many-draw-calls.html
index c1542f4fa9..b3ee786e0b 100644
--- i/conformance/rendering/many-draw-calls.html
+++ w/conformance/rendering/many-draw-calls.html
@@ -29,6 +29,7 @@
<html>
<head>
<meta charset="utf-8">
+<meta name="timeout" content="long">
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>