Title: [87872] trunk/LayoutTests
Revision
87872
Author
[email protected]
Date
2011-06-01 18:36:35 -0700 (Wed, 01 Jun 2011)

Log Message

2011-06-01  Adam Barth  <[email protected]>

        There seems to be something odd about registerProtocolHandler on Mac.
        The "no-crash" seems to "pass" because the test does not crash, where
        as the "register-protocol-handler" test fails, apparently due to the
        API being disabled.

        * platform/chromium/test_expectations.txt:
        * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
        * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt.
            - This expectation file is misplaced.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87871 => 87872)


--- trunk/LayoutTests/ChangeLog	2011-06-02 01:11:43 UTC (rev 87871)
+++ trunk/LayoutTests/ChangeLog	2011-06-02 01:36:35 UTC (rev 87872)
@@ -1,5 +1,17 @@
 2011-06-01  Adam Barth  <[email protected]>
 
+        There seems to be something odd about registerProtocolHandler on Mac.
+        The "no-crash" seems to "pass" because the test does not crash, where
+        as the "register-protocol-handler" test fails, apparently due to the
+        API being disabled.
+
+        * platform/chromium/test_expectations.txt:
+        * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
+        * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt.
+            - This expectation file is misplaced.
+
+2011-06-01  Adam Barth  <[email protected]>
+
         Now that this test doesn't time out, we can see that it fails.  That's
         progress, of a sort.
 

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (87871 => 87872)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-02 01:11:43 UTC (rev 87871)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-02 01:36:35 UTC (rev 87872)
@@ -4018,3 +4018,6 @@
 BUGWK59782 WIN LINUX DEBUG : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html = TIMEOUT
 BUGWK59782 WIN LINUX DEBUG : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html = TIMEOUT
 BUGWK59782 WIN LINUX DEBUG : svg/filters/feDropShadow.svg = TIMEOUT
+
+// Register protocol handler doesn't seem to be enabled on Mac.
+BUGCR84161 MAC : fast/dom/register-protocol-handler.html = TEXT

Copied: trunk/LayoutTests/platform/mac/fast/dom/navigator-detached-no-crash-expected.txt (from rev 87866, trunk/LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt) (0 => 87872)


--- trunk/LayoutTests/platform/mac/fast/dom/navigator-detached-no-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/dom/navigator-detached-no-crash-expected.txt	2011-06-02 01:36:35 UTC (rev 87872)
@@ -0,0 +1,35 @@
+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
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.getStorageUpdates() is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.getStorageUpdates() is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+

Deleted: trunk/LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt (87871 => 87872)


--- trunk/LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt	2011-06-02 01:11:43 UTC (rev 87871)
+++ trunk/LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt	2011-06-02 01:36:35 UTC (rev 87872)
@@ -1,35 +0,0 @@
-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
-navigator.appName is OK
-navigator.appVersion is OK
-navigator.cookieEnabled is OK
-navigator.getStorageUpdates() is OK
-navigator.javaEnabled() is OK
-navigator.language is OK
-navigator.mimeTypes is OK
-navigator.onLine is OK
-navigator.platform is OK
-navigator.plugins is OK
-navigator.product is OK
-navigator.productSub is OK
-navigator.userAgent is OK
-navigator.vendor is OK
-navigator.vendorSub is OK
-navigator.appCodeName is OK
-navigator.appName is OK
-navigator.appVersion is OK
-navigator.cookieEnabled is OK
-navigator.getStorageUpdates() is OK
-navigator.javaEnabled() is OK
-navigator.language is OK
-navigator.mimeTypes is OK
-navigator.onLine is OK
-navigator.platform is OK
-navigator.plugins is OK
-navigator.product is OK
-navigator.productSub is OK
-navigator.userAgent is OK
-navigator.vendor is OK
-navigator.vendorSub is OK
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to