| 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}". |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 CanonicalConstTest: Fail # map not implemented | 21 CanonicalConstTest: Fail # map not implemented |
| 22 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 22 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 23 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 23 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| 24 ConstObjectsAreImmutableTest: Fail # map not implemented | 24 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 25 Constructor5Test: Fail # no matching constructor found | 25 Constructor5Test: Fail # no matching constructor found |
| 26 Context2Test: Fail # switch cases are not implemented | 26 Context2Test: Fail # switch cases are not implemented |
| 27 ContinueTest: Fail # switch cases are not implemented | 27 ContinueTest: Fail # switch cases are not implemented |
| 28 DefaultFactoryLibraryTest: Fail # lib is not a type | 28 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 29 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented | 29 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented |
| 30 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 30 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 31 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. | |
| 32 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. | |
| 33 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. | |
| 34 DynamicTest: Fail # cannot resolve type F1 | 31 DynamicTest: Fail # cannot resolve type F1 |
| 35 EmptyBlockCaseTest: Fail # switch cases are not implemented | 32 EmptyBlockCaseTest: Fail # switch cases are not implemented |
| 36 Factory3Test: Fail # Handling of compile-time constants. | 33 Factory3Test: Fail # Handling of compile-time constants. |
| 37 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. | 34 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. |
| 38 FunctionTypeAlias2Test: Fail # cannot resolve type f1 | 35 FunctionTypeAlias2Test: Fail # cannot resolve type f1 |
| 39 FunctionTypeAlias3Test: Fail # cannot resolve type F | 36 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 40 FunctionTypeAlias4Test: Fail # cannot resolve type F | 37 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| 41 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 38 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 42 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters | 39 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters |
| 43 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters | 40 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 | 260 |
| 264 # TODO(ahe): Categorize these failures. | 261 # TODO(ahe): Categorize these failures. |
| 265 ExecuteFinally3Test: Fail | 262 ExecuteFinally3Test: Fail |
| 266 | 263 |
| 267 | 264 |
| 268 [ $component == leg && $mode == release ] | 265 [ $component == leg && $mode == release ] |
| 269 AssignTopMethodNegativeTest: Crash | 266 AssignTopMethodNegativeTest: Crash |
| 270 | 267 |
| 271 [ $component == legium ] | 268 [ $component == legium ] |
| 272 *: Skip | 269 *: Skip |
| OLD | NEW |