| 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 [ $component == leg && $checked ] | 5 [ $component == leg && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == leg ] | 9 [ $component == leg ] |
| 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". | 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". |
| 11 Constructor6Test: Crash | 11 Constructor6Test: Crash |
| 12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 13 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. | 13 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. |
| 14 | 14 |
| 15 | 15 |
| 16 # Compilation errors. | 16 # Compilation errors. |
| 17 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 17 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 18 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 18 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 19 CTConstTest: Fail # map not implemented | 19 CTConstTest: Fail # map not implemented |
| 20 CallOperatorTest: Fail # Unexpected token 'call' | 20 CallOperatorTest: Fail # Unexpected token 'call' |
| 21 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 21 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 22 CanonicalConstTest: Fail # map not implemented | 22 CanonicalConstTest: Fail # map not implemented |
| 23 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 23 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 24 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 24 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 25 ConstObjectsAreImmutableTest: Fail # map not implemented | 25 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 26 Constructor5Test: Fail # no matching constructor found | 26 Constructor5Test: Fail # no matching constructor found |
| 27 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me
thods | |
| 28 Context2Test: Fail # switch cases are not implemented | 27 Context2Test: Fail # switch cases are not implemented |
| 29 ContinueTest: Fail # switch cases are not implemented | 28 ContinueTest: Fail # switch cases are not implemented |
| 30 DefaultFactoryLibraryTest: Fail # lib is not a type | 29 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 31 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented | 30 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented |
| 32 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 31 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 33 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented | 32 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 34 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. | 33 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. |
| 35 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. | 34 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. |
| 36 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. | 35 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. |
| 37 DynamicTest: Fail # cannot resolve type F1 | 36 DynamicTest: Fail # cannot resolve type F1 |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 ClosureBreakTest: Fail | 274 ClosureBreakTest: Fail |
| 276 ExecuteFinally3Test: Fail | 275 ExecuteFinally3Test: Fail |
| 277 ExecuteFinally9Test: Fail | 276 ExecuteFinally9Test: Fail |
| 278 | 277 |
| 279 | 278 |
| 280 [ $component == leg && $mode == release ] | 279 [ $component == leg && $mode == release ] |
| 281 AssignTopMethodNegativeTest: Crash | 280 AssignTopMethodNegativeTest: Crash |
| 282 | 281 |
| 283 [ $component == legium ] | 282 [ $component == legium ] |
| 284 *: Skip | 283 *: Skip |
| OLD | NEW |