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

Unified Diff: tests/language/language-leg.status

Issue 9632018: Switch-implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments. Created 8 years, 9 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
« frog/leg/scanner/parser.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language-leg.status
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
index fc84b0559c72df58f2f2fa61ad13eff6e7ad53a8..cf99213621b83b4d174f581c03e87fbf03df70fd 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -35,7 +35,6 @@ DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
DynamicTest: Fail # cannot resolve type F1
-EmptyBlockCaseTest: Fail # switch cases are not implemented
Factory3Test: Fail # Handling of compile-time constants.
FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling.
ForTest: Fail # SsaBuilder for loop without condition not implemented
@@ -82,9 +81,7 @@ SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
SuperOperatorTest: Fail # no method named + in class A
SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
SuperTest: Fail # cannot find tokens to produce error message for i++.
-SwitchFallthruTest: Fail # switch cases are not implemented
SwitchLabelTest: Fail # switch cases are not implemented
-SwitchTest: Fail # switch cases are not implemented
TypeDartcTest: Fail # non-empty instruction stack
WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
@@ -247,8 +244,6 @@ StaticTopLevelTest/03: Fail, OK # Negative language test.
StaticTopLevelTest/04: Fail, OK # Negative language test.
StaticTopLevelTest/05: Fail, OK # Negative language test.
StringInterpolation7NegativeTest: Fail, OK # Negative language test.
-Switch3NegativeTest: Fail, OK # Negative language test.
-Switch7NegativeTest: Fail, OK # Negative language test.
SyntaxTest/47: Fail, OK # No error on body in const constructor.
Throw7NegativeTest: Fail, OK # Negative language test.
TryCatchSyntaxTest/08: Fail, OK # Negative language test.
« frog/leg/scanner/parser.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698