| 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 && $host_checked && $checked] | 5 [ $compiler == dart2js && $host_checked && $checked] |
| 6 new_expression_type_args_test/02: Crash # Issue 6931 | 6 new_expression_type_args_test/02: Crash # Issue 6931 |
| 7 | 7 |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 compile_time_constant_checked3_test/01: Fail, OK | 84 compile_time_constant_checked3_test/01: Fail, OK |
| 85 compile_time_constant_checked3_test/02: Fail, OK | 85 compile_time_constant_checked3_test/02: Fail, OK |
| 86 compile_time_constant_checked3_test/03: Fail, OK | 86 compile_time_constant_checked3_test/03: Fail, OK |
| 87 compile_time_constant_checked3_test/04: Fail, OK | 87 compile_time_constant_checked3_test/04: Fail, OK |
| 88 compile_time_constant_checked3_test/05: Fail, OK | 88 compile_time_constant_checked3_test/05: Fail, OK |
| 89 compile_time_constant_checked3_test/06: Fail, OK | 89 compile_time_constant_checked3_test/06: Fail, OK |
| 90 | 90 |
| 91 [ $compiler == dart2js ] | 91 [ $compiler == dart2js ] |
| 92 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 | 92 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 |
| 93 number_identity2_test: Fail # identity of NaN | 93 number_identity2_test: Fail # identity of NaN |
| 94 factory_redirection2_test/01: Fail # http://dartbug.com/6791 | |
| 95 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 94 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 96 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 95 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 97 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) | 96 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) |
| 98 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). | 97 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). |
| 99 arithmetic_test: Fail # http://dartbug.com/6627 | 98 arithmetic_test: Fail # http://dartbug.com/6627 |
| 100 factory_redirection_test/01: Fail | 99 factory_redirection_test/01: Fail |
| 101 factory_redirection_test/02: Crash | 100 factory_redirection_test/02: Crash |
| 102 factory_redirection_test/03: Crash | 101 factory_redirection_test/03: Crash |
| 103 factory_redirection_test/05: Fail | 102 factory_redirection_test/05: Fail |
| 104 factory_redirection_test/07: Fail | 103 factory_redirection_test/07: Fail |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 [ $runtime == opera ] | 369 [ $runtime == opera ] |
| 371 call_through_null_getter_test: Fail | 370 call_through_null_getter_test: Fail |
| 372 closure3_test: Fail | 371 closure3_test: Fail |
| 373 execute_finally3_test: Fail | 372 execute_finally3_test: Fail |
| 374 method_invocation_test: Fail | 373 method_invocation_test: Fail |
| 375 null_pointer_exception_test: Fail | 374 null_pointer_exception_test: Fail |
| 376 stack_overflow_test: Fail | 375 stack_overflow_test: Fail |
| 377 string_interpolate_npe_test: Fail | 376 string_interpolate_npe_test: Fail |
| 378 closure_call_wrong_argument_count_negative_test: Skip | 377 closure_call_wrong_argument_count_negative_test: Skip |
| 379 label_test: Skip | 378 label_test: Skip |
| 380 | |
| 381 [ $compiler == dart2js && $host_checked ] | |
| 382 factory_redirection2_test/01: Crash # http://dartbug.com/6791 | |
| OLD | NEW |