Title: [280227] releases/WebKitGTK/webkit-2.32/LayoutTests
Revision
280227
Author
[email protected]
Date
2021-07-23 01:29:45 -0700 (Fri, 23 Jul 2021)

Log Message

Merge r276215 - [GLIB] Unreviewed test gardening. Emit new baseline after r276193.

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

Modified Paths

Added Paths

Diff

Modified: releases/WebKitGTK/webkit-2.32/LayoutTests/ChangeLog (280226 => 280227)


--- releases/WebKitGTK/webkit-2.32/LayoutTests/ChangeLog	2021-07-23 08:29:39 UTC (rev 280226)
+++ releases/WebKitGTK/webkit-2.32/LayoutTests/ChangeLog	2021-07-23 08:29:45 UTC (rev 280227)
@@ -1,3 +1,10 @@
+2021-04-17  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening. Emit new baseline after r276193.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt: Added.
+
 2021-04-16  Brent Fulgham  <[email protected]>
 
         Perform port blocking earlier in the load

Modified: releases/WebKitGTK/webkit-2.32/LayoutTests/platform/glib/TestExpectations (280226 => 280227)


--- releases/WebKitGTK/webkit-2.32/LayoutTests/platform/glib/TestExpectations	2021-07-23 08:29:39 UTC (rev 280226)
+++ releases/WebKitGTK/webkit-2.32/LayoutTests/platform/glib/TestExpectations	2021-07-23 08:29:45 UTC (rev 280227)
@@ -496,7 +496,7 @@
 webkit.org/b/216716 fast/mediastream/mediastreamtrack-video-clone.html [ Failure Pass ]
 webkit.org/b/216716 fast/mediastream/getUserMedia-video-rescaling.html [ Failure Pass ]
 webkit.org/b/210337 fast/mediastream/mediastreamtrack-audio-clone.html [ Failure Pass ]
-webkit.org/b/210385 fast/mediastream/stream-switch.html [ Crash Timeout ]
+webkit.org/b/210385 fast/mediastream/stream-switch.html [ Crash Timeout Pass ]
 webkit.org/b/210528 fast/mediastream/MediaStream-MediaElement-setObject-null.html [ Crash Pass ]
 webkit.org/b/210528 fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing.html [ Crash Pass ]
 webkit.org/b/213011 fast/mediastream/media-stream-track-interrupted.html [ Failure ]

Added: releases/WebKitGTK/webkit-2.32/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt (0 => 280227)


--- releases/WebKitGTK/webkit-2.32/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt	                        (rev 0)
+++ releases/WebKitGTK/webkit-2.32/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt	2021-07-23 08:29:45 UTC (rev 280227)
@@ -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: Could not connect: Connection refused
+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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to