Mark shader-uniform-packing-restrictions.html as long-running

This commit is contained in:
Anthony Ramine 2018-09-13 15:37:03 +02:00
parent ac822ee2fc
commit 983a914da3
3 changed files with 15 additions and 2 deletions

View file

@ -12085,7 +12085,9 @@
"conformance/glsl/misc/shader-uniform-packing-restrictions.html": [ "conformance/glsl/misc/shader-uniform-packing-restrictions.html": [
[ [
"/_webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html", "/_webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html",
{} {
"timeout": "long"
}
] ]
], ],
"conformance/glsl/misc/shader-varying-packing-restrictions.html": [ "conformance/glsl/misc/shader-varying-packing-restrictions.html": [
@ -28644,7 +28646,7 @@
"testharness" "testharness"
], ],
"conformance/glsl/misc/shader-uniform-packing-restrictions.html": [ "conformance/glsl/misc/shader-uniform-packing-restrictions.html": [
"f6b879a8d8c531cb63392308f6d1c3b0e789e105", "4d6f691246209793ec7fabfcfe1d143641135220",
"testharness" "testharness"
], ],
"conformance/glsl/misc/shader-varying-packing-restrictions.html": [ "conformance/glsl/misc/shader-varying-packing-restrictions.html": [

View file

@ -29,6 +29,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="timeout" content="long">
<title>WebGL uniform packing restrctions Conformance Test</title> <title>WebGL uniform packing restrctions Conformance Test</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"/>

View file

@ -94,3 +94,13 @@ index c1542f4fa9..b3ee786e0b 100644
<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>
--- i/conformance/glsl/misc/shader-uniform-packing-restrictions.html
+++ w/conformance/glsl/misc/shader-uniform-packing-restrictions.html
@@ -29,6 +29,7 @@
<html>
<head>
<meta charset="utf-8">
+<meta name="timeout" content="long">
<title>WebGL uniform packing restrctions Conformance Test</title>
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/>