| 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 30 matching lines...) Expand all Loading... |
| 41 type_variable_bounds_test/02: Fail | 41 type_variable_bounds_test/02: Fail |
| 42 type_variable_bounds_test/04: Fail | 42 type_variable_bounds_test/04: Fail |
| 43 type_variable_bounds_test/05: Fail | 43 type_variable_bounds_test/05: Fail |
| 44 type_variable_bounds2_test/00: Fail | 44 type_variable_bounds2_test/00: Fail |
| 45 type_variable_bounds2_test/03: Fail | 45 type_variable_bounds2_test/03: Fail |
| 46 type_variable_bounds2_test/05: Fail | 46 type_variable_bounds2_test/05: Fail |
| 47 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 47 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
| 48 f_bounded_quantification_test/01: Fail | 48 f_bounded_quantification_test/01: Fail |
| 49 f_bounded_quantification_test/02: Fail | 49 f_bounded_quantification_test/02: Fail |
| 50 closure_type_test: Fail # does not detect type error in checked mode. | 50 closure_type_test: Fail # does not detect type error in checked mode. |
| 51 function_type_test: Fail # does not detect type error in checked mode. | |
| 52 factory1_test/00: Fail | 51 factory1_test/00: Fail |
| 53 factory1_test/01: Fail | 52 factory1_test/01: Fail |
| 54 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 53 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 55 prefix15_test: Fail # Issue 5022 | 54 prefix15_test: Fail # Issue 5022 |
| 56 local_function2_test: Fail # Issue 5022 | 55 local_function2_test: Fail # Issue 5022 |
| 57 | 56 |
| 58 [ $compiler == dart2js && $unchecked ] | 57 [ $compiler == dart2js && $unchecked ] |
| 59 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 58 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
| 60 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 59 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
| 61 assertion_test: Fail | 60 assertion_test: Fail |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 call_through_null_getter_test: Fail | 365 call_through_null_getter_test: Fail |
| 367 closure3_test: Fail | 366 closure3_test: Fail |
| 368 execute_finally3_test: Fail | 367 execute_finally3_test: Fail |
| 369 method_invocation_test: Fail | 368 method_invocation_test: Fail |
| 370 null_pointer_exception_test: Fail | 369 null_pointer_exception_test: Fail |
| 371 stack_overflow_test: Fail | 370 stack_overflow_test: Fail |
| 372 stack_overflow_stacktrace_test: Fail | 371 stack_overflow_stacktrace_test: Fail |
| 373 string_interpolate_npe_test: Fail | 372 string_interpolate_npe_test: Fail |
| 374 closure_call_wrong_argument_count_negative_test: Skip | 373 closure_call_wrong_argument_count_negative_test: Skip |
| 375 label_test: Skip | 374 label_test: Skip |
| OLD | NEW |