Title: [270324] trunk/LayoutTests
Revision
270324
Author
[email protected]
Date
2020-12-01 12:33:36 -0800 (Tue, 01 Dec 2020)

Log Message

REGRESSION: imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=219366
<rdar://problem/71819641>

LayoutTests/imported/w3c:

Unreviewed, rebaseline test.

* web-platform-tests/streams/transform-streams/terminate.any-expected.txt:

LayoutTests:

Unreviewed, silence console output to address flakiness.

* TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (270323 => 270324)


--- trunk/LayoutTests/ChangeLog	2020-12-01 20:21:27 UTC (rev 270323)
+++ trunk/LayoutTests/ChangeLog	2020-12-01 20:33:36 UTC (rev 270324)
@@ -1,3 +1,14 @@
+2020-12-01  Chris Dumez  <[email protected]>
+
+        REGRESSION: imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=219366
+        <rdar://problem/71819641>
+
+        Unreviewed, silence console output to address flakiness.
+
+        * TestExpectations:
+        * platform/mac/TestExpectations:
+
 2020-12-01  Lauro Moura  <[email protected]>
 
         [GLIB] Add some WPE-specific baselines after r269745

Modified: trunk/LayoutTests/TestExpectations (270323 => 270324)


--- trunk/LayoutTests/TestExpectations	2020-12-01 20:21:27 UTC (rev 270323)
+++ trunk/LayoutTests/TestExpectations	2020-12-01 20:33:36 UTC (rev 270324)
@@ -381,6 +381,7 @@
 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-network-error.sub.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-invalid-args.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/streams/readable-streams/patched-global.any.html [ DumpJSConsoleLogInStdErr ]
+imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/streams/writable-streams/write.any.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/streams/writable-streams/error.any.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/wasm/webapi/rejected-arg.any.html [ DumpJSConsoleLogInStdErr ]

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (270323 => 270324)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2020-12-01 20:21:27 UTC (rev 270323)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2020-12-01 20:33:36 UTC (rev 270324)
@@ -1,3 +1,13 @@
+2020-12-01  Chris Dumez  <[email protected]>
+
+        REGRESSION: imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=219366
+        <rdar://problem/71819641>
+
+        Unreviewed, rebaseline test.
+
+        * web-platform-tests/streams/transform-streams/terminate.any-expected.txt:
+
 2020-12-01  Youenn Fablet  <[email protected]>
 
         Update list of block ports according fetch spec

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/streams/transform-streams/terminate.any-expected.txt (270323 => 270324)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/streams/transform-streams/terminate.any-expected.txt	2020-12-01 20:21:27 UTC (rev 270323)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/streams/transform-streams/terminate.any-expected.txt	2020-12-01 20:33:36 UTC (rev 270324)
@@ -1,5 +1,3 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: the stream has been terminated
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: the stream has been terminated
 
 Harness Error (FAIL), message = Unhandled rejection: the stream has been terminated
 

Modified: trunk/LayoutTests/platform/mac/TestExpectations (270323 => 270324)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-12-01 20:21:27 UTC (rev 270323)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-12-01 20:33:36 UTC (rev 270324)
@@ -2247,6 +2247,4 @@
 # rdar://rdar://71039166
 [ Mojave ] http/tests/canvas/color-fonts [ Skip ]
 
-webkit.org/b/219366 imported/w3c/web-platform-tests/streams/transform-streams/terminate.any.html [ Pass Failure ]
-
-webkit.org/b/219403 imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-candidate-in-sdp.https.html [ Pass Failure ]
\ No newline at end of file
+webkit.org/b/219403 imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-candidate-in-sdp.https.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to