Title: [259233] trunk/LayoutTests
Revision
259233
Author
dp...@igalia.com
Date
2020-03-30 14:23:13 -0700 (Mon, 30 Mar 2020)

Log Message

[WPE] Gardening, remove redundant baselines
https://bugs.webkit.org/show_bug.cgi?id=209768

Unreviewed gardening.

The baselines below are not needed as they're equal to the
generic baseline.

* platform/wpe/fast/dom/Range/getBoundingClientRect-expected.txt: Removed.
* platform/wpe/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
* platform/wpe/fast/images/icon-decoding-expected.txt: Removed.
* platform/wpe/http/tests/dom/same-origin-detached-window-properties-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/before-load-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/websocket-in-service-worker.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-deleting-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/close/close-multiple-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/close/close-nested-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/close/close-return-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/events/017-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/events/018-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/events/019-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/readyState/003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-sets-origin.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/005-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/security/001-expected.txt: Removed.
* platform/wpe/webanimations/partly-accelerated-transition-by-removing-property-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/glsl/misc/shader-struct-scope-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/glsl/misc/shaders-with-invariance-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance/reading/read-pixels-test-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance2/extensions/promoted-extensions-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer-expected.txt: Removed.
* platform/wpe/webgl/2.0.0/conformance2/rendering/instanced-rendering-bug-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (259232 => 259233)


--- trunk/LayoutTests/ChangeLog	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/ChangeLog	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +1,52 @@
+2020-03-30  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Gardening, remove redundant baselines
+        https://bugs.webkit.org/show_bug.cgi?id=209768
+
+        Unreviewed gardening.
+
+        The baselines below are not needed as they're equal to the
+        generic baseline.
+
+        * platform/wpe/fast/dom/Range/getBoundingClientRect-expected.txt: Removed.
+        * platform/wpe/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
+        * platform/wpe/fast/images/icon-decoding-expected.txt: Removed.
+        * platform/wpe/http/tests/dom/same-origin-detached-window-properties-expected.txt: Removed.
+        * platform/wpe/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/before-load-001-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/websocket-in-service-worker.https-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any.worker-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-deleting-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/close/close-multiple-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/close/close-nested-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/close/close-return-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/events/017-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/events/018-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/events/019-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/readyState/003-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/001-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-sets-origin.worker-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/005-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/websockets/security/001-expected.txt: Removed.
+        * platform/wpe/webanimations/partly-accelerated-transition-by-removing-property-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/glsl/misc/shader-struct-scope-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/glsl/misc/shaders-with-invariance-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance/reading/read-pixels-test-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance2/extensions/promoted-extensions-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/shader-linking-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance2/glsl3/valid-invariant-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer-expected.txt: Removed.
+        * platform/wpe/webgl/2.0.0/conformance2/rendering/instanced-rendering-bug-expected.txt: Removed.
+
 020-03-30  Jacob Uphoff  <jacob_uph...@apple.com>
 
         Unreviewed, reverting r259158.

Deleted: trunk/LayoutTests/platform/wpe/fast/dom/Range/getBoundingClientRect-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/fast/dom/Range/getBoundingClientRect-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/fast/dom/Range/getBoundingClientRect-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,60 +0,0 @@
-Test 1
-PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "8.000"
-PASS rect.width.toFixed(3) is "400.000"
-PASS rect.height.toFixed(3) is "400.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 2
-PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "452.000"
-PASS rect.width.toFixed(3) is "400.000"
-PASS rect.height.toFixed(3) is "376.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 3
-PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "1044.000"
-PASS rect.width.toFixed(3) is "400.000"
-PASS rect.height.toFixed(3) is "96.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 4
-PASS rect.left.toFixed(3) is "0.000"
-PASS rect.top.toFixed(3) is "0.000"
-PASS rect.width.toFixed(3) is "0.000"
-PASS rect.height.toFixed(3) is "0.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 5
-PASS rect.left.toFixed(3) is "-14.574"
-PASS rect.top.toFixed(3) is "1761.947"
-PASS rect.width.toFixed(3) is "504.009"
-PASS rect.height.toFixed(3) is "535.849"
-PASS Math.abs(rect.left + rect.width - rect.right) < 0.001 is true
-PASS Math.abs(rect.top + rect.height - rect.bottom) < 0.001 is true
-
-Test 6
-PASS rect.left.toFixed(3) is "0.000"
-PASS rect.top.toFixed(3) is "0.000"
-PASS rect.width.toFixed(3) is "0.000"
-PASS rect.height.toFixed(3) is "0.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 7
-PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2168.000"
-PASS rect.width.toFixed(3) is "192.000"
-PASS rect.height.toFixed(3) is "108.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/wpe/fast/dom/Window/window-properties-geolocation-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/fast/dom/Window/window-properties-geolocation-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/fast/dom/Window/window-properties-geolocation-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,7 +0,0 @@
-This test dumps all of the properties that are reachable from the window.clientInformation.geolocation object, along with their types.
-
-window.clientInformation.geolocation [object Geolocation]
-window.clientInformation.geolocation.clearWatch [function]
-window.clientInformation.geolocation.getCurrentPosition [function]
-window.clientInformation.geolocation.watchPosition [function]
-

Deleted: trunk/LayoutTests/platform/wpe/fast/images/icon-decoding-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/fast/images/icon-decoding-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/fast/images/icon-decoding-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,20 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (0,0) size 800x600
-      RenderBlock {DIV} at (0,0) size 16x16 [bgcolor=#FF0000]
-        RenderImage {IMG} at (0,0) size 16x16
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,16) size 16x16 [bgcolor=#FF0000]
-        RenderImage {IMG} at (0,0) size 16x16
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,32) size 16x16 [bgcolor=#FF0000]
-        RenderImage {IMG} at (0,0) size 16x16
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,48) size 32x32 [bgcolor=#FF0000]
-        RenderImage {IMG} at (0,0) size 32x32
-        RenderText {#text} at (0,0) size 0x0
-      RenderBlock (anonymous) at (0,80) size 800x8
-        RenderImage {IMG} at (0,0) size 8x8
-        RenderText {#text} at (0,0) size 0x0

Deleted: trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,5 +0,0 @@
-ALERT: Created a socket to 'ws://127.0.0.1:8880/websocket/tests/hybi/slow-reply'; readyState 0.
-ALERT: Terminating network process.
-CONSOLE MESSAGE: WebSocket network error: Network process crashed.
-ALERT: Received error:[object Event]
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/before-load-001-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/before-load-001-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/before-load-001-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,6 +0,0 @@
-
-
-Harness Error (TIMEOUT), message = null
-
-PASS CSS Transitions Test: Transitioning before load event 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,16 +0,0 @@
-
-PASS Response.redirected should be false on not-redirected responses 
-PASS Redirect 301 with GET 
-PASS Redirect 301 with POST 
-PASS Redirect 301 with HEAD 
-PASS Redirect 302 with GET 
-PASS Redirect 302 with POST 
-PASS Redirect 302 with HEAD 
-PASS Redirect 303 with GET 
-PASS Redirect 303 with POST 
-PASS Redirect 303 with HEAD 
-PASS Redirect 307 with GET 
-PASS Redirect 307 with POST (string body) 
-PASS Redirect 307 with POST (blob body) 
-PASS Redirect 307 with HEAD 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,16 +0,0 @@
-
-PASS Response.redirected should be false on not-redirected responses 
-PASS Redirect 301 with GET 
-PASS Redirect 301 with POST 
-PASS Redirect 301 with HEAD 
-PASS Redirect 302 with GET 
-PASS Redirect 302 with POST 
-PASS Redirect 302 with HEAD 
-PASS Redirect 303 with GET 
-PASS Redirect 303 with POST 
-PASS Redirect 303 with HEAD 
-PASS Redirect 307 with GET 
-PASS Redirect 307 with POST (string body) 
-PASS Redirect 307 with POST (blob body) 
-PASS Redirect 307 with HEAD 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/websocket-in-service-worker.https-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/websocket-in-service-worker.https-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/websocket-in-service-worker.https-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS Verify WebSockets can be created in a Service Worker 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS Create WebSocket - wsocket.protocol should be empty before connection is established 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any.worker-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any.worker-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/Create-valid-url-protocol-empty.any.worker-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS Create WebSocket - wsocket.protocol should be empty before connection is established 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.worker-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-FAIL bufferedAmount should not be updated during a sync XHR assert_equals: expected 5 but got 0
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-deleting-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-deleting-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-deleting-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS WebSockets: delete bufferedAmount 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/001-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/001-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/001-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS WebSockets: invalid handshake 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-sets-origin.worker-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-sets-origin.worker-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-sets-origin.worker-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS origin set in a Worker 
-

Deleted: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/005-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/005-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/005-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,3 +0,0 @@
-
-PASS WebSockets: proper first line 
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/canvas/buffer-offscreen-test-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/canvas/buffer-offscreen-test-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/canvas/buffer-offscreen-test-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,5 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html
-[ PASS ] All tests passed
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/canvas/buffer-preserve-test-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/canvas/buffer-preserve-test-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/canvas/buffer-preserve-test-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,5 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html
-[ PASS ] All tests passed
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,5 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html
-[ PASS ] All tests passed
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,5 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance/extensions/webgl-draw-buffers-framebuffer-unsupported.html
-[ PASS ] All tests passed
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/extensions/promoted-extensions-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/extensions/promoted-extensions-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/extensions/promoted-extensions-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,21 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance2/extensions/promoted-extensions.html
-[ 1: PASS ] gl = wtu.create3DContext(undefined, undefined, 2) is non-null.
-[ 2: PASS ] ANGLE_instanced_arrays was not exposed in the WebGL 2.0 context
-[ 3: PASS ] EXT_blend_minmax was not exposed in the WebGL 2.0 context
-[ 4: PASS ] EXT_color_buffer_half_float was not exposed in the WebGL 2.0 context
-[ 5: PASS ] EXT_frag_depth was not exposed in the WebGL 2.0 context
-[ 6: PASS ] EXT_shader_texture_lod was not exposed in the WebGL 2.0 context
-[ 7: PASS ] EXT_sRGB was not exposed in the WebGL 2.0 context
-[ 8: PASS ] OES_element_index_uint was not exposed in the WebGL 2.0 context
-[ 9: PASS ] OES_standard_derivatives was not exposed in the WebGL 2.0 context
-[ 10: FAIL ] OES_texture_float was exposed in the WebGL 2.0 context but should not have been
-[ 11: FAIL ] OES_texture_half_float was exposed in the WebGL 2.0 context but should not have been
-[ 12: FAIL ] OES_texture_half_float_linear was exposed in the WebGL 2.0 context but should not have been
-[ 13: PASS ] OES_vertex_array_object was not exposed in the WebGL 2.0 context
-[ 14: FAIL ] WEBGL_depth_texture was exposed in the WebGL 2.0 context but should not have been
-[ 15: PASS ] WEBGL_draw_buffers was not exposed in the WebGL 2.0 context
-[ 16: PASS ] successfullyParsed is true
-[ FAIL ] 4 failures reported
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,5 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html
-[ PASS ] All tests passed
-

Deleted: trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/rendering/instanced-rendering-bug-expected.txt (259232 => 259233)


--- trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/rendering/instanced-rendering-bug-expected.txt	2020-03-30 21:13:50 UTC (rev 259232)
+++ trunk/LayoutTests/platform/wpe/webgl/2.0.0/conformance2/rendering/instanced-rendering-bug-expected.txt	2020-03-30 21:23:13 UTC (rev 259233)
@@ -1,87 +0,0 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
-
-Test: ../../resources/webgl_test_files/conformance2/rendering/instanced-rendering-bug.html
-[ 1: PASS ] WebGL context exists
-[ 2: PASS ] Set up program succeeded
-[ 3: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawArraysInstanced should succeed
-[ 4: FAIL ] instance 0 should be 127,0,0,255 at (1, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 5: FAIL ] instance 1 should be 127,0,0,255 at (38, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 6: FAIL ] instance 2 should be 127,0,0,255 at (76, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 7: FAIL ] instance 3 should be 127,0,0,255 at (113, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 8: FAIL ] instance 4 should be 255,0,0,255 at (151, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 9: FAIL ] instance 5 should be 255,0,0,255 at (188, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 10: FAIL ] instance 6 should be 255,0,0,255 at (226, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 11: FAIL ] instance 7 should be 255,0,0,255 at (263, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 12: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 13: PASS ] Set up program succeeded
-[ 14: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawArraysInstanced should succeed
-[ 15: FAIL ] instance 0 should be 102,0,0,255 at (1, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 16: FAIL ] instance 1 should be 102,0,0,255 at (51, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 17: FAIL ] instance 2 should be 102,0,0,255 at (101, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 18: FAIL ] instance 3 should be 102,0,0,255 at (151, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 19: FAIL ] instance 4 should be 204,0,0,255 at (201, 0) expected: 204,0,0,255 was 0,0,0,0
-[ 20: FAIL ] instance 5 should be 204,0,0,255 at (251, 0) expected: 204,0,0,255 was 0,0,0,0
-[ 21: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 22: PASS ] Set up program succeeded
-[ 23: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawArraysInstanced should succeed
-[ 24: FAIL ] instance 0 should be 127,0,0,255 at (1, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 25: FAIL ] instance 1 should be 127,0,0,255 at (51, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 26: FAIL ] instance 2 should be 127,0,0,255 at (101, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 27: FAIL ] instance 3 should be 255,0,0,255 at (151, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 28: FAIL ] instance 4 should be 255,0,0,255 at (201, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 29: FAIL ] instance 5 should be 255,0,0,255 at (251, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 30: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 31: PASS ] Set up program succeeded
-[ 32: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawArraysInstanced should succeed
-[ 33: FAIL ] instance 0 should be 69,0,0,255 at (1, 0) expected: 69,0,0,255 was 0,0,0,0
-[ 34: FAIL ] instance 1 should be 69,0,0,255 at (38, 0) expected: 69,0,0,255 was 0,0,0,0
-[ 35: FAIL ] instance 2 should be 69,0,0,255 at (76, 0) expected: 69,0,0,255 was 0,0,0,0
-[ 36: FAIL ] instance 3 should be 139,0,0,255 at (113, 0) expected: 139,0,0,255 was 0,0,0,0
-[ 37: FAIL ] instance 4 should be 139,0,0,255 at (151, 0) expected: 139,0,0,255 was 0,0,0,0
-[ 38: FAIL ] instance 5 should be 139,0,0,255 at (188, 0) expected: 139,0,0,255 was 0,0,0,0
-[ 39: FAIL ] instance 6 should be 208,0,0,255 at (226, 0) expected: 208,0,0,255 was 0,0,0,0
-[ 40: FAIL ] instance 7 should be 208,0,0,255 at (263, 0) expected: 208,0,0,255 was 0,0,0,0
-[ 41: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 42: PASS ] Set up program succeeded
-[ 43: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawElementsInstanced should succeed
-[ 44: FAIL ] instance 0 should be 127,0,0,255 at (1, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 45: FAIL ] instance 1 should be 127,0,0,255 at (38, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 46: FAIL ] instance 2 should be 127,0,0,255 at (76, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 47: FAIL ] instance 3 should be 127,0,0,255 at (113, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 48: FAIL ] instance 4 should be 255,0,0,255 at (151, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 49: FAIL ] instance 5 should be 255,0,0,255 at (188, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 50: FAIL ] instance 6 should be 255,0,0,255 at (226, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 51: FAIL ] instance 7 should be 255,0,0,255 at (263, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 52: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 53: PASS ] Set up program succeeded
-[ 54: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawElementsInstanced should succeed
-[ 55: FAIL ] instance 0 should be 102,0,0,255 at (1, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 56: FAIL ] instance 1 should be 102,0,0,255 at (51, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 57: FAIL ] instance 2 should be 102,0,0,255 at (101, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 58: FAIL ] instance 3 should be 102,0,0,255 at (151, 0) expected: 102,0,0,255 was 0,0,0,0
-[ 59: FAIL ] instance 4 should be 204,0,0,255 at (201, 0) expected: 204,0,0,255 was 0,0,0,0
-[ 60: FAIL ] instance 5 should be 204,0,0,255 at (251, 0) expected: 204,0,0,255 was 0,0,0,0
-[ 61: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 62: PASS ] Set up program succeeded
-[ 63: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawElementsInstanced should succeed
-[ 64: FAIL ] instance 0 should be 127,0,0,255 at (1, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 65: FAIL ] instance 1 should be 127,0,0,255 at (51, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 66: FAIL ] instance 2 should be 127,0,0,255 at (101, 0) expected: 127,0,0,255 was 0,0,0,0
-[ 67: FAIL ] instance 3 should be 255,0,0,255 at (151, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 68: FAIL ] instance 4 should be 255,0,0,255 at (201, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 69: FAIL ] instance 5 should be 255,0,0,255 at (251, 0) expected: 255,0,0,255 was 0,0,0,0
-[ 70: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 71: PASS ] Set up program succeeded
-[ 72: FAIL ] getError expected: NO_ERROR. Was INVALID_OPERATION : drawElementsInstanced should succeed
-[ 73: FAIL ] instance 0 should be 69,0,0,255 at (1, 0) expected: 69,0,0,255 was 0,0,0,0
-[ 74: FAIL ] instance 1 should be 69,0,0,255 at (38, 0) expected: 69,0,0,255 was 0,0,0,0
-[ 75: FAIL ] instance 2 should be 69,0,0,255 at (76, 0) expected: 69,0,0,255 was 0,0,0,0
-[ 76: FAIL ] instance 3 should be 139,0,0,255 at (113, 0) expected: 139,0,0,255 was 0,0,0,0
-[ 77: FAIL ] instance 4 should be 139,0,0,255 at (151, 0) expected: 139,0,0,255 was 0,0,0,0
-[ 78: FAIL ] instance 5 should be 139,0,0,255 at (188, 0) expected: 139,0,0,255 was 0,0,0,0
-[ 79: FAIL ] instance 6 should be 208,0,0,255 at (226, 0) expected: 208,0,0,255 was 0,0,0,0
-[ 80: FAIL ] instance 7 should be 208,0,0,255 at (263, 0) expected: 208,0,0,255 was 0,0,0,0
-[ 81: PASS ] getError was expected value: NO_ERROR : clean up should succeed
-[ 82: PASS ] successfullyParsed is true
-[ FAIL ] 64 failures reported
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to