| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 type_variable_scope_test/04: Fail | 48 type_variable_scope_test/04: Fail |
| 49 type_variable_scope_test/05: Fail | 49 type_variable_scope_test/05: Fail |
| 50 type_variable_scope2_test: Fail | 50 type_variable_scope2_test: Fail |
| 51 assign_top_method_negative_test: Pass # For the wrong reasons. | 51 assign_top_method_negative_test: Pass # For the wrong reasons. |
| 52 f_bounded_quantification_test/01: Fail | 52 f_bounded_quantification_test/01: Fail |
| 53 f_bounded_quantification_test/02: Fail | 53 f_bounded_quantification_test/02: Fail |
| 54 default_factory2_test/01: Fail # Type bounds for type variable not checked. | 54 default_factory2_test/01: Fail # Type bounds for type variable not checked. |
| 55 closure_type_test: Fail # does not detect type error in checked mode. | 55 closure_type_test: Fail # does not detect type error in checked mode. |
| 56 function_type_test: Fail # does not detect type error in checked mode. | 56 function_type_test: Fail # does not detect type error in checked mode. |
| 57 function_malformed_result_type_test: Fail # does not detect type error in checke
d mode. | 57 function_malformed_result_type_test: Fail # does not detect type error in checke
d mode. |
| 58 void_type_test: Fail # does not detect type error in checked mode. | |
| 59 | 58 |
| 60 type_parameter_test/01: Fail # Issue 4932 | 59 type_parameter_test/01: Fail # Issue 4932 |
| 61 type_parameter_test/02: Fail # Issue 4932 | 60 type_parameter_test/02: Fail # Issue 4932 |
| 62 type_parameter_test/03: Fail # Issue 4932 | 61 type_parameter_test/03: Fail # Issue 4932 |
| 63 type_parameter_test/04: Fail # Issue 4932 | 62 type_parameter_test/04: Fail # Issue 4932 |
| 64 | 63 |
| 65 super_call4_test: Fail # Badly generated noSuchMethod call. | 64 super_call4_test: Fail # Badly generated noSuchMethod call. |
| 66 | 65 |
| 67 [ $compiler == dart2js && $unchecked ] | 66 [ $compiler == dart2js && $unchecked ] |
| 68 assertion_test: Fail | 67 assertion_test: Fail |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 [ $runtime == opera ] | 363 [ $runtime == opera ] |
| 365 call_through_null_getter_test: Fail | 364 call_through_null_getter_test: Fail |
| 366 closure3_test: Fail | 365 closure3_test: Fail |
| 367 execute_finally3_test: Fail | 366 execute_finally3_test: Fail |
| 368 method_invocation_test: Fail | 367 method_invocation_test: Fail |
| 369 null_pointer_exception_test: Fail | 368 null_pointer_exception_test: Fail |
| 370 stack_overflow_test: Fail | 369 stack_overflow_test: Fail |
| 371 string_interpolate_npe_test: Fail | 370 string_interpolate_npe_test: Fail |
| 372 closure_call_wrong_argument_count_negative_test: Skip | 371 closure_call_wrong_argument_count_negative_test: Skip |
| 373 label_test: Skip | 372 label_test: Skip |
| OLD | NEW |