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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 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. |
95 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. |
96 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) | 96 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) |
97 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). | 97 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). |
98 arithmetic_test: Fail # http://dartbug.com/6627 | 98 left_shift_test: Fail # Issue 1533 |
99 factory_redirection_test/01: Fail | 99 factory_redirection_test/01: Fail |
100 factory_redirection_test/05: Fail | 100 factory_redirection_test/05: Fail |
101 factory_redirection_test/07: Fail | 101 factory_redirection_test/07: Fail |
102 final_variable_assignment_test/01: Fail | 102 final_variable_assignment_test/01: Fail |
103 final_variable_assignment_test/02: Fail | 103 final_variable_assignment_test/02: Fail |
104 final_variable_assignment_test/03: Fail | 104 final_variable_assignment_test/03: Fail |
105 final_variable_assignment_test/04: Fail | 105 final_variable_assignment_test/04: Fail |
106 bad_override_test/01: Fail | 106 bad_override_test/01: Fail |
107 bad_override_test/02: Fail | 107 bad_override_test/02: Fail |
108 const_locals_test: Fail | 108 const_locals_test: Fail |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 [ $runtime == opera ] | 364 [ $runtime == opera ] |
365 call_through_null_getter_test: Fail | 365 call_through_null_getter_test: Fail |
366 closure3_test: Fail | 366 closure3_test: Fail |
367 execute_finally3_test: Fail | 367 execute_finally3_test: Fail |
368 method_invocation_test: Fail | 368 method_invocation_test: Fail |
369 null_pointer_exception_test: Fail | 369 null_pointer_exception_test: Fail |
370 stack_overflow_test: Fail | 370 stack_overflow_test: Fail |
371 string_interpolate_npe_test: Fail | 371 string_interpolate_npe_test: Fail |
372 closure_call_wrong_argument_count_negative_test: Skip | 372 closure_call_wrong_argument_count_negative_test: Skip |
373 label_test: Skip | 373 label_test: Skip |
OLD | NEW |