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 && $host_checked && $checked] | 5 [ $compiler == dart2js && $host_checked && $checked] |
6 new_expression_type_args_test/02: Crash # Issue 6931 | 6 new_expression_type_args_test/02: Crash # Issue 6931 |
7 | 7 |
8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
9 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
10 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 interface_factory_constructor_negative_test: Fail # Negative language test. | 276 interface_factory_constructor_negative_test: Fail # Negative language test. |
277 interface_static_method_negative_test: Fail # Negative language test. | 277 interface_static_method_negative_test: Fail # Negative language test. |
278 list_literal1_negative_test: Fail # Negative language test. | 278 list_literal1_negative_test: Fail # Negative language test. |
279 list_literal2_negative_test: Fail # Negative language test. | 279 list_literal2_negative_test: Fail # Negative language test. |
280 map_literal1_negative_test: Fail # Negative language test. | 280 map_literal1_negative_test: Fail # Negative language test. |
281 map_literal2_negative_test: Fail # Negative language test. | 281 map_literal2_negative_test: Fail # Negative language test. |
282 non_const_super_negative_test: Fail # Negative language test. | 282 non_const_super_negative_test: Fail # Negative language test. |
283 number_identifier_negative_test: Fail # Negative language test. | 283 number_identifier_negative_test: Fail # Negative language test. |
284 operator1_negative_test: Fail # Negative language test. | 284 operator1_negative_test: Fail # Negative language test. |
285 prefix16_test: Fail | 285 prefix16_test: Fail |
286 prefix18_negative_test: Fail # Negative language test. | |
287 prefix20_negative_test: Fail # Negative language test. | |
288 prefix23_negative_test: Fail # Negative language test. | 286 prefix23_negative_test: Fail # Negative language test. |
289 pseudo_kw_illegal_test/03: Fail # Negative language test. | 287 pseudo_kw_illegal_test/03: Fail # Negative language test. |
290 pseudo_kw_illegal_test/14: Fail # Negative language test. | 288 pseudo_kw_illegal_test/14: Fail # Negative language test. |
291 scope_negative_test: Fail # Negative language test. | 289 scope_negative_test: Fail # Negative language test. |
292 setter_declaration2_negative_test: Fail # Negative language test. | 290 setter_declaration2_negative_test: Fail # Negative language test. |
293 setter_declaration_negative_test: Fail # Negative language test. | 291 setter_declaration_negative_test: Fail # Negative language test. |
294 static_field_test/01: Fail # Negative language test. | 292 static_field_test/01: Fail # Negative language test. |
295 static_field_test/03: Fail # Negative language test. | 293 static_field_test/03: Fail # Negative language test. |
296 static_final_field2_negative_test: Fail # Negative language test.too | 294 static_final_field2_negative_test: Fail # Negative language test.too |
297 static_final_field_negative_test: Fail # Negative language test. | 295 static_final_field_negative_test: Fail # Negative language test. |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 execute_finally3_test: Fail | 369 execute_finally3_test: Fail |
372 method_invocation_test: Fail | 370 method_invocation_test: Fail |
373 null_pointer_exception_test: Fail | 371 null_pointer_exception_test: Fail |
374 stack_overflow_test: Fail | 372 stack_overflow_test: Fail |
375 string_interpolate_npe_test: Fail | 373 string_interpolate_npe_test: Fail |
376 closure_call_wrong_argument_count_negative_test: Skip | 374 closure_call_wrong_argument_count_negative_test: Skip |
377 label_test: Skip | 375 label_test: Skip |
378 | 376 |
379 [ $compiler == dart2js && $host_checked ] | 377 [ $compiler == dart2js && $host_checked ] |
380 factory_redirection2_test/01: Crash # http://dartbug.com/6791 | 378 factory_redirection2_test/01: Crash # http://dartbug.com/6791 |
OLD | NEW |