Title: [276215] trunk/LayoutTests
- Revision
- 276215
- Author
- [email protected]
- Date
- 2021-04-17 17:27:44 -0700 (Sat, 17 Apr 2021)
Log Message
[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: trunk/LayoutTests/ChangeLog (276214 => 276215)
--- trunk/LayoutTests/ChangeLog 2021-04-18 00:10:13 UTC (rev 276214)
+++ trunk/LayoutTests/ChangeLog 2021-04-18 00:27:44 UTC (rev 276215)
@@ -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-17 Commit Queue <[email protected]>
Unreviewed, reverting r276178.
Modified: trunk/LayoutTests/platform/glib/TestExpectations (276214 => 276215)
--- trunk/LayoutTests/platform/glib/TestExpectations 2021-04-18 00:10:13 UTC (rev 276214)
+++ trunk/LayoutTests/platform/glib/TestExpectations 2021-04-18 00:27:44 UTC (rev 276215)
@@ -540,7 +540,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 ]
Added: trunk/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt (0 => 276215)
--- trunk/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt 2021-04-18 00:27:44 UTC (rev 276215)
@@ -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