| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 map_literal1_negative_test: Fail # Negative language test. | 281 map_literal1_negative_test: Fail # Negative language test. |
| 282 map_literal2_negative_test: Fail # Negative language test. | 282 map_literal2_negative_test: Fail # Negative language test. |
| 283 non_const_super_negative_test: Fail # Negative language test. | 283 non_const_super_negative_test: Fail # Negative language test. |
| 284 number_identifier_negative_test: Fail # Negative language test. | 284 number_identifier_negative_test: Fail # Negative language test. |
| 285 operator1_negative_test: Fail # Negative language test. | 285 operator1_negative_test: Fail # Negative language test. |
| 286 prefix16_test: Fail | 286 prefix16_test: Fail |
| 287 prefix23_negative_test: Fail # Negative language test. | 287 prefix23_negative_test: Fail # Negative language test. |
| 288 pseudo_kw_illegal_test/03: Fail # Negative language test. | 288 pseudo_kw_illegal_test/03: Fail # Negative language test. |
| 289 pseudo_kw_illegal_test/14: Fail # Negative language test. | 289 pseudo_kw_illegal_test/14: Fail # Negative language test. |
| 290 scope_negative_test: Fail # Negative language test. | 290 scope_negative_test: Fail # Negative language test. |
| 291 setter_declaration2_negative_test: Fail # Negative language test. | |
| 292 setter_declaration_negative_test: Fail # Negative language test. | |
| 293 static_field_test/01: Fail # Negative language test. | 291 static_field_test/01: Fail # Negative language test. |
| 294 static_field_test/03: Fail # Negative language test. | 292 static_field_test/03: Fail # Negative language test. |
| 295 static_final_field2_negative_test: Fail # Negative language test.too | 293 static_final_field2_negative_test: Fail # Negative language test.too |
| 296 static_final_field_negative_test: Fail # Negative language test. | 294 static_final_field_negative_test: Fail # Negative language test. |
| 297 static_top_level_test/00: Fail # Negative language test. | 295 static_top_level_test/00: Fail # Negative language test. |
| 298 static_top_level_test/01: Fail # Negative language test. | 296 static_top_level_test/01: Fail # Negative language test. |
| 299 static_top_level_test/02: Fail # Negative language test. | 297 static_top_level_test/02: Fail # Negative language test. |
| 300 static_top_level_test/03: Fail # Negative language test. | 298 static_top_level_test/03: Fail # Negative language test. |
| 301 static_top_level_test/04: Fail # Negative language test. | 299 static_top_level_test/04: Fail # Negative language test. |
| 302 static_top_level_test/05: Fail # Negative language test. | 300 static_top_level_test/05: Fail # Negative language test. |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 [ $runtime == opera ] | 365 [ $runtime == opera ] |
| 368 call_through_null_getter_test: Fail | 366 call_through_null_getter_test: Fail |
| 369 closure3_test: Fail | 367 closure3_test: Fail |
| 370 execute_finally3_test: Fail | 368 execute_finally3_test: Fail |
| 371 method_invocation_test: Fail | 369 method_invocation_test: Fail |
| 372 null_pointer_exception_test: Fail | 370 null_pointer_exception_test: Fail |
| 373 stack_overflow_test: Fail | 371 stack_overflow_test: Fail |
| 374 string_interpolate_npe_test: Fail | 372 string_interpolate_npe_test: Fail |
| 375 closure_call_wrong_argument_count_negative_test: Skip | 373 closure_call_wrong_argument_count_negative_test: Skip |
| 376 label_test: Skip | 374 label_test: Skip |
| OLD | NEW |