| 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 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 15 | 15 |
| 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. | 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. |
| 17 | 17 |
| 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. | 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. | 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. | 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. |
| 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. | 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 22 SyntaxTest/28: Fail # TODO(ahe): investigate. | |
| 23 SyntaxTest/30: Fail # TODO(ahe): investigate. | |
| 24 SyntaxTest/31: Fail # TODO(ahe): investigate. | |
| 25 SyntaxTest/32: Fail # TODO(ahe): investigate. | |
| 26 SyntaxTest/33: Fail # TODO(ahe): investigate. | |
| 27 SyntaxTest/47: Fail # TODO(ahe): investigate. | 22 SyntaxTest/47: Fail # TODO(ahe): investigate. |
| 28 | 23 |
| 29 # Compilation errors. | 24 # Compilation errors. |
| 30 Arithmetic2Test: Fail # map not implemented | 25 Arithmetic2Test: Fail # map not implemented |
| 31 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 26 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 32 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 27 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 33 CTConstTest: Fail # map not implemented | 28 CTConstTest: Fail # map not implemented |
| 34 CallOperatorTest: Fail # Unexpected token 'call' | 29 CallOperatorTest: Fail # Unexpected token 'call' |
| 35 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 30 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 36 CanonicalConstTest: Fail # map not implemented | 31 CanonicalConstTest: Fail # map not implemented |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 # TODO(ahe): Categorize these failures. | 297 # TODO(ahe): Categorize these failures. |
| 303 ClosureBreak1Test: Fail | 298 ClosureBreak1Test: Fail |
| 304 ClosureBreak2Test: Fail | 299 ClosureBreak2Test: Fail |
| 305 ClosureBreakTest: Fail | 300 ClosureBreakTest: Fail |
| 306 ExecuteFinally3Test: Fail | 301 ExecuteFinally3Test: Fail |
| 307 ExecuteFinally9Test: Fail | 302 ExecuteFinally9Test: Fail |
| 308 | 303 |
| 309 | 304 |
| 310 [ $component == leg && $mode == release ] | 305 [ $component == leg && $mode == release ] |
| 311 AssignTopMethodNegativeTest: Crash | 306 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |