mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Make another webgl test have a longer timeout.
This commit is contained in:
parent
b52bfbe68a
commit
ecb53532a1
3 changed files with 17 additions and 2 deletions
|
@ -12424,7 +12424,9 @@
|
||||||
"conformance/glsl/misc/shader-with-reserved-words.html": [
|
"conformance/glsl/misc/shader-with-reserved-words.html": [
|
||||||
[
|
[
|
||||||
"conformance/glsl/misc/shader-with-reserved-words.html",
|
"conformance/glsl/misc/shader-with-reserved-words.html",
|
||||||
{}
|
{
|
||||||
|
"timeout": "long"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
|
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
|
||||||
|
@ -29157,7 +29159,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"conformance/glsl/misc/shader-with-reserved-words.html": [
|
"conformance/glsl/misc/shader-with-reserved-words.html": [
|
||||||
"a2166e9df78cfd2b47489fcb1b8c082b920dec80",
|
"fb9067f6c208c5763acc2e08add72243f5fbbbc8",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
|
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="timeout" content="long">
|
||||||
<title>WebGL GLSL Conformance Tests - Reserved Words</title>
|
<title>WebGL GLSL Conformance Tests - Reserved Words</title>
|
||||||
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
|
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
|
||||||
<link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/>
|
<link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/>
|
||||||
|
|
|
@ -1796,3 +1796,15 @@ index b88ba393ff..29476159ce 100644
|
||||||
<title>WebGL GLSL conformance test: vec3_001_to_008.html</title>
|
<title>WebGL GLSL conformance test: vec3_001_to_008.html</title>
|
||||||
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
|
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
|
||||||
<link rel="stylesheet" href="../../../../resources/ogles-tests.css" />
|
<link rel="stylesheet" href="../../../../resources/ogles-tests.css" />
|
||||||
|
diff --git a/conformance/glsl/misc/shader-with-reserved-words.html b/conformance/glsl/misc/shader-with-reserved-words.html
|
||||||
|
index a2166e9df7..fb9067f6c2 100644
|
||||||
|
--- a/conformance/glsl/misc/shader-with-reserved-words.html
|
||||||
|
+++ b/conformance/glsl/misc/shader-with-reserved-words.html
|
||||||
|
@@ -29,6 +29,7 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
+<meta name="timeout" content="long">
|
||||||
|
<title>WebGL GLSL Conformance Tests - Reserved Words</title>
|
||||||
|
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
|
||||||
|
<link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue