| 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 StaticInitializerTypeErrorTest: Fail # Checked mode not supported. |
| 12 | 13 |
| 13 | 14 |
| 14 # Compilation errors. | 15 # Compilation errors. |
| 15 CTConstTest: Fail # We don't take the generic type into account yet. | 16 CTConstTest: Fail # We don't take the generic type into account yet. |
| 16 CallOperatorTest: Fail # Unexpected token 'call' | 17 CallOperatorTest: Fail # Unexpected token 'call' |
| 17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 18 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 18 ConstObjectsAreImmutableTest: Fail # Const objects are not immutable. | 19 ConstObjectsAreImmutableTest: Fail # Const objects are not immutable. |
| 19 Constructor6Test: Fail # Closures inside initializers not implemented. | 20 Constructor6Test: Fail # Closures inside initializers not implemented. |
| 20 DefaultFactoryLibraryTest: Fail # lib is not a type | 21 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 21 DynamicTest: Fail # cannot resolve type F1 | 22 DynamicTest: Fail # cannot resolve type F1 |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 209 |
| 209 | 210 |
| 210 RegExp3Test: Fail, OK # Expects exception from const constructor. | 211 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 211 | 212 |
| 212 | 213 |
| 213 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 214 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 214 | 215 |
| 215 | 216 |
| 216 [ $compiler == dart2js && $mode == release ] | 217 [ $compiler == dart2js && $mode == release ] |
| 217 AssignTopMethodNegativeTest: Crash | 218 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |