| 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. | 22 # TODO(ngeoffray): disallow native keyword. |
| 23 SyntaxTest/30: Fail # TODO(ahe): investigate. | 23 SyntaxTest/28: Fail |
| 24 SyntaxTest/31: Fail # TODO(ahe): investigate. | 24 SyntaxTest/29: Fail |
| 25 SyntaxTest/32: Fail # TODO(ahe): investigate. | 25 SyntaxTest/30: Fail |
| 26 SyntaxTest/33: Fail # TODO(ahe): investigate. | 26 SyntaxTest/31: Fail |
| 27 SyntaxTest/47: Fail # TODO(ahe): investigate. | 27 SyntaxTest/32: Fail |
| 28 SyntaxTest/33: Fail |
| 29 SyntaxTest/47: Fail |
| 28 | 30 |
| 29 # Compilation errors. | 31 # Compilation errors. |
| 30 Arithmetic2Test: Fail # map not implemented | 32 Arithmetic2Test: Fail # map not implemented |
| 31 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 33 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 32 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 34 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 33 CTConstTest: Fail # map not implemented | 35 CTConstTest: Fail # map not implemented |
| 34 CallOperatorTest: Fail # Unexpected token 'call' | 36 CallOperatorTest: Fail # Unexpected token 'call' |
| 35 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 37 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 36 CanonicalConstTest: Fail # map not implemented | 38 CanonicalConstTest: Fail # map not implemented |
| 37 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 39 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 # TODO(ahe): Categorize these failures. | 305 # TODO(ahe): Categorize these failures. |
| 304 ClosureBreak1Test: Fail | 306 ClosureBreak1Test: Fail |
| 305 ClosureBreak2Test: Fail | 307 ClosureBreak2Test: Fail |
| 306 ClosureBreakTest: Fail | 308 ClosureBreakTest: Fail |
| 307 ExecuteFinally3Test: Fail | 309 ExecuteFinally3Test: Fail |
| 308 ExecuteFinally9Test: Fail | 310 ExecuteFinally9Test: Fail |
| 309 | 311 |
| 310 | 312 |
| 311 [ $component == leg && $mode == release ] | 313 [ $component == leg && $mode == release ] |
| 312 AssignTopMethodNegativeTest: Crash | 314 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |