| 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 prefix language | 5 prefix language |
| 6 | 6 |
| 7 [ $component == leg && $checked ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 SwitchLabelTest: Fail # switch cases are not implemented | 120 SwitchLabelTest: Fail # switch cases are not implemented |
| 121 SwitchScopeTest: Fail # switch cases are not implemented | 121 SwitchScopeTest: Fail # switch cases are not implemented |
| 122 SwitchTest: Fail # switch cases are not implemented | 122 SwitchTest: Fail # switch cases are not implemented |
| 123 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. | 123 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. |
| 124 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled | 124 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled |
| 125 ToplevelCollision2Test/none: Fail # duplicate definition | 125 ToplevelCollision2Test/none: Fail # duplicate definition |
| 126 TryCatch3Test: Fail # Internal Error: Cannot find value | 126 TryCatch3Test: Fail # Internal Error: Cannot find value |
| 127 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented | 127 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented |
| 128 TypeDartcTest: Fail # non-empty instruction stack | 128 TypeDartcTest: Fail # non-empty instruction stack |
| 129 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 129 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 130 | 130 WrongNumberTypeArgumentsTest/01: Fail # Should not complain in production mode. |
| 131 | 131 |
| 132 # Implementation errors (library or generated code). | 132 # Implementation errors (library or generated code). |
| 133 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 133 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 134 BadNamedParametersTest: Fail # NullPointerException | 134 BadNamedParametersTest: Fail # NullPointerException |
| 135 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 135 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
| 136 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. | 136 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. |
| 137 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 137 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 138 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. | 138 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. |
| 139 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-
3-5-6->) fails. | 139 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4-
3-5-6->) fails. |
| 140 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. | 140 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual:
<0 1 3 4 2 5 6 >) fails. |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 # TODO(ahe): Categorize these failures. | 302 # TODO(ahe): Categorize these failures. |
| 303 ClosureBreak1Test: Fail | 303 ClosureBreak1Test: Fail |
| 304 ClosureBreak2Test: Fail | 304 ClosureBreak2Test: Fail |
| 305 ClosureBreakTest: Fail | 305 ClosureBreakTest: Fail |
| 306 ExecuteFinally3Test: Fail | 306 ExecuteFinally3Test: Fail |
| 307 ExecuteFinally9Test: Fail | 307 ExecuteFinally9Test: Fail |
| 308 | 308 |
| 309 | 309 |
| 310 [ $component == leg && $mode == release ] | 310 [ $component == leg && $mode == release ] |
| 311 AssignTopMethodNegativeTest: Crash | 311 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |