Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: tests/language/language.status

Issue 9372046: fix status of ExecuteFinally6Test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 89f4cbfa27535bef55dff0dbb3296bdca166db4e..885f138f81dc07b6065afefe2657709b62ca69f0 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -454,6 +454,19 @@ Private3Test: Fail
StackTraceTest: Fail
StringInterpolateNPETest: Fail
+# For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but
+# other browsers don't, so they eventually timeout. See issue 1515.
+# In any case, we shouldn't be relying on SyntaxError.
+Label2NegativeTest: Skip
+Label3NegativeTest: Skip
+Label5NegativeTest: Skip
+Label6NegativeTest: Skip
+LabelTest: Skip
+StringEscape1NegativeTest: Skip
+Switch3NegativeTest: Skip
+Switch4NegativeTest: Skip
+ExecuteFinally6Test: Skip
+
[ $component == webdriver && $browser == safari ]
BlockScopeTest: Fail
ClosureBreak1Test: Fail
@@ -465,7 +478,6 @@ ImplicitClosureTest: Fail
MethodBindingTest: Fail
Prefix15Test: Fail
ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Issue #1220
-ExecuteFinally6Test: Skip
GCTest: Fail
[ $component == webdriver && $browser == ff ]
@@ -475,19 +487,6 @@ ToStringAsFixedTest: Fail
ExecuteFinally7Test: Skip
StaticFinalField2NegativeTest: Skip
-# For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but
-# other browsers don't, so they eventually timeout.
-# In any case, we shouldn't be relying on SyntaxError.
-[ $component == webdriver && ($browser == ff || $browser == safari || $browser == ie) ]
-Label2NegativeTest: Skip
-Label3NegativeTest: Skip
-Label5NegativeTest: Skip
-Label6NegativeTest: Skip
-LabelTest: Skip
-StringEscape1NegativeTest: Skip
-Switch3NegativeTest: Skip
-Switch4NegativeTest: Skip
-
[ $component == webdriver && $browser == ie ]
ToStringAsFixedTest: Fail
StackOverflowTest: Fail
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698