| 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 type_variable_bounds2_test/05: Fail | 47 type_variable_bounds2_test/05: Fail |
| 48 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 48 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
| 49 assign_top_method_negative_test: Pass # For the wrong reasons. | 49 assign_top_method_negative_test: Pass # For the wrong reasons. |
| 50 f_bounded_quantification_test/01: Fail | 50 f_bounded_quantification_test/01: Fail |
| 51 f_bounded_quantification_test/02: Fail | 51 f_bounded_quantification_test/02: Fail |
| 52 closure_type_test: Fail # does not detect type error in checked mode. | 52 closure_type_test: Fail # does not detect type error in checked mode. |
| 53 function_type_test: Fail # does not detect type error in checked mode. | 53 function_type_test: Fail # does not detect type error in checked mode. |
| 54 factory1_test/00: Fail | 54 factory1_test/00: Fail |
| 55 factory1_test/01: Fail | 55 factory1_test/01: Fail |
| 56 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 56 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 57 prefix15_test: Fail # Issue 5022 | 57 callable_test/0*: Fail # Issue 7354 |
| 58 local_function2_test: Fail # Issue 5022 | |
| 59 | 58 |
| 60 [ $compiler == dart2js && $unchecked ] | 59 [ $compiler == dart2js && $unchecked ] |
| 61 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 60 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
| 62 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 61 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
| 63 assertion_test: Fail | 62 assertion_test: Fail |
| 64 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 63 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
| 65 factory_redirection_test/08: Fail | 64 factory_redirection_test/08: Fail |
| 66 factory_redirection_test/09: Fail | 65 factory_redirection_test/09: Fail |
| 67 factory_redirection_test/10: Fail | 66 factory_redirection_test/10: Fail |
| 68 factory_redirection_test/11: Fail | 67 factory_redirection_test/11: Fail |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 string_interpolate_null_test: Fail # TODO(ahe): Please triage this failure. | 362 string_interpolate_null_test: Fail # TODO(ahe): Please triage this failure. |
| 364 call_through_null_getter_test: Fail | 363 call_through_null_getter_test: Fail |
| 365 closure3_test: Fail | 364 closure3_test: Fail |
| 366 execute_finally3_test: Fail | 365 execute_finally3_test: Fail |
| 367 method_invocation_test: Fail | 366 method_invocation_test: Fail |
| 368 null_pointer_exception_test: Fail | 367 null_pointer_exception_test: Fail |
| 369 stack_overflow_test: Fail | 368 stack_overflow_test: Fail |
| 370 string_interpolate_npe_test: Fail | 369 string_interpolate_npe_test: Fail |
| 371 closure_call_wrong_argument_count_negative_test: Skip | 370 closure_call_wrong_argument_count_negative_test: Skip |
| 372 label_test: Skip | 371 label_test: Skip |
| OLD | NEW |