mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Mark shader-uniform-packing-restrictions.html as long-running
This commit is contained in:
parent
ac822ee2fc
commit
983a914da3
3 changed files with 15 additions and 2 deletions
|
@ -12085,7 +12085,9 @@
|
|||
"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": [
|
||||
|
@ -28644,7 +28646,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"conformance/glsl/misc/shader-uniform-packing-restrictions.html": [
|
||||
"f6b879a8d8c531cb63392308f6d1c3b0e789e105",
|
||||
"4d6f691246209793ec7fabfcfe1d143641135220",
|
||||
"testharness"
|
||||
],
|
||||
"conformance/glsl/misc/shader-varying-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"/>
|
||||
|
|
|
@ -94,3 +94,13 @@ index c1542f4fa9..b3ee786e0b 100644
|
|||
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
|
||||
<script src=/resources/testharness.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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue