| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 compile_time_constant_checked2_test/05: Fail, OK | 87 compile_time_constant_checked2_test/05: Fail, OK |
| 88 compile_time_constant_checked2_test/06: Fail, OK | 88 compile_time_constant_checked2_test/06: Fail, OK |
| 89 compile_time_constant_checked3_test/01: Fail, OK | 89 compile_time_constant_checked3_test/01: Fail, OK |
| 90 compile_time_constant_checked3_test/02: Fail, OK | 90 compile_time_constant_checked3_test/02: Fail, OK |
| 91 compile_time_constant_checked3_test/03: Fail, OK | 91 compile_time_constant_checked3_test/03: Fail, OK |
| 92 compile_time_constant_checked3_test/04: Fail, OK | 92 compile_time_constant_checked3_test/04: Fail, OK |
| 93 compile_time_constant_checked3_test/05: Fail, OK | 93 compile_time_constant_checked3_test/05: Fail, OK |
| 94 compile_time_constant_checked3_test/06: Fail, OK | 94 compile_time_constant_checked3_test/06: Fail, OK |
| 95 | 95 |
| 96 [ $compiler == dart2js ] | 96 [ $compiler == dart2js ] |
| 97 factory_redirection2_test/01: Fail # http://dartbug.com/6791 |
| 97 arithmetic_test: Fail # http://dartbug.com/6627 | 98 arithmetic_test: Fail # http://dartbug.com/6627 |
| 98 factory_redirection_test/01: Fail | 99 factory_redirection_test/01: Fail |
| 99 factory_redirection_test/02: Crash | 100 factory_redirection_test/02: Crash |
| 100 factory_redirection_test/03: Crash | 101 factory_redirection_test/03: Crash |
| 101 factory_redirection_test/05: Fail | 102 factory_redirection_test/05: Fail |
| 102 factory_redirection_test/07: Fail | 103 factory_redirection_test/07: Fail |
| 103 final_variable_assignment_test/01: Fail | 104 final_variable_assignment_test/01: Fail |
| 104 final_variable_assignment_test/02: Fail | 105 final_variable_assignment_test/02: Fail |
| 105 final_variable_assignment_test/03: Fail | 106 final_variable_assignment_test/03: Fail |
| 106 final_variable_assignment_test/04: Fail | 107 final_variable_assignment_test/04: Fail |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 [ $runtime == opera ] | 373 [ $runtime == opera ] |
| 373 call_through_null_getter_test: Fail | 374 call_through_null_getter_test: Fail |
| 374 closure3_test: Fail | 375 closure3_test: Fail |
| 375 execute_finally3_test: Fail | 376 execute_finally3_test: Fail |
| 376 method_invocation_test: Fail | 377 method_invocation_test: Fail |
| 377 null_pointer_exception_test: Fail | 378 null_pointer_exception_test: Fail |
| 378 stack_overflow_test: Fail | 379 stack_overflow_test: Fail |
| 379 string_interpolate_npe_test: Fail | 380 string_interpolate_npe_test: Fail |
| 380 closure_call_wrong_argument_count_negative_test: Skip | 381 closure_call_wrong_argument_count_negative_test: Skip |
| 381 label_test: Skip | 382 label_test: Skip |
| 383 |
| 384 [ $compiler == dart2js && $host_checked ] |
| 385 factory_redirection2_test/01: Crash # http://dartbug.com/6791 |
| OLD | NEW |