| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 StaticFinalFieldTest: Fail # map not implemented | 88 StaticFinalFieldTest: Fail # map not implemented |
| 89 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 89 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 90 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 90 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 91 SuperFieldTest: Fail # no method named city in class B | 91 SuperFieldTest: Fail # no method named city in class B |
| 92 SuperOperatorTest: Fail # no method named + in class A | 92 SuperOperatorTest: Fail # no method named + in class A |
| 93 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 93 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 94 SuperTest: Fail # cannot find tokens to produce error message for i++. | 94 SuperTest: Fail # cannot find tokens to produce error message for i++. |
| 95 SwitchFallthruTest: Fail # switch cases are not implemented | 95 SwitchFallthruTest: Fail # switch cases are not implemented |
| 96 SwitchLabelTest: Fail # switch cases are not implemented | 96 SwitchLabelTest: Fail # switch cases are not implemented |
| 97 SwitchTest: Fail # switch cases are not implemented | 97 SwitchTest: Fail # switch cases are not implemented |
| 98 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. | |
| 99 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled | 98 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled |
| 100 ToplevelCollision2Test/none: Fail # duplicate definition | 99 ToplevelCollision2Test/none: Fail # duplicate definition |
| 101 TypeDartcTest: Fail # non-empty instruction stack | 100 TypeDartcTest: Fail # non-empty instruction stack |
| 102 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 101 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 103 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required | 102 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required |
| 104 | 103 |
| 105 | 104 |
| 106 # Implementation errors (library or generated code). | 105 # Implementation errors (library or generated code). |
| 107 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 106 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 108 BadNamedParametersTest: Fail # NullPointerException | 107 BadNamedParametersTest: Fail # NullPointerException |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 ClosureBreakTest: Fail | 286 ClosureBreakTest: Fail |
| 288 ExecuteFinally3Test: Fail | 287 ExecuteFinally3Test: Fail |
| 289 ExecuteFinally9Test: Fail | 288 ExecuteFinally9Test: Fail |
| 290 | 289 |
| 291 | 290 |
| 292 [ $component == leg && $mode == release ] | 291 [ $component == leg && $mode == release ] |
| 293 AssignTopMethodNegativeTest: Crash | 292 AssignTopMethodNegativeTest: Crash |
| 294 | 293 |
| 295 [ $component == legium ] | 294 [ $component == legium ] |
| 296 *: Skip | 295 *: Skip |
| OLD | NEW |