Title: [276233] trunk/LayoutTests
Revision
276233
Author
hironori.fu...@sony.com
Date
2021-04-18 18:56:23 -0700 (Sun, 18 Apr 2021)

Log Message

[WinCairo] Unreviewed test gardening

* platform/wincairo-wk1/http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt: Added.
* platform/wincairo-wk1/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt: Added.
* platform/wincairo/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (276232 => 276233)


--- trunk/LayoutTests/ChangeLog	2021-04-18 21:14:38 UTC (rev 276232)
+++ trunk/LayoutTests/ChangeLog	2021-04-19 01:56:23 UTC (rev 276233)
@@ -1,3 +1,11 @@
+2021-04-18  Fujii Hironori  <hironori.fu...@sony.com>
+
+        [WinCairo] Unreviewed test gardening
+
+        * platform/wincairo-wk1/http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt: Added.
+        * platform/wincairo-wk1/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt: Added.
+        * platform/wincairo/TestExpectations:
+
 2021-04-18  Youenn Fablet  <you...@apple.com>
 
         Blob URLs should use for their owner origin for CSP checks

Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (276232 => 276233)


--- trunk/LayoutTests/platform/wincairo/TestExpectations	2021-04-18 21:14:38 UTC (rev 276232)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations	2021-04-19 01:56:23 UTC (rev 276233)
@@ -439,6 +439,11 @@
 webgl/2.0.0/conformance2/textures/image_bitmap_from_video [ Skip ]
 webgl/2.0.0/conformance2/textures/video [ Skip ]
 
+# platformLayerTreeAsText is only implemented for Cocoa ports.
+fast/harness/platform-layer-tree-as-text.html [ Skip ]
+
+webkit.org/b/223788 js/dom/missing-exception-check-in-convertNumbers.html [ Skip ]
+
 #//////////////////////////////////////////////////////////////////////////////////////////
 # These areas are not implemented well on WinCairo
 #//////////////////////////////////////////////////////////////////////////////////////////
@@ -1007,7 +1012,6 @@
 http/tests/cookies/double-quoted-value-with-semi-colon.html [ Failure ]
 http/tests/cookies/http-get-cookie-set-in-js.html [ Pass Failure ]
 http/tests/cookies/multiple-cookies.html [ Pass Failure ]
-http/tests/cookies/multiple-redirect-and-set-cookie.py [ Pass Failure ]
 http/tests/cookies/only-accept-first-party-cookies.html [ Pass ]
 http/tests/cookies/private-cookie-storage.html [ Skip ]
 http/tests/cookies/same-site [ Skip ]
@@ -1377,6 +1381,8 @@
 
 fast/dom/HTMLInputElement/change-type-in-input-event-listener.html [ Skip ]
 
+webkit.org/b/224735 fast/dom/Window/post-message-large-array-buffer-should-not-crash.html [ Skip ] # Crash
+
 ################################################################################
 ##############################   End DOM Issues   ##############################
 ################################################################################
@@ -2040,11 +2046,13 @@
 webgl/2.0.0/conformance/textures/misc/texture-mips.html [ Failure Pass ]
 webgl/2.0.0/conformance/textures/misc/texture-upload-size.html [ Skip ] # Timeout
 webgl/2.0.0/conformance2/buffers/buffer-copying-contents.html [ Failure ]
+webgl/2.0.0/conformance2/extensions/promoted-extensions-in-shaders.html [ Failure ]
 webgl/2.0.0/conformance2/glsl3/tricky-loop-conditions.html [ Failure ]
 webgl/2.0.0/conformance2/query/occlusion-query.html [ Skip ] # Timeout
 webgl/2.0.0/conformance2/rendering/blitframebuffer-filter-srgb.html [ Pass Failure ]
 webgl/2.0.0/conformance2/rendering/blitframebuffer-stencil-only.html [ Pass Failure ]
 webgl/2.0.0/conformance2/rendering/element-index-uint.html [ Failure ]
+webgl/2.0.0/conformance2/rendering/fs-color-type-mismatch-color-buffer-type.html [ Failure ]
 webgl/2.0.0/conformance2/state/gl-object-get-calls.html [ Slow Failure ]
 webgl/2.0.0/conformance2/textures/misc/tex-image-with-bad-args-from-dom-elements.html [ Skip ] # Timeout
 webgl/2.0.0/conformance2/transform_feedback/transform_feedback.html [ Skip ] # Timeout and flaky

Added: trunk/LayoutTests/platform/wincairo-wk1/http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt (0 => 276233)


--- trunk/LayoutTests/platform/wincairo-wk1/http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wincairo-wk1/http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt	2021-04-19 01:56:23 UTC (rev 276233)
@@ -0,0 +1,7 @@
+CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
+CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/reply.xml due to access control checks.
+CONSOLE MESSAGE: Not allowed to use restricted network port 7: http://localhost:7/
+Test that a cross-origin redirect to a server that responds is indistinguishable from one that does not. Should say PASS:
+
+PASS
+

Added: trunk/LayoutTests/platform/wincairo-wk1/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt (0 => 276233)


--- trunk/LayoutTests/platform/wincairo-wk1/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wincairo-wk1/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt	2021-04-19 01:56:23 UTC (rev 276233)
@@ -0,0 +1,8 @@
+CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
+CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/reply.xml due to access control checks.
+CONSOLE MESSAGE: CORS-preflight request was blocked
+CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8/ due to access control checks.
+Test that a simple cross-origin request to a server that responds (but does not permit cross-origin requests) is indistinguishable from one that does not exist. Should say PASS:
+
+PASS
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to