| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $component == leg && $checked ] | 5 [ $component == leg && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == leg ] | 9 [ $component == leg ] |
| 10 Constructor6Test: Crash | 10 Constructor6Test: Crash |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 StaticFieldTest: Fail # cannot resolve setValues | 97 StaticFieldTest: Fail # cannot resolve setValues |
| 98 StaticFinalFieldTest: Fail # map not implemented | 98 StaticFinalFieldTest: Fail # map not implemented |
| 99 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 99 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 100 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 100 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 101 SuperFieldTest: Fail # no method named city in class B | 101 SuperFieldTest: Fail # no method named city in class B |
| 102 SuperOperatorTest: Fail # no method named + in class A | 102 SuperOperatorTest: Fail # no method named + in class A |
| 103 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 103 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 104 SuperTest: Fail # cannot find tokens to produce error message for i++. | 104 SuperTest: Fail # cannot find tokens to produce error message for i++. |
| 105 SwitchFallthruTest: Fail # switch cases are not implemented | 105 SwitchFallthruTest: Fail # switch cases are not implemented |
| 106 SwitchLabelTest: Fail # switch cases are not implemented | 106 SwitchLabelTest: Fail # switch cases are not implemented |
| 107 SwitchScopeTest: Fail # switch cases are not implemented | |
| 108 SwitchTest: Fail # switch cases are not implemented | 107 SwitchTest: Fail # switch cases are not implemented |
| 109 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. | 108 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. |
| 110 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled | 109 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled |
| 111 ToplevelCollision2Test/none: Fail # duplicate definition | 110 ToplevelCollision2Test/none: Fail # duplicate definition |
| 112 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented | 111 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented |
| 113 TypeDartcTest: Fail # non-empty instruction stack | 112 TypeDartcTest: Fail # non-empty instruction stack |
| 114 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 113 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 115 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required | 114 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required |
| 116 | 115 |
| 117 # Implementation errors (library or generated code). | 116 # Implementation errors (library or generated code). |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ClosureBreakTest: Fail | 290 ClosureBreakTest: Fail |
| 292 ExecuteFinally3Test: Fail | 291 ExecuteFinally3Test: Fail |
| 293 ExecuteFinally9Test: Fail | 292 ExecuteFinally9Test: Fail |
| 294 | 293 |
| 295 | 294 |
| 296 [ $component == leg && $mode == release ] | 295 [ $component == leg && $mode == release ] |
| 297 AssignTopMethodNegativeTest: Crash | 296 AssignTopMethodNegativeTest: Crash |
| 298 | 297 |
| 299 [ $component == legium ] | 298 [ $component == legium ] |
| 300 *: Skip | 299 *: Skip |
| OLD | NEW |