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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 140 |
141 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. | 141 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o
n linux. |
142 # Crash infinite loop on Mac and dart2js checked mode on linux. | 142 # Crash infinite loop on Mac and dart2js checked mode on linux. |
143 function_type_alias6_test: Crash, Fail | 143 function_type_alias6_test: Crash, Fail |
144 | 144 |
145 | 145 |
146 # Compilation errors. | 146 # Compilation errors. |
147 const_var_test: Fail # Map literals take 2 type arguments. | 147 const_var_test: Fail # Map literals take 2 type arguments. |
148 map_literal3_test: Fail # Map literals take 2 type arguments. | 148 map_literal3_test: Fail # Map literals take 2 type arguments. |
149 ct_const_test: Fail # We don't take the generic type into account yet. | 149 ct_const_test: Fail # We don't take the generic type into account yet. |
150 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | |
151 default_factory_library_test: Fail # lib is not a type | 150 default_factory_library_test: Fail # lib is not a type |
152 dynamic_test: Fail # cannot resolve type F1 | 151 dynamic_test: Fail # cannot resolve type F1 |
153 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal | 152 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal |
154 factory3_test: Fail # internal error: visitIs for type variables not implemented | 153 factory3_test: Fail # internal error: visitIs for type variables not implemented |
155 function_type_alias2_test: Fail # cannot resolve type f1 | 154 function_type_alias2_test: Fail # cannot resolve type f1 |
156 function_type_alias3_test: Fail # cannot resolve type F | 155 function_type_alias3_test: Fail # cannot resolve type F |
157 function_type_alias4_test: Fail # cannot resolve type F | 156 function_type_alias4_test: Fail # cannot resolve type F |
158 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 157 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
159 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 158 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
160 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 159 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 [ $runtime == opera ] | 367 [ $runtime == opera ] |
369 call_through_null_getter_test: Fail | 368 call_through_null_getter_test: Fail |
370 closure3_test: Fail | 369 closure3_test: Fail |
371 execute_finally3_test: Fail | 370 execute_finally3_test: Fail |
372 method_invocation_test: Fail | 371 method_invocation_test: Fail |
373 null_pointer_exception_test: Fail | 372 null_pointer_exception_test: Fail |
374 stack_overflow_test: Fail | 373 stack_overflow_test: Fail |
375 string_interpolate_npe_test: Fail | 374 string_interpolate_npe_test: Fail |
376 closure_call_wrong_argument_count_negative_test: Skip | 375 closure_call_wrong_argument_count_negative_test: Skip |
377 label_test: Skip | 376 label_test: Skip |
OLD | NEW |