| 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 [ $compiler == dart2js && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $compiler == dart2js] | 9 [ $compiler == dart2js] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
| 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 12 | 12 |
| 13 | 13 |
| 14 # Compilation errors. | 14 # Compilation errors. |
| 15 CTConstTest: Fail # We don't take the generic type into account yet. | 15 CTConstTest: Fail # We don't take the generic type into account yet. |
| 16 CallOperatorTest: Fail # Unexpected token 'call' | 16 CallOperatorTest: Fail # Unexpected token 'call' |
| 17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 18 ConstObjectsAreImmutableTest: Fail # Const objects are not immutable. | |
| 19 Constructor6Test: Fail # Closures inside initializers not implemented. | 18 Constructor6Test: Fail # Closures inside initializers not implemented. |
| 20 DefaultFactoryLibraryTest: Fail # lib is not a type | 19 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 21 DynamicTest: Fail # cannot resolve type F1 | 20 DynamicTest: Fail # cannot resolve type F1 |
| 22 Factory3Test: Fail # Handling of compile-time constants. | 21 Factory3Test: Fail # Handling of compile-time constants. |
| 23 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. | 22 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. |
| 24 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. | 23 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. |
| 25 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. | 24 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. |
| 26 FunctionTypeAlias2Test: Fail # cannot resolve type f1 | 25 FunctionTypeAlias2Test: Fail # cannot resolve type f1 |
| 27 FunctionTypeAlias3Test: Fail # cannot resolve type F | 26 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 28 FunctionTypeAlias4Test: Fail # cannot resolve type F | 27 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 207 |
| 209 | 208 |
| 210 RegExp3Test: Fail, OK # Expects exception from const constructor. | 209 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 211 | 210 |
| 212 | 211 |
| 213 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 214 | 213 |
| 215 | 214 |
| 216 [ $compiler == dart2js && $mode == release ] | 215 [ $compiler == dart2js && $mode == release ] |
| 217 AssignTopMethodNegativeTest: Crash | 216 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |