| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 compile_time_constant_checked3_test/03: Fail, OK | 81 compile_time_constant_checked3_test/03: Fail, OK |
| 82 compile_time_constant_checked3_test/04: Fail, OK | 82 compile_time_constant_checked3_test/04: Fail, OK |
| 83 compile_time_constant_checked3_test/05: Fail, OK | 83 compile_time_constant_checked3_test/05: Fail, OK |
| 84 compile_time_constant_checked3_test/06: Fail, OK | 84 compile_time_constant_checked3_test/06: Fail, OK |
| 85 | 85 |
| 86 [ $compiler == dart2js ] | 86 [ $compiler == dart2js ] |
| 87 final_variable_assignment_test/01: Fail | 87 final_variable_assignment_test/01: Fail |
| 88 final_variable_assignment_test/02: Fail | 88 final_variable_assignment_test/02: Fail |
| 89 final_variable_assignment_test/03: Fail | 89 final_variable_assignment_test/03: Fail |
| 90 final_variable_assignment_test/04: Fail | 90 final_variable_assignment_test/04: Fail |
| 91 bad_override_test/01: Fail |
| 92 bad_override_test/02: Fail |
| 91 bad_constructor_test/04: Fail # http://dartbug.com/5519 | 93 bad_constructor_test/04: Fail # http://dartbug.com/5519 |
| 92 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 94 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
| 93 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 95 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
| 94 call_nonexistent_constructor_test: Fail | 96 call_nonexistent_constructor_test: Fail |
| 95 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 97 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 96 external_test/10: Fail # http://dartbug.com/5519 | 98 external_test/10: Fail # http://dartbug.com/5519 |
| 97 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 99 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 98 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 100 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 99 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 101 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 100 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 102 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 [ $runtime == opera ] | 362 [ $runtime == opera ] |
| 361 call_through_null_getter_test: Fail | 363 call_through_null_getter_test: Fail |
| 362 closure3_test: Fail | 364 closure3_test: Fail |
| 363 execute_finally3_test: Fail | 365 execute_finally3_test: Fail |
| 364 method_invocation_test: Fail | 366 method_invocation_test: Fail |
| 365 null_pointer_exception_test: Fail | 367 null_pointer_exception_test: Fail |
| 366 stack_overflow_test: Fail | 368 stack_overflow_test: Fail |
| 367 string_interpolate_npe_test: Fail | 369 string_interpolate_npe_test: Fail |
| 368 closure_call_wrong_argument_count_negative_test: Skip | 370 closure_call_wrong_argument_count_negative_test: Skip |
| 369 label_test: Skip | 371 label_test: Skip |
| OLD | NEW |