| 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 compile_time_constant_c_test/none: Fail # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
| 7 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 8 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| 9 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 31 constructor_initializer_test: Fail, OK # Depends on ?parameter check. |
| 32 | 32 |
| 33 black_listed_test/none: Fail # Issue 12446. | 33 black_listed_test/none: Fail # Issue 12446. |
| 34 | 34 |
| 35 # Issues related to undeclared prefix resolution. | 35 # Issues related to undeclared prefix resolution. |
| 36 malformed_test/none: Fail | 36 malformed_test/none: Fail |
| 37 malformed_test/05: Fail | 37 malformed_test/05: Fail |
| 38 malformed_test/06: Fail | 38 malformed_test/06: Fail |
| 39 | 39 |
| 40 # Fails due to inlining. Not all expected frames are in the trace. | 40 # Fails due to inlining. Not all expected frames are in the trace. |
| 41 full_stacktrace1_test: Pass, Fail # issue 9895 | 41 full_stacktrace1_test: Pass, Fail |
| 42 full_stacktrace2_test: Pass, Fail # issue 9895 | 42 full_stacktrace2_test: Pass, Fail |
| 43 full_stacktrace3_test: Pass, Fail # issue 9895 | 43 full_stacktrace3_test: Pass, Fail |
| 44 # Stack traces may or may not end in a newline depending on the JS enging. | 44 # Stack traces may or may not end in a newline depending on the JS enging. |
| 45 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. | 45 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. |
| 46 | 46 |
| 47 # VM specific tests that should not be run by dart2js. | 47 # VM specific tests that should not be run by dart2js. |
| 48 *vm_test: Skip | 48 *vm_test: Skip |
| 49 *vm_negative_test: Skip | 49 *vm_negative_test: Skip |
| 50 | 50 |
| 51 [ $compiler == dart2js && $checked ] | 51 [ $compiler == dart2js && $checked ] |
| 52 checked_setter2_test: Fail # dartbug.com/11273 | 52 checked_setter2_test: Fail # dartbug.com/11273 |
| 53 default_factory2_test/01: Fail | 53 default_factory2_test/01: Fail |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 compile_time_constant_checked3_test/04: Fail, OK | 91 compile_time_constant_checked3_test/04: Fail, OK |
| 92 compile_time_constant_checked3_test/05: Fail, OK | 92 compile_time_constant_checked3_test/05: Fail, OK |
| 93 compile_time_constant_checked3_test/06: Fail, OK | 93 compile_time_constant_checked3_test/06: Fail, OK |
| 94 | 94 |
| 95 [ $compiler == dart2js ] | 95 [ $compiler == dart2js ] |
| 96 function_type_alias6_test/00: Crash # dartbug.com/9792 | 96 function_type_alias6_test/00: Crash # dartbug.com/9792 |
| 97 function_type_alias9_test/00: Crash # dartbug.com/9792 | 97 function_type_alias9_test/00: Crash # dartbug.com/9792 |
| 98 branch_canonicalization_test: Fail # Issue 638. | 98 branch_canonicalization_test: Fail # Issue 638. |
| 99 div_with_power_of_two_test: Fail # Issue 8301. | 99 div_with_power_of_two_test: Fail # Issue 8301. |
| 100 class_literal_test: Fail # Issue 7626. | 100 class_literal_test: Fail # Issue 7626. |
| 101 identical_closure2_test: Fail # Issues 563, 1533 | 101 identical_closure2_test: Fail # Issue 1533, Issue 12596 |
| 102 invocation_mirror_test: Fail | 102 invocation_mirror_test: Fail |
| 103 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 | 103 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 |
| 104 number_identity2_test: Fail # Issue 563: identity of NaN | 104 number_identity2_test: Fail # Issue 12596: identity of NaN |
| 105 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 105 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 106 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 106 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 107 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) | 107 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) |
| 108 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). | 108 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). |
| 109 left_shift_test: Fail # Issue 1533 | 109 left_shift_test: Fail # Issue 1533 |
| 110 factory_redirection_test/01: Fail | 110 factory_redirection_test/01: Fail |
| 111 factory_redirection_test/07: Fail | 111 factory_redirection_test/07: Fail |
| 112 final_variable_assignment_test/01: Fail | 112 final_variable_assignment_test/01: Fail |
| 113 final_variable_assignment_test/02: Fail | 113 final_variable_assignment_test/02: Fail |
| 114 final_variable_assignment_test/03: Fail | 114 final_variable_assignment_test/03: Fail |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 call_through_null_getter_test: Fail | 314 call_through_null_getter_test: Fail |
| 315 closure3_test: Fail | 315 closure3_test: Fail |
| 316 execute_finally3_test: Fail | 316 execute_finally3_test: Fail |
| 317 method_invocation_test: Fail | 317 method_invocation_test: Fail |
| 318 null_pointer_exception_test: Fail | 318 null_pointer_exception_test: Fail |
| 319 stack_overflow_test: Fail | 319 stack_overflow_test: Fail |
| 320 stack_overflow_stacktrace_test: Fail | 320 stack_overflow_stacktrace_test: Fail |
| 321 string_interpolate_npe_test: Fail | 321 string_interpolate_npe_test: Fail |
| 322 closure_call_wrong_argument_count_negative_test: Skip | 322 closure_call_wrong_argument_count_negative_test: Skip |
| 323 label_test: Skip | 323 label_test: Skip |
| OLD | NEW |