| 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 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 66 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
| 67 call_nonexistent_constructor_test: Fail | 67 call_nonexistent_constructor_test: Fail |
| 68 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 68 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 69 external_test/10: Fail # http://dartbug.com/5519 | 69 external_test/10: Fail # http://dartbug.com/5519 |
| 70 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 70 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 71 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 71 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 72 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 72 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 73 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 73 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 74 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 74 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 75 | 75 |
| 76 execute_finally8_test: Fail # http://dartbug.com/5643 | |
| 77 | |
| 78 throw_expr_test: Fail | 76 throw_expr_test: Fail |
| 79 metadata_test: Fail # Metadata on type parameters not supported. | 77 metadata_test: Fail # Metadata on type parameters not supported. |
| 80 infinity_test: Fail # Issue 4984 | 78 infinity_test: Fail # Issue 4984 |
| 81 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 79 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
| 82 | 80 |
| 83 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. | 81 getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
old getter syntax. |
| 84 | 82 |
| 85 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 83 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 86 canonical_const_test: Fail # We don't take the generic type into account yet. | 84 canonical_const_test: Fail # We don't take the generic type into account yet. |
| 87 | 85 |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 [ $runtime == opera ] | 343 [ $runtime == opera ] |
| 346 call_through_null_getter_test: Fail | 344 call_through_null_getter_test: Fail |
| 347 closure3_test: Fail | 345 closure3_test: Fail |
| 348 execute_finally3_test: Fail | 346 execute_finally3_test: Fail |
| 349 method_invocation_test: Fail | 347 method_invocation_test: Fail |
| 350 null_pointer_exception_test: Fail | 348 null_pointer_exception_test: Fail |
| 351 stack_overflow_test: Fail | 349 stack_overflow_test: Fail |
| 352 string_interpolate_npe_test: Fail | 350 string_interpolate_npe_test: Fail |
| 353 closure_call_wrong_argument_count_negative_test: Skip | 351 closure_call_wrong_argument_count_negative_test: Skip |
| 354 label_test: Skip | 352 label_test: Skip |
| OLD | NEW |