| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 factory_implementation_test/00: Fail | 47 factory_implementation_test/00: Fail |
| 48 redirecting_factory_infinite_steps_test/01: Fail | 48 redirecting_factory_infinite_steps_test/01: Fail |
| 49 type_variable_bounds_test/01: Fail | 49 type_variable_bounds_test/01: Fail |
| 50 type_variable_bounds_test/02: Fail | 50 type_variable_bounds_test/02: Fail |
| 51 type_variable_bounds_test/04: Fail | 51 type_variable_bounds_test/04: Fail |
| 52 type_variable_bounds_test/05: Fail | 52 type_variable_bounds_test/05: Fail |
| 53 type_variable_bounds2_test/00: Fail | 53 type_variable_bounds2_test/00: Fail |
| 54 type_variable_bounds2_test/03: Fail | 54 type_variable_bounds2_test/03: Fail |
| 55 type_variable_bounds2_test/05: Fail | 55 type_variable_bounds2_test/05: Fail |
| 56 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 56 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
| 57 type_variable_bounds3_test/00: Fail |
| 57 f_bounded_quantification_test/01: Fail | 58 f_bounded_quantification_test/01: Fail |
| 58 f_bounded_quantification_test/02: Fail | 59 f_bounded_quantification_test/02: Fail |
| 59 closure_type_test: Fail # does not detect type error in checked mode. | 60 closure_type_test: Fail # does not detect type error in checked mode. |
| 60 factory1_test/00: Fail | 61 factory1_test/00: Fail |
| 61 factory1_test/01: Fail | 62 factory1_test/01: Fail |
| 62 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 63 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 63 prefix15_test: Fail # Issue 5022 | 64 prefix15_test: Fail # Issue 5022 |
| 64 local_function2_test: Fail # Issue 5022 | 65 local_function2_test: Fail # Issue 5022 |
| 65 | 66 |
| 66 [ $compiler == dart2js && $unchecked ] | 67 [ $compiler == dart2js && $unchecked ] |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 call_through_null_getter_test: Fail | 355 call_through_null_getter_test: Fail |
| 355 closure3_test: Fail | 356 closure3_test: Fail |
| 356 execute_finally3_test: Fail | 357 execute_finally3_test: Fail |
| 357 method_invocation_test: Fail | 358 method_invocation_test: Fail |
| 358 null_pointer_exception_test: Fail | 359 null_pointer_exception_test: Fail |
| 359 stack_overflow_test: Fail | 360 stack_overflow_test: Fail |
| 360 stack_overflow_stacktrace_test: Fail | 361 stack_overflow_stacktrace_test: Fail |
| 361 string_interpolate_npe_test: Fail | 362 string_interpolate_npe_test: Fail |
| 362 closure_call_wrong_argument_count_negative_test: Skip | 363 closure_call_wrong_argument_count_negative_test: Skip |
| 363 label_test: Skip | 364 label_test: Skip |
| OLD | NEW |