mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Mark many-draw-calls.html as long-running
This commit is contained in:
parent
a7901bb8d1
commit
e2425c9158
4 changed files with 18 additions and 9 deletions
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
@ -99176,7 +99178,7 @@
|
|||
"support"
|
||||
],
|
||||
"webgl/tools/timeout.patch": [
|
||||
"2690553f288896aaaf368475e307da2000fccfa4",
|
||||
"ab9852e736bf43a9b7dbe312012ca09396a8626b",
|
||||
"support"
|
||||
],
|
||||
"webgl/tools/unit.patch": [
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[many-draw-calls.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue