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

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

Issue 9688016: Hack around aborting loop body. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address 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
« no previous file with comments | « dart/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: dart/tests/language/language-leg.status
diff --git a/dart/tests/language/language-leg.status b/dart/tests/language/language-leg.status
index 52da2c4d5212007ec868a8f20604a4460482522b..fbac7682d810507431ee350a7ef9136c930a275d 100644
--- a/dart/tests/language/language-leg.status
+++ b/dart/tests/language/language-leg.status
@@ -29,7 +29,6 @@ ContinueTest: Fail # switch cases are not implemented
DefaultFactoryLibraryTest: Fail # lib is not a type
DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
-DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
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.
@@ -37,7 +36,6 @@ 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
FunctionTypeAlias2Test: Fail # cannot resolve type f1
FunctionTypeAlias3Test: Fail # cannot resolve type F
FunctionTypeAlias4Test: Fail # cannot resolve type F
@@ -83,7 +81,6 @@ 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
@@ -266,11 +263,7 @@ DivByZeroTest: Fail, OK # Leg only has doubles.
# TODO(ahe): Categorize these failures.
-ClosureBreak1Test: Fail
-ClosureBreak2Test: Fail
-ClosureBreakTest: Fail
ExecuteFinally3Test: Fail
-ExecuteFinally9Test: Fail
[ $component == leg && $mode == release ]
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698