| 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 ImplicitClosureTest: Fail # TODO(ahe): investigate. | |
| 22 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. | 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 23 SyntaxTest/28: Fail # TODO(ahe): investigate. | 22 SyntaxTest/28: Fail # TODO(ahe): investigate. |
| 24 SyntaxTest/30: Fail # TODO(ahe): investigate. | 23 SyntaxTest/30: Fail # TODO(ahe): investigate. |
| 25 SyntaxTest/31: Fail # TODO(ahe): investigate. | 24 SyntaxTest/31: Fail # TODO(ahe): investigate. |
| 26 SyntaxTest/32: Fail # TODO(ahe): investigate. | 25 SyntaxTest/32: Fail # TODO(ahe): investigate. |
| 27 SyntaxTest/33: Fail # TODO(ahe): investigate. | 26 SyntaxTest/33: Fail # TODO(ahe): investigate. |
| 28 SyntaxTest/47: Fail # TODO(ahe): investigate. | 27 SyntaxTest/47: Fail # TODO(ahe): investigate. |
| 29 | 28 |
| 30 # Compilation errors. | 29 # Compilation errors. |
| 31 Arithmetic2Test: Fail # map not implemented | 30 Arithmetic2Test: Fail # map not implemented |
| 32 ArithmeticTest: Fail # Internal Error: Cannot find value | 31 ArithmeticTest: Fail # Internal Error: Cannot find value |
| 33 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 32 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 34 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 33 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 35 CTConstTest: Fail # map not implemented | 34 CTConstTest: Fail # map not implemented |
| 36 CallOperatorTest: Fail # Unexpected token 'call' | 35 CallOperatorTest: Fail # Unexpected token 'call' |
| 37 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 36 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 38 CanonicalConstTest: Fail # map not implemented | 37 CanonicalConstTest: Fail # map not implemented |
| 39 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 40 ClassTest: Fail # Internal Error: Cannot find value | |
| 41 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 42 ConstObjectsAreImmutableTest: Fail # map not implemented | 40 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 43 Constructor5Test: Fail # no matching constructor found | 41 Constructor5Test: Fail # no matching constructor found |
| 44 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me
thods | 42 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me
thods |
| 45 Context2Test: Fail # switch cases are not implemented | 43 Context2Test: Fail # switch cases are not implemented |
| 46 ContinueTest: Fail # switch cases are not implemented | 44 ContinueTest: Fail # switch cases are not implemented |
| 47 DefaultFactoryLibraryTest: Fail # lib is not a type | 45 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 48 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented | 46 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented |
| 49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. | 47 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. |
| 50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. | 48 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 # TODO(ahe): Categorize these failures. | 306 # TODO(ahe): Categorize these failures. |
| 309 ClosureBreak1Test: Fail | 307 ClosureBreak1Test: Fail |
| 310 ClosureBreak2Test: Fail | 308 ClosureBreak2Test: Fail |
| 311 ClosureBreakTest: Fail | 309 ClosureBreakTest: Fail |
| 312 ExecuteFinally3Test: Fail | 310 ExecuteFinally3Test: Fail |
| 313 ExecuteFinally9Test: Fail | 311 ExecuteFinally9Test: Fail |
| 314 | 312 |
| 315 | 313 |
| 316 [ $component == leg && $mode == release ] | 314 [ $component == leg && $mode == release ] |
| 317 AssignTopMethodNegativeTest: Crash | 315 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |