Diff
Modified: trunk/LayoutTests/ChangeLog (234117 => 234118)
--- trunk/LayoutTests/ChangeLog 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/ChangeLog 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,3 +1,52 @@
+2018-07-23 Justin Fan <[email protected]>
+
+ Enable WebGL2 glsl3 tests with expected FAIL results
+ https://bugs.webkit.org/show_bug.cgi?id=187929
+ <rdar://problem/42516498>
+
+ Reviewed by Dean Jackson.
+
+ Before enabling glsl ES 3 for WebGL2 work, enable corresponding webgl2 conformance tests.
+
+ * TestExpectations:
+ * webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/attrib-location-length-limits-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/no-attribute-vertex-shader-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-define-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-identifier.frag-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/shader-with-invalid-characters-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/shader-with-mis-matching-uniform-block-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/texture-offset-out-of-range-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/unary-minus-operator-in-dynamic-loop-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/uniform-location-length-limits-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt:
+ * webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt:
+
2018-07-23 Nan Wang <[email protected]>
AX: Press tab to highlight items on a webpage is not working with voiceover enabled
Modified: trunk/LayoutTests/TestExpectations (234117 => 234118)
--- trunk/LayoutTests/TestExpectations 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/TestExpectations 2018-07-23 23:20:50 UTC (rev 234118)
@@ -2052,6 +2052,7 @@
# All WebGL 1 and 2 tests for now
webgl/2.0.0 [ Skip ]
+webgl/2.0.0/conformance2/glsl3 [ Pass ]
imported/w3c/web-platform-tests/css/css-display/run-in/run-in-contains-table-row-001.xht [ ImageOnlyFailure ]
imported/w3c/web-platform-tests/css/css-text-decor/text-emphasis-style-008.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-as-return-value.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-assign-constructor.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-assign.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-complex-indexing.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-element-increment.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-equality.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/array-in-complex-_expression_.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/attrib-location-length-limits-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/attrib-location-length-limits-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/attrib-location-length-limits-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/attrib-location-length-limits.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/compare-structs-containing-arrays.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/compound-assignment-type-combination.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/const-array-init.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/forbidden-operators.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/frag-depth.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/invalid-default-precision.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/invalid-invariant.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/loops-with-side-effects.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/misplaced-version-directive.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/no-attribute-vertex-shader-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/no-attribute-vertex-shader-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/no-attribute-vertex-shader-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/no-attribute-vertex-shader.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/sampler-no-precision.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/sequence-operator-returns-non-constant.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/shader-linking.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-define-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-define-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-define-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/shader-with-1024-character-define.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-identifier.frag-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-identifier.frag-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-1024-character-identifier.frag-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/shader-with-1024-character-identifier.frag.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-invalid-characters-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-invalid-characters-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-invalid-characters-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/shader-with-invalid-characters.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-mis-matching-uniform-block-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-mis-matching-uniform-block-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/shader-with-mis-matching-uniform-block-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/shader-with-mis-matching-uniform-block.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/short-circuiting-in-loop-condition.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/texture-offset-out-of-range-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/texture-offset-out-of-range-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/texture-offset-out-of-range-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/texture-offset-out-of-range.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/texture-offset-uniform-texture-coordinate.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/tricky-loop-conditions.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/unary-minus-operator-in-dynamic-loop-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/unary-minus-operator-in-dynamic-loop-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/unary-minus-operator-in-dynamic-loop-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/unary-minus-operator-in-dynamic-loop.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/uniform-block-layout-match.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/uniform-block-layouts.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-location-length-limits-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-location-length-limits-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/uniform-location-length-limits-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/uniform-location-length-limits.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/valid-invariant.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/vector-dynamic-indexing.html
-PASS
+FAIL
Modified: trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt (234117 => 234118)
--- trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt 2018-07-23 23:20:16 UTC (rev 234117)
+++ trunk/LayoutTests/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt 2018-07-23 23:20:50 UTC (rev 234118)
@@ -1,5 +1,5 @@
This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
Test: ../../resources/webgl_test_files/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html
-PASS
+FAIL