Title: [106141] trunk/LayoutTests
Revision
106141
Author
[email protected]
Date
2012-01-27 12:04:46 -0800 (Fri, 27 Jan 2012)

Log Message

Update chromium-specific expectation for navigator-detached-no-crash layout test to include startActivity
https://bugs.webkit.org/show_bug.cgi?id=77230

Unreviewed gardening.

Patch by Greg Billock <[email protected]> on 2012-01-27

* platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (106140 => 106141)


--- trunk/LayoutTests/ChangeLog	2012-01-27 20:00:34 UTC (rev 106140)
+++ trunk/LayoutTests/ChangeLog	2012-01-27 20:04:46 UTC (rev 106141)
@@ -1,3 +1,13 @@
+2012-01-27  Greg Billock  <[email protected]>
+
+        Update chromium-specific expectation for navigator-detached-no-crash layout test to include startActivity
+        https://bugs.webkit.org/show_bug.cgi?id=77230
+
+        Unreviewed gardening.
+
+        * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2012-01-27  Levi Weintraub  <[email protected]>
 
         Unreviewed gardening. Updating linux expectations after http://trac.webkit.org/changeset/106108

Modified: trunk/LayoutTests/platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt (106140 => 106141)


--- trunk/LayoutTests/platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt	2012-01-27 20:00:34 UTC (rev 106140)
+++ trunk/LayoutTests/platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt	2012-01-27 20:04:46 UTC (rev 106141)
@@ -14,6 +14,7 @@
 navigator.product is OK
 navigator.productSub is OK
 navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
+navigator.startActivity() threw err TypeError: Not enough arguments
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK
@@ -33,6 +34,7 @@
 navigator.product is OK
 navigator.productSub is OK
 navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
+navigator.startActivity() threw err TypeError: Not enough arguments
 navigator.userAgent is OK
 navigator.vendor is OK
 navigator.vendorSub is OK

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (106140 => 106141)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-01-27 20:00:34 UTC (rev 106140)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-01-27 20:04:46 UTC (rev 106141)
@@ -103,7 +103,6 @@
 // Currently Web Intents is disabled. Tests pass with the proper
 // build flag turned on.
 BUGGBILLOCK SKIP : webintents = FAIL
-BUGWK77227 : fast/dom/navigator-detached-no-crash.html = TEXT
 
 // -----------------------------------------------------------------
 // WONTFIX TESTS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to