Title: [236063] trunk/LayoutTests
Revision
236063
Author
[email protected]
Date
2018-09-17 07:36:36 -0700 (Mon, 17 Sep 2018)

Log Message

[GTK][WPE] Update baseline for fast/dom/navigator-detached-no-crash

In GTK it's just a matter of updating the baseline. In WPE
there's some JS output that just needs to be ignored.
* platform/gtk/TestExpectations:
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/wpe/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236062 => 236063)


--- trunk/LayoutTests/ChangeLog	2018-09-17 14:09:19 UTC (rev 236062)
+++ trunk/LayoutTests/ChangeLog	2018-09-17 14:36:36 UTC (rev 236063)
@@ -1,5 +1,15 @@
 2018-09-17  Claudio Saavedra  <[email protected]>
 
+        [GTK][WPE] Update baseline for fast/dom/navigator-detached-no-crash
+
+        In GTK it's just a matter of updating the baseline. In WPE
+        there's some JS output that just needs to be ignored.
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
+        * platform/wpe/TestExpectations:
+
+2018-09-17  Claudio Saavedra  <[email protected]>
+
         [WPE] Mark crashing animations test.
 
         animations/play-state-start-paused.html crashing.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (236062 => 236063)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-09-17 14:09:19 UTC (rev 236062)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-09-17 14:36:36 UTC (rev 236063)
@@ -3010,8 +3010,6 @@
 
 webkit.org/b/143469 fast/borders/border-image-fill-no-border.html [ ImageOnlyFailure ]
 
-webkit.org/b/85594 fast/dom/navigator-detached-no-crash.html [ Failure ]
-
 webkit.org/b/143471 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
 webkit.org/b/143871 svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg [ Failure ]
 

Modified: trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt (236062 => 236063)


--- trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt	2018-09-17 14:09:19 UTC (rev 236062)
+++ trunk/LayoutTests/platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt	2018-09-17 14:36:36 UTC (rev 236063)
@@ -1,14 +1,15 @@
-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.activeVRDisplays is OK
 navigator.appCodeName is OK
 navigator.appName is OK
 navigator.appVersion is OK
 navigator.cookieEnabled is OK
-navigator.credentials is OK
 navigator.getStorageUpdates() is OK
+navigator.getVRDisplays() is OK
 navigator.javaEnabled() is OK
 navigator.language is OK
+navigator.languages is OK
 navigator.mediaCapabilities is OK
 navigator.mimeTypes is OK
 navigator.onLine is OK
@@ -16,18 +17,22 @@
 navigator.plugins is OK
 navigator.product is OK
 navigator.productSub is OK
-navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
+navigator.sendBeacon() threw err TypeError: Not enough arguments
+navigator.serviceWorker is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
+navigator.webdriver is OK
+navigator.activeVRDisplays is OK
 navigator.appCodeName is OK
 navigator.appName is OK
 navigator.appVersion is OK
 navigator.cookieEnabled is OK
-navigator.credentials is OK
 navigator.getStorageUpdates() is OK
+navigator.getVRDisplays() is OK
 navigator.javaEnabled() is OK
 navigator.language is OK
+navigator.languages is OK
 navigator.mediaCapabilities is OK
 navigator.mimeTypes is OK
 navigator.onLine is OK
@@ -35,8 +40,10 @@
 navigator.plugins is OK
 navigator.product is OK
 navigator.productSub is OK
-navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
+navigator.sendBeacon() threw err TypeError: Not enough arguments
+navigator.serviceWorker is OK
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
+navigator.webdriver is OK
 

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (236062 => 236063)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2018-09-17 14:09:19 UTC (rev 236062)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2018-09-17 14:36:36 UTC (rev 236063)
@@ -1141,6 +1141,7 @@
 webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure ]
 Bug(WPE) fast/dom/NavigatorContentUtils/is-protocol-handler-registered.html [ Failure ]
 Bug(WPE) fast/dom/Range/getClientRects.html [ Failure ]
+fast/dom/navigator-detached-no-crash.html [ DumpJSConsoleLogInStdErr ]
 
 Bug(WPE) storage/indexeddb/modern/date-basic-private.html [ Failure ]
 Bug(WPE) storage/indexeddb/modern/date-basic.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to