Skip to content

Commit

Permalink
Mark many-draw-calls.html as long-running
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Jul 30, 2018
1 parent a7901bb commit e2425c9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
8 changes: 5 additions & 3 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -42951,7 +42951,9 @@
"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": [
Expand Down Expand Up @@ -79880,7 +79882,7 @@
"testharness"
],
"webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html": [
"8741d2e2bfb2da2adecfd0067bc0df4eebdb369e",
"3ce5f470ddef3d5b56dba9b58ffc5096496b747a",
"testharness"
],
"webgl/conformance-1.0.3/conformance/rendering/more-than-65536-indices.html": [
Expand Down Expand Up @@ -99176,7 +99178,7 @@
"support"
],
"webgl/tools/timeout.patch": [
"2690553f288896aaaf368475e307da2000fccfa4",
"ab9852e736bf43a9b7dbe312012ca09396a8626b",
"support"
],
"webgl/tools/unit.patch": [
Expand Down

This file was deleted.

Expand Up @@ -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>
Expand Down
12 changes: 12 additions & 0 deletions tests/wpt/mozilla/tests/webgl/tools/timeout.patch
Expand Up @@ -106,3 +106,15 @@ index 2758b320ff..4d85c3a53a 100644
<title>WebGL out of bounds uniform array access.</title>
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<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>

0 comments on commit e2425c9

Please sign in to comment.