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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 f_bounded_quantification_test/02: Fail | 60 f_bounded_quantification_test/02: Fail |
61 closure_type_test: Fail # does not detect type error in checked mode. | 61 closure_type_test: Fail # does not detect type error in checked mode. |
62 factory1_test/00: Fail | 62 factory1_test/00: Fail |
63 factory1_test/01: Fail | 63 factory1_test/01: Fail |
64 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 64 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
65 prefix15_test: Fail # Issue 5022 | 65 prefix15_test: Fail # Issue 5022 |
66 local_function2_test: Fail # Issue 5022 | 66 local_function2_test: Fail # Issue 5022 |
67 number_identity_test: Fail # Issue 9249 | 67 number_identity_test: Fail # Issue 9249 |
68 | 68 |
69 [ $compiler == dart2js && $unchecked ] | 69 [ $compiler == dart2js && $unchecked ] |
| 70 prefix16_test: Fail # dartbug.com/9056 |
70 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 71 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
71 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 72 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
72 assertion_test: Fail | 73 assertion_test: Fail |
73 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 74 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
74 factory_redirection_test/08: Fail | 75 factory_redirection_test/08: Fail |
75 factory_redirection_test/09: Fail | 76 factory_redirection_test/09: Fail |
76 factory_redirection_test/10: Fail | 77 factory_redirection_test/10: Fail |
77 factory_redirection_test/11: Fail | 78 factory_redirection_test/11: Fail |
78 factory_redirection_test/12: Fail | 79 factory_redirection_test/12: Fail |
79 factory_redirection_test/13: Fail | 80 factory_redirection_test/13: Fail |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 | 136 |
136 throw_expr_test: Fail | 137 throw_expr_test: Fail |
137 metadata_test: Fail # Metadata on type parameters not supported. | 138 metadata_test: Fail # Metadata on type parameters not supported. |
138 infinity_test: Fail # Issue 4984 | 139 infinity_test: Fail # Issue 4984 |
139 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 140 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
140 | 141 |
141 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 142 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
142 canonical_const_test: Fail # We don't take the generic type into account yet. | 143 canonical_const_test: Fail # We don't take the generic type into account yet. |
143 | 144 |
144 # Support for optional parameters not conform to latest spec. | 145 # Support for optional parameters not conform to latest spec. |
145 function_type_alias_test: Fail | |
146 function_type_alias2_test: Fail | 146 function_type_alias2_test: Fail |
147 named_parameters_type_test: Fail | 147 named_parameters_type_test: Fail |
148 positional_parameters_type_test: Fail | 148 positional_parameters_type_test: Fail |
149 named_parameters_with_object_property_names_test: Fail | 149 named_parameters_with_object_property_names_test: Fail |
150 | 150 |
151 | 151 |
152 # Compilation errors. | 152 # Compilation errors. |
153 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted | 153 default_factory3_test: Fail # type arguments on redirecting factory not implemen
ted |
154 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented | 154 non_parameterized_factory_test: Fail # type arguments on redirecting factory not
implemented |
155 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented | 155 non_parameterized_factory2_test: Fail # type arguments on redirecting factory no
t implemented |
156 const_var_test: Fail # Map literals take 2 type arguments. | 156 const_var_test: Fail # Map literals take 2 type arguments. |
157 map_literal3_test: Fail # Map literals take 2 type arguments. | 157 map_literal3_test: Fail # Map literals take 2 type arguments. |
158 ct_const_test: Fail # We don't take the generic type into account yet. | 158 ct_const_test: Fail # We don't take the generic type into account yet. |
159 dynamic_test: Fail # cannot resolve type F1 | |
160 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal | 159 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal |
161 factory2_test: Fail # internal error: visitIs for type variables not implemented | 160 factory2_test: Fail # internal error: visitIs for type variables not implemented |
162 factory3_test: Fail # internal error: visitIs for type variables not implemented | 161 factory3_test: Fail # internal error: visitIs for type variables not implemented |
163 factory5_test: Fail # internal error: visitIs for type variables not implemented | 162 factory5_test: Fail # internal error: visitIs for type variables not implemented |
164 function_type_alias2_test: Fail # cannot resolve type f1 | 163 function_type_alias2_test: Fail # cannot resolve type f1 |
165 function_type_alias3_test: Fail # cannot resolve type F | |
166 function_type_alias4_test: Fail # cannot resolve type F | 164 function_type_alias4_test: Fail # cannot resolve type F |
167 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented | 165 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented |
168 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented | 166 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented |
169 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented | 167 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented |
170 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 168 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
171 function_type_alias_test: Fail # cannot resolve type Fun | |
172 generic_test: Fail # cannot resolve type T | 169 generic_test: Fail # cannot resolve type T |
173 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 170 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
174 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 171 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
175 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 172 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
176 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 173 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
177 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 174 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
178 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 175 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
179 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 176 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
180 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 177 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
181 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 178 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 call_through_null_getter_test: Fail | 353 call_through_null_getter_test: Fail |
357 closure3_test: Fail | 354 closure3_test: Fail |
358 execute_finally3_test: Fail | 355 execute_finally3_test: Fail |
359 method_invocation_test: Fail | 356 method_invocation_test: Fail |
360 null_pointer_exception_test: Fail | 357 null_pointer_exception_test: Fail |
361 stack_overflow_test: Fail | 358 stack_overflow_test: Fail |
362 stack_overflow_stacktrace_test: Fail | 359 stack_overflow_stacktrace_test: Fail |
363 string_interpolate_npe_test: Fail | 360 string_interpolate_npe_test: Fail |
364 closure_call_wrong_argument_count_negative_test: Skip | 361 closure_call_wrong_argument_count_negative_test: Skip |
365 label_test: Skip | 362 label_test: Skip |
OLD | NEW |