| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
| 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 | 133 |
| 134 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. | 134 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. |
| 135 # Crash infinite loop on Mac and dart2js checked mode on linux. | 135 # Crash infinite loop on Mac and dart2js checked mode on linux. |
| 136 function_type_alias6_test: Crash, Fail | 136 function_type_alias6_test: Crash, Fail |
| 137 | 137 |
| 138 | 138 |
| 139 # Compilation errors. | 139 # Compilation errors. |
| 140 const_var_test: Fail # Map literals take 2 type arguments. | 140 const_var_test: Fail # Map literals take 2 type arguments. |
| 141 map_literal3_test: Fail # Map literals take 2 type arguments. | 141 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 142 ct_const_test: Fail # We don't take the generic type into account yet. | 142 ct_const_test: Fail # We don't take the generic type into account yet. |
| 143 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | |
| 144 default_factory_library_test: Fail # lib is not a type | 143 default_factory_library_test: Fail # lib is not a type |
| 145 dynamic_test: Fail # cannot resolve type F1 | 144 dynamic_test: Fail # cannot resolve type F1 |
| 146 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal | 145 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal |
| 147 factory3_test: Fail # internal error: visitIs for type variables not implemented | 146 factory3_test: Fail # internal error: visitIs for type variables not implemented |
| 148 function_type_alias2_test: Fail # cannot resolve type f1 | 147 function_type_alias2_test: Fail # cannot resolve type f1 |
| 149 function_type_alias3_test: Fail # cannot resolve type F | 148 function_type_alias3_test: Fail # cannot resolve type F |
| 150 function_type_alias4_test: Fail # cannot resolve type F | 149 function_type_alias4_test: Fail # cannot resolve type F |
| 151 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 150 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
| 152 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 151 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
| 153 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 152 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 [ $runtime == opera ] | 360 [ $runtime == opera ] |
| 362 call_through_null_getter_test: Fail | 361 call_through_null_getter_test: Fail |
| 363 closure3_test: Fail | 362 closure3_test: Fail |
| 364 execute_finally3_test: Fail | 363 execute_finally3_test: Fail |
| 365 method_invocation_test: Fail | 364 method_invocation_test: Fail |
| 366 null_pointer_exception_test: Fail | 365 null_pointer_exception_test: Fail |
| 367 stack_overflow_test: Fail | 366 stack_overflow_test: Fail |
| 368 string_interpolate_npe_test: Fail | 367 string_interpolate_npe_test: Fail |
| 369 closure_call_wrong_argument_count_negative_test: Skip | 368 closure_call_wrong_argument_count_negative_test: Skip |
| 370 label_test: Skip | 369 label_test: Skip |
| OLD | NEW |