| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 compile_time_constant_checked2_test/05: Fail, OK | 54 compile_time_constant_checked2_test/05: Fail, OK |
| 55 compile_time_constant_checked2_test/06: Fail, OK | 55 compile_time_constant_checked2_test/06: Fail, OK |
| 56 compile_time_constant_checked3_test/01: Fail, OK | 56 compile_time_constant_checked3_test/01: Fail, OK |
| 57 compile_time_constant_checked3_test/02: Fail, OK | 57 compile_time_constant_checked3_test/02: Fail, OK |
| 58 compile_time_constant_checked3_test/03: Fail, OK | 58 compile_time_constant_checked3_test/03: Fail, OK |
| 59 compile_time_constant_checked3_test/04: Fail, OK | 59 compile_time_constant_checked3_test/04: Fail, OK |
| 60 compile_time_constant_checked3_test/05: Fail, OK | 60 compile_time_constant_checked3_test/05: Fail, OK |
| 61 compile_time_constant_checked3_test/06: Fail, OK | 61 compile_time_constant_checked3_test/06: Fail, OK |
| 62 | 62 |
| 63 [ $compiler == dart2js ] | 63 [ $compiler == dart2js ] |
| 64 final_variable_assignment_test/01: Fail |
| 65 final_variable_assignment_test/02: Fail |
| 66 final_variable_assignment_test/03: Fail |
| 67 final_variable_assignment_test/04: Fail |
| 64 bad_constructor_test/04: Fail # http://dartbug.com/5519 | 68 bad_constructor_test/04: Fail # http://dartbug.com/5519 |
| 65 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 69 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
| 66 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 70 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
| 67 call_nonexistent_constructor_test: Fail | 71 call_nonexistent_constructor_test: Fail |
| 68 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 72 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 69 external_test/10: Fail # http://dartbug.com/5519 | 73 external_test/10: Fail # http://dartbug.com/5519 |
| 70 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 74 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 71 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 75 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 72 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 76 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 73 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 77 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 [ $runtime == opera ] | 349 [ $runtime == opera ] |
| 346 call_through_null_getter_test: Fail | 350 call_through_null_getter_test: Fail |
| 347 closure3_test: Fail | 351 closure3_test: Fail |
| 348 execute_finally3_test: Fail | 352 execute_finally3_test: Fail |
| 349 method_invocation_test: Fail | 353 method_invocation_test: Fail |
| 350 null_pointer_exception_test: Fail | 354 null_pointer_exception_test: Fail |
| 351 stack_overflow_test: Fail | 355 stack_overflow_test: Fail |
| 352 string_interpolate_npe_test: Fail | 356 string_interpolate_npe_test: Fail |
| 353 closure_call_wrong_argument_count_negative_test: Skip | 357 closure_call_wrong_argument_count_negative_test: Skip |
| 354 label_test: Skip | 358 label_test: Skip |
| OLD | NEW |