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