| 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 |
| 11 [ $component == leg ] | 11 [ $component == leg ] |
| 12 Constructor6Test: Crash | 12 Constructor6Test: Crash |
| 13 FunctionTest: Crash | 13 FunctionTest: Crash |
| 14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 14 | 15 |
| 15 | 16 |
| 16 # Compilation errors. | 17 # Compilation errors. |
| 17 Arithmetic2Test: Fail # map not implemented | 18 Arithmetic2Test: Fail # map not implemented |
| 18 ArithmeticTest: Fail # Internal Error: Cannot find value | 19 ArithmeticTest: Fail # Internal Error: Cannot find value |
| 19 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 20 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 20 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 21 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 21 CTConstTest: Fail # map not implemented | 22 CTConstTest: Fail # map not implemented |
| 22 CallOperatorTest: Fail # Unexpected token 'call' | 23 CallOperatorTest: Fail # Unexpected token 'call' |
| 23 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 24 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 # TODO(ahe): Categorize these failures. | 321 # TODO(ahe): Categorize these failures. |
| 321 ClosureBreak1Test: Fail | 322 ClosureBreak1Test: Fail |
| 322 ClosureBreak2Test: Fail | 323 ClosureBreak2Test: Fail |
| 323 ClosureBreakTest: Fail | 324 ClosureBreakTest: Fail |
| 324 ExecuteFinally3Test: Fail | 325 ExecuteFinally3Test: Fail |
| 325 ExecuteFinally9Test: Fail | 326 ExecuteFinally9Test: Fail |
| 326 | 327 |
| 327 | 328 |
| 328 [ $component == leg && $mode == release ] | 329 [ $component == leg && $mode == release ] |
| 329 AssignTopMethodNegativeTest: Crash | 330 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |