aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/wpt/webgl/meta/MANIFEST.json6
-rw-r--r--tests/wpt/webgl/tests/conformance/glsl/misc/shader-with-reserved-words.html1
-rw-r--r--tests/wpt/webgl/tools/timeout.patch12
3 files changed, 17 insertions, 2 deletions
diff --git a/tests/wpt/webgl/meta/MANIFEST.json b/tests/wpt/webgl/meta/MANIFEST.json
index a991ad08d02..a3731db597b 100644
--- a/tests/wpt/webgl/meta/MANIFEST.json
+++ b/tests/wpt/webgl/meta/MANIFEST.json
@@ -12424,7 +12424,9 @@
"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": [
@@ -29157,7 +29159,7 @@
"testharness"
],
"conformance/glsl/misc/shader-with-reserved-words.html": [
- "a2166e9df78cfd2b47489fcb1b8c082b920dec80",
+ "fb9067f6c208c5763acc2e08add72243f5fbbbc8",
"testharness"
],
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
diff --git a/tests/wpt/webgl/tests/conformance/glsl/misc/shader-with-reserved-words.html b/tests/wpt/webgl/tests/conformance/glsl/misc/shader-with-reserved-words.html
index a2166e9df78..fb9067f6c20 100644
--- a/tests/wpt/webgl/tests/conformance/glsl/misc/shader-with-reserved-words.html
+++ b/tests/wpt/webgl/tests/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"/>
diff --git a/tests/wpt/webgl/tools/timeout.patch b/tests/wpt/webgl/tools/timeout.patch
index f73bad6cddb..557e4cd92b5 100644
--- a/tests/wpt/webgl/tools/timeout.patch
+++ b/tests/wpt/webgl/tools/timeout.patch
@@ -1796,3 +1796,15 @@ index b88ba393ff..29476159ce 100644
<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/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"/>