| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 SyntaxTest/none: Fail # non-empty instruction stack | 136 SyntaxTest/none: Fail # non-empty instruction stack |
| 137 Throw3Test: Fail # SsaBuilder: throw without expression not implemented | 137 Throw3Test: Fail # SsaBuilder: throw without expression not implemented |
| 138 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. | 138 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+
+. |
| 139 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled | 139 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled |
| 140 TopLevelVarTest: Fail # CompileTimeConstantEvaluator not implemented | 140 TopLevelVarTest: Fail # CompileTimeConstantEvaluator not implemented |
| 141 ToplevelCollision2Test/none: Fail # duplicate definition | 141 ToplevelCollision2Test/none: Fail # duplicate definition |
| 142 TryCatch3Test: Fail # Internal Error: Cannot find value | 142 TryCatch3Test: Fail # Internal Error: Cannot find value |
| 143 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented | 143 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are
not implemented |
| 144 TypeDartcTest: Fail # non-empty instruction stack | 144 TypeDartcTest: Fail # non-empty instruction stack |
| 145 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 145 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 146 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| 146 | 147 |
| 147 | 148 |
| 148 # Implementation errors (library or generated code). | 149 # Implementation errors (library or generated code). |
| 149 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. | 150 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. |
| 150 BadNamedParametersTest: Fail # NullPointerException | 151 BadNamedParametersTest: Fail # NullPointerException |
| 151 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. | 152 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual
: <1>) fails. |
| 152 CallThroughNullGetterTest: Fail # Expect.fail('Wrong exception. Expected: Objec
tNotClosureException got: null') | 153 CallThroughNullGetterTest: Fail # Expect.fail('Wrong exception. Expected: Objec
tNotClosureException got: null') |
| 153 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. | 154 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of
'Bar'>) fails. |
| 154 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 155 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 155 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. | 156 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2-
3-5-4-6-7->) fails. |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 | 329 |
| 329 | 330 |
| 330 TypeVMTest: Fail, OK # VM specific test. | 331 TypeVMTest: Fail, OK # VM specific test. |
| 331 | 332 |
| 332 | 333 |
| 333 ExceptionTest: Fail # TODO(ahe): Probably a bad merge. | 334 ExceptionTest: Fail # TODO(ahe): Probably a bad merge. |
| 334 | 335 |
| 335 | 336 |
| 336 [ $component == leg && $mode == release] | 337 [ $component == leg && $mode == release] |
| 337 AssignTopMethodNegativeTest: Crash | 338 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |