| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 constructor2_negative_test: Fail # Negative language test. | 222 constructor2_negative_test: Fail # Negative language test. |
| 223 constructor_return_negative_test: Fail # Negative language test. | 223 constructor_return_negative_test: Fail # Negative language test. |
| 224 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 224 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
| 225 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 225 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. |
| 226 constructor_return_with_init_negative_test: Fail # Negative language test. | 226 constructor_return_with_init_negative_test: Fail # Negative language test. |
| 227 duplicate_implements_test/01: Fail # Negative language test. | 227 duplicate_implements_test/01: Fail # Negative language test. |
| 228 duplicate_implements_test/02: Fail # Negative language test. | 228 duplicate_implements_test/02: Fail # Negative language test. |
| 229 duplicate_implements_test/03: Fail # Negative language test. | 229 duplicate_implements_test/03: Fail # Negative language test. |
| 230 duplicate_implements_test/04: Fail # Negative language test. | 230 duplicate_implements_test/04: Fail # Negative language test. |
| 231 field3_negative_test: Fail # Negative language test. | 231 field3_negative_test: Fail # Negative language test. |
| 232 final_for_in_variable_test/01: Fail # Negative language test | |
| 233 instantiate_type_variable_negative_test: Pass # For the wrong reason. | 232 instantiate_type_variable_negative_test: Pass # For the wrong reason. |
| 234 list_literal1_negative_test: Fail # Negative language test. | 233 list_literal1_negative_test: Fail # Negative language test. |
| 235 map_literal1_negative_test: Fail # Negative language test. | 234 map_literal1_negative_test: Fail # Negative language test. |
| 236 number_identifier_negative_test: Fail # Negative language test. | 235 number_identifier_negative_test: Fail # Negative language test. |
| 237 operator1_negative_test: Fail # Negative language test. | 236 operator1_negative_test: Fail # Negative language test. |
| 238 scope_negative_test: Fail # Negative language test. | 237 scope_negative_test: Fail # Negative language test. |
| 239 static_final_field_negative_test: Fail # Negative language test. | 238 static_final_field_negative_test: Fail # Negative language test. |
| 240 static_top_level_test/00: Fail # Negative language test. | 239 static_top_level_test/00: Fail # Negative language test. |
| 241 static_top_level_test/01: Fail # Negative language test. | 240 static_top_level_test/01: Fail # Negative language test. |
| 242 static_top_level_test/02: Fail # Negative language test. | 241 static_top_level_test/02: Fail # Negative language test. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 null_access_error_test: Fail # Issue: 7413 | 299 null_access_error_test: Fail # Issue: 7413 |
| 301 string_interpolate_null_test: Fail # Issue: 7413 | 300 string_interpolate_null_test: Fail # Issue: 7413 |
| 302 call_through_null_getter_test: Fail | 301 call_through_null_getter_test: Fail |
| 303 closure3_test: Fail | 302 closure3_test: Fail |
| 304 execute_finally3_test: Fail | 303 execute_finally3_test: Fail |
| 305 method_invocation_test: Fail | 304 method_invocation_test: Fail |
| 306 stack_overflow_test: Fail | 305 stack_overflow_test: Fail |
| 307 stack_overflow_stacktrace_test: Fail | 306 stack_overflow_stacktrace_test: Fail |
| 308 closure_call_wrong_argument_count_negative_test: Skip | 307 closure_call_wrong_argument_count_negative_test: Skip |
| 309 label_test: Skip | 308 label_test: Skip |
| OLD | NEW |