Log Message
[ Mac wk2 Release ] fast/dom/navigator-detached-no-crash.html flaky failing. https://bugs.webkit.org/show_bug.cgi?id=207151 <rdar://problem/59126935>
Unreviewed, silence console warnings to address flakiness. * TestExpectations: * platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt: * platform/mac-wk2/TestExpectations: * platform/mac-wk2/fast/dom/navigator-detached-no-crash-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (258363 => 258364)
--- trunk/LayoutTests/ChangeLog 2020-03-12 22:29:59 UTC (rev 258363)
+++ trunk/LayoutTests/ChangeLog 2020-03-12 22:43:06 UTC (rev 258364)
@@ -1,3 +1,16 @@
+2020-03-12 Chris Dumez <[email protected]>
+
+ [ Mac wk2 Release ] fast/dom/navigator-detached-no-crash.html flaky failing.
+ https://bugs.webkit.org/show_bug.cgi?id=207151
+ <rdar://problem/59126935>
+
+ Unreviewed, silence console warnings to address flakiness.
+
+ * TestExpectations:
+ * platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt:
+ * platform/mac-wk2/TestExpectations:
+ * platform/mac-wk2/fast/dom/navigator-detached-no-crash-expected.txt:
+
2020-03-12 Jason Lawrence <[email protected]>
[ Catalina wk2 ] webrtc/video-autoplay1.html is flaky failing.
Modified: trunk/LayoutTests/TestExpectations (258363 => 258364)
--- trunk/LayoutTests/TestExpectations 2020-03-12 22:29:59 UTC (rev 258363)
+++ trunk/LayoutTests/TestExpectations 2020-03-12 22:43:06 UTC (rev 258364)
@@ -294,6 +294,7 @@
fast/history/page-cache-active-fetch-request-blobReadAsText.html [ DumpJSConsoleLogInStdErr ]
fast/history/page-cache-active-fetch-request-blobReadAsReadableStream.html [ DumpJSConsoleLogInStdErr ]
fast/history/page-cache-active-fetch-response-blobReadAsBlob.html [ DumpJSConsoleLogInStdErr ]
+fast/dom/navigator-detached-no-crash.html [ DumpJSConsoleLogInStdErr ]
webkit.org/b/202495 imported/w3c/web-platform-tests/shadow-dom/directionality-002.tentative.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt (258363 => 258364)
--- trunk/LayoutTests/platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt 2020-03-12 22:29:59 UTC (rev 258363)
+++ trunk/LayoutTests/platform/mac-wk1/fast/dom/navigator-detached-no-crash-expected.txt 2020-03-12 22:43:06 UTC (rev 258364)
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: Not enough arguments
This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
Check Navigator
navigator.appCodeName is OK
Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (258363 => 258364)
--- trunk/LayoutTests/platform/mac-wk2/TestExpectations 2020-03-12 22:29:59 UTC (rev 258363)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations 2020-03-12 22:43:06 UTC (rev 258364)
@@ -959,8 +959,6 @@
webkit.org/b/207149 [ Mojave ] imported/w3c/web-platform-tests/webrtc/RTCDtlsTransport-state.html [ Pass Failure ]
-webkit.org/b/207151 [ Release ] fast/dom/navigator-detached-no-crash.html [ Pass Failure ]
-
webkit.org/b/207165 tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html [ Pass Failure ]
webkit.org/b/207166 http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html [ Pass Failure ]
@@ -1089,4 +1087,4 @@
webkit.org/b/209013 fast/scrolling/momentum-scroll-with-borders.html [ Pass Timeout ]
-webkit.org/b/209018 [ Catalina ] webrtc/video-autoplay1.html [ Pass Failure ]
\ No newline at end of file
+webkit.org/b/209018 [ Catalina ] webrtc/video-autoplay1.html [ Pass Failure ]
Modified: trunk/LayoutTests/platform/mac-wk2/fast/dom/navigator-detached-no-crash-expected.txt (258363 => 258364)
--- trunk/LayoutTests/platform/mac-wk2/fast/dom/navigator-detached-no-crash-expected.txt 2020-03-12 22:29:59 UTC (rev 258363)
+++ trunk/LayoutTests/platform/mac-wk2/fast/dom/navigator-detached-no-crash-expected.txt 2020-03-12 22:43:06 UTC (rev 258364)
@@ -1,6 +1,3 @@
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: Not enough arguments
-CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
-CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: Type error
This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
Check Navigator
navigator.appCodeName is OK
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
