Title: [234142] trunk/LayoutTests
Revision
234142
Author
[email protected]
Date
2018-07-24 03:50:05 -0700 (Tue, 24 Jul 2018)

Log Message

Unreviewed WPE gardening.

Adding WPE-specific baselines for WebGL2 conformance tests that are
already passing on this port.

* platform/wpe/webgl: Added.
* platform/wpe/webgl/2.0.0: Added.
* platform/wpe/webgl/2.0.0/conformance2: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt: Added.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (234141 => 234142)


--- trunk/LayoutTests/ChangeLog	2018-07-24 09:08:11 UTC (rev 234141)
+++ trunk/LayoutTests/ChangeLog	2018-07-24 10:50:05 UTC (rev 234142)
@@ -1,3 +1,43 @@
+2018-07-24  Zan Dobersek  <[email protected]>
+
+        Unreviewed WPE gardening.
+
+        Adding WPE-specific baselines for WebGL2 conformance tests that are
+        already passing on this port.
+
+        * platform/wpe/webgl: Added.
+        * platform/wpe/webgl/2.0.0: Added.
+        * platform/wpe/webgl/2.0.0/conformance2: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt: Added.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt: Added.
+
 2018-07-24  Thibault Saunier  <[email protected]>
 
         [WPE][GTK] Implement PeerConnection API on top of libwebrtc

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-as-return-value-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-constructor-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-assign-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-complex-indexing-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-element-increment-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-equality-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/array-in-complex-_expression_-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/compare-structs-containing-arrays-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/compound-assignment-type-combination-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/const-array-init-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/forbidden-operators-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/frag-depth-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-default-precision-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/invalid-invariant-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/loops-with-side-effects-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/misplaced-version-directive-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/sampler-no-precision-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/sequence-operator-returns-non-constant-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/short-circuiting-in-loop-condition-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/texture-offset-uniform-texture-coordinate-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layout-match-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/uniform-block-layouts-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+

Added: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt (0 => 234142)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug-expected.txt	2018-07-24 10:50:05 UTC (rev 234142)
@@ -0,0 +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
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to