| 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 compile_time_constant_c_test/none: Fail # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
| 7 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 8 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| 9 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 field3_negative_test: Fail # Negative language test. | 237 field3_negative_test: Fail # Negative language test. |
| 238 final_for_in_variable_test/01: Fail # Negative language test | 238 final_for_in_variable_test/01: Fail # Negative language test |
| 239 instantiate_type_variable_negative_test: Pass # For the wrong reason. | 239 instantiate_type_variable_negative_test: Pass # For the wrong reason. |
| 240 interface_factory3_negative_test: Fail # Negative language test. | 240 interface_factory3_negative_test: Fail # Negative language test. |
| 241 interface_factory_constructor_negative_test: Fail # Negative language test. | 241 interface_factory_constructor_negative_test: Fail # Negative language test. |
| 242 list_literal1_negative_test: Fail # Negative language test. | 242 list_literal1_negative_test: Fail # Negative language test. |
| 243 map_literal1_negative_test: Fail # Negative language test. | 243 map_literal1_negative_test: Fail # Negative language test. |
| 244 number_identifier_negative_test: Fail # Negative language test. | 244 number_identifier_negative_test: Fail # Negative language test. |
| 245 operator1_negative_test: Fail # Negative language test. | 245 operator1_negative_test: Fail # Negative language test. |
| 246 prefix23_negative_test: Fail # Negative language test. | 246 prefix23_negative_test: Fail # Negative language test. |
| 247 pseudo_kw_illegal_test/03: Fail # Negative language test. | |
| 248 pseudo_kw_illegal_test/14: Fail # Negative language test. | |
| 249 scope_negative_test: Fail # Negative language test. | 247 scope_negative_test: Fail # Negative language test. |
| 250 static_final_field_negative_test: Fail # Negative language test. | 248 static_final_field_negative_test: Fail # Negative language test. |
| 251 static_top_level_test/00: Fail # Negative language test. | 249 static_top_level_test/00: Fail # Negative language test. |
| 252 static_top_level_test/01: Fail # Negative language test. | 250 static_top_level_test/01: Fail # Negative language test. |
| 253 static_top_level_test/02: Fail # Negative language test. | 251 static_top_level_test/02: Fail # Negative language test. |
| 254 static_top_level_test/03: Fail # Negative language test. | 252 static_top_level_test/03: Fail # Negative language test. |
| 255 static_top_level_test/04: Fail # Negative language test. | 253 static_top_level_test/04: Fail # Negative language test. |
| 256 static_top_level_test/05: Fail # Negative language test. | 254 static_top_level_test/05: Fail # Negative language test. |
| 257 static_top_level_test/06: Fail # Negative language test. | 255 static_top_level_test/06: Fail # Negative language test. |
| 258 static_top_level_test/07: Fail # Negative language test. | 256 static_top_level_test/07: Fail # Negative language test. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 call_through_null_getter_test: Fail | 314 call_through_null_getter_test: Fail |
| 317 closure3_test: Fail | 315 closure3_test: Fail |
| 318 execute_finally3_test: Fail | 316 execute_finally3_test: Fail |
| 319 method_invocation_test: Fail | 317 method_invocation_test: Fail |
| 320 null_pointer_exception_test: Fail | 318 null_pointer_exception_test: Fail |
| 321 stack_overflow_test: Fail | 319 stack_overflow_test: Fail |
| 322 stack_overflow_stacktrace_test: Fail | 320 stack_overflow_stacktrace_test: Fail |
| 323 string_interpolate_npe_test: Fail | 321 string_interpolate_npe_test: Fail |
| 324 closure_call_wrong_argument_count_negative_test: Skip | 322 closure_call_wrong_argument_count_negative_test: Skip |
| 325 label_test: Skip | 323 label_test: Skip |
| OLD | NEW |