| Index: dart/tests/language/language-leg.status
|
| diff --git a/dart/tests/language/language-leg.status b/dart/tests/language/language-leg.status
|
| index d61126314f887952e3609936cf3a32eded0ef873..2e09785e6e19ffe9a846c0dcb799f55160d68d0c 100644
|
| --- a/dart/tests/language/language-leg.status
|
| +++ b/dart/tests/language/language-leg.status
|
| @@ -24,9 +24,6 @@ CallThroughGetterTest: Fail # Internal Error: Cannot find value
|
| CanonicalConstTest: Fail # map not implemented
|
| CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
|
| ClassTest: Fail # Internal Error: Cannot find value
|
| -ClosureBreak1Test: Fail # SsaBuilder.visitLabelledStatement not implemented
|
| -ClosureBreak2Test: Fail # SsaBuilder.visitLabelledStatement not implemented
|
| -ClosureBreakTest: Fail # SsaBuilder.visitLabelledStatement not implemented
|
| ClosureTest: Fail # Internal Error: Cannot find value
|
| ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
|
| ConstObjectsAreImmutableTest: Fail # map not implemented
|
| @@ -41,10 +38,6 @@ DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
|
| DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
|
| DynamicTest: Fail # cannot resolve type F1
|
| EmptyBlockCaseTest: Fail # switch cases are not implemented
|
| -ExecuteFinally3Test: Fail # SsaBuilder.visitLabelledStatement not implemented
|
| -ExecuteFinally6Test: Fail # SsaBuilder.visitLabelledStatement not implemented
|
| -ExecuteFinally8Test: Fail # visitLabelledStatement not implemented
|
| -ExecuteFinally9Test: Fail # visitLabelledStatement not implemented
|
| Factory4Test: Fail # named constructors with type arguments are not implemented
|
| FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails.
|
| FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented
|
| @@ -329,5 +322,13 @@ TypeVMTest: Fail, OK # VM specific test.
|
| ExceptionTest: Fail # TODO(ahe): Probably a bad merge.
|
|
|
|
|
| +# TODO(ahe): Categorize these failures.
|
| +ClosureBreak1Test: Fail
|
| +ClosureBreak2Test: Fail
|
| +ClosureBreakTest: Fail
|
| +ExecuteFinally3Test: Fail
|
| +ExecuteFinally9Test: Fail
|
| +
|
| +
|
| [ $component == leg && $mode == release]
|
| AssignTopMethodNegativeTest: Crash
|
|
|