| 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 26 matching lines...) Expand all Loading... |
| 37 # VM specific tests that should not be run by dart2js. | 37 # VM specific tests that should not be run by dart2js. |
| 38 *vm_test: Skip | 38 *vm_test: Skip |
| 39 *vm_negative_test: Skip | 39 *vm_negative_test: Skip |
| 40 | 40 |
| 41 [ $compiler == dart2js && $checked ] | 41 [ $compiler == dart2js && $checked ] |
| 42 function_type_alias6_test: Crash # dartbug.com/9792 | 42 function_type_alias6_test: Crash # dartbug.com/9792 |
| 43 | 43 |
| 44 prefix16_test: Fail # dartbug.com/7354 | 44 prefix16_test: Fail # dartbug.com/7354 |
| 45 default_factory2_test/01: Pass # For the wrong reasons. | 45 default_factory2_test/01: Pass # For the wrong reasons. |
| 46 type_variable_scope_test/none: Fail | 46 type_variable_scope_test/none: Fail |
| 47 factory_implementation_test/00: Fail | |
| 48 redirecting_factory_infinite_steps_test/01: Fail | 47 redirecting_factory_infinite_steps_test/01: Fail |
| 49 type_variable_bounds_test/01: Fail | 48 type_variable_bounds_test/01: Fail |
| 50 type_variable_bounds_test/02: Fail | 49 type_variable_bounds_test/02: Fail |
| 51 type_variable_bounds_test/04: Fail | 50 type_variable_bounds_test/04: Fail |
| 52 type_variable_bounds_test/05: Fail | 51 type_variable_bounds_test/05: Fail |
| 53 type_variable_bounds2_test/00: Fail | 52 type_variable_bounds2_test/00: Fail |
| 54 type_variable_bounds2_test/03: Fail | 53 type_variable_bounds2_test/03: Fail |
| 55 type_variable_bounds2_test/05: Fail | 54 type_variable_bounds2_test/05: Fail |
| 56 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 55 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
| 57 type_variable_bounds3_test/00: Fail | 56 type_variable_bounds3_test/00: Fail |
| 58 f_bounded_quantification_test/01: Fail | 57 f_bounded_quantification_test/01: Fail |
| 59 f_bounded_quantification_test/02: Fail | 58 f_bounded_quantification_test/02: Fail |
| 60 closure_type_test: Fail # does not detect type error in checked mode. | 59 closure_type_test: Fail # does not detect type error in checked mode. |
| 61 factory1_test/00: Fail | |
| 62 factory1_test/01: Fail | |
| 63 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 60 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 64 prefix15_test: Fail # Issue 5022 | 61 prefix15_test: Fail # Issue 5022 |
| 65 local_function2_test: Fail # Issue 5022 | 62 local_function2_test: Fail # Issue 5022 |
| 66 | 63 |
| 67 [ $compiler == dart2js && $unchecked ] | 64 [ $compiler == dart2js && $unchecked ] |
| 68 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented | 65 default_factory2_test/01: Fail # type arguments on redirecting factory not imple
mented |
| 69 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented | 66 type_variable_scope_test: Fail # type arguments on redirecting factory not imple
mented |
| 70 assertion_test: Fail | 67 assertion_test: Fail |
| 71 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 68 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
| 72 factory_redirection_test/08: Fail | 69 factory_redirection_test/08: Fail |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 call_through_null_getter_test: Fail | 345 call_through_null_getter_test: Fail |
| 349 closure3_test: Fail | 346 closure3_test: Fail |
| 350 execute_finally3_test: Fail | 347 execute_finally3_test: Fail |
| 351 method_invocation_test: Fail | 348 method_invocation_test: Fail |
| 352 null_pointer_exception_test: Fail | 349 null_pointer_exception_test: Fail |
| 353 stack_overflow_test: Fail | 350 stack_overflow_test: Fail |
| 354 stack_overflow_stacktrace_test: Fail | 351 stack_overflow_stacktrace_test: Fail |
| 355 string_interpolate_npe_test: Fail | 352 string_interpolate_npe_test: Fail |
| 356 closure_call_wrong_argument_count_negative_test: Skip | 353 closure_call_wrong_argument_count_negative_test: Skip |
| 357 label_test: Skip | 354 label_test: Skip |
| OLD | NEW |