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: Fail, Pass # Class literals are expression now; delete this test. | |
ngeoffray
2012/10/31 10:33:03
Why is it passing sometimes?
karlklose
2012/10/31 13:01:18
The case for type variables is not yet implemented
ngeoffray
2012/10/31 14:32:43
Ah it's a multi-test. Maybe add that you're disabl
| |
6 # VM specific tests that should not be run by dart2js. | 7 # VM specific tests that should not be run by dart2js. |
7 *vm_test: Skip | 8 *vm_test: Skip |
8 *vm_negative_test: Skip | 9 *vm_negative_test: Skip |
9 | 10 |
10 [ $compiler == dart2js && $checked ] | 11 [ $compiler == dart2js && $checked ] |
11 assert_with_type_test_or_cast_test: Fail # Issue 4929 | 12 assert_with_type_test_or_cast_test: Fail # Issue 4929 |
12 type_variable_bounds_test/01: Fail | 13 type_variable_bounds_test/01: Fail |
13 type_variable_bounds_test/02: Fail | 14 type_variable_bounds_test/02: Fail |
14 type_variable_bounds_test/04: Fail | 15 type_variable_bounds_test/04: Fail |
15 type_variable_bounds_test/05: Fail | 16 type_variable_bounds_test/05: Fail |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
57 compile_time_constant_checked3_test/04: Fail, OK | 58 compile_time_constant_checked3_test/04: Fail, OK |
58 compile_time_constant_checked3_test/05: Fail, OK | 59 compile_time_constant_checked3_test/05: Fail, OK |
59 compile_time_constant_checked3_test/06: Fail, OK | 60 compile_time_constant_checked3_test/06: Fail, OK |
60 | 61 |
61 [ $compiler == dart2js ] | 62 [ $compiler == dart2js ] |
62 bad_constructor_test/04: Fail # http://dartbug.com/5519 | 63 bad_constructor_test/04: Fail # http://dartbug.com/5519 |
63 bad_constructor_test/05: Fail # http://dartbug.com/5519 | 64 bad_constructor_test/05: Fail # http://dartbug.com/5519 |
64 bad_constructor_test/06: Fail # http://dartbug.com/5519 | 65 bad_constructor_test/06: Fail # http://dartbug.com/5519 |
65 call_nonexistent_constructor_test: Fail | 66 call_nonexistent_constructor_test: Fail |
66 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 67 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
68 constructor_negative_test: Fail, Ok # The expression 'C()' is valid with class l iterals. | |
ngeoffray
2012/10/31 10:33:03
Please move Fail, OK tests to one section.
karlklose
2012/10/31 13:01:18
Done.
| |
67 external_test/10: Fail # http://dartbug.com/5519 | 69 external_test/10: Fail # http://dartbug.com/5519 |
68 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 | 70 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
69 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 71 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
72 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. | |
70 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 73 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
74 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. | |
71 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 75 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
72 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 76 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
73 | 77 |
74 execute_finally8_test: Fail # http://dartbug.com/5643 | 78 execute_finally8_test: Fail # http://dartbug.com/5643 |
75 | 79 |
76 throw_expr_test: Fail | 80 throw_expr_test: Fail |
77 metadata_test: Fail # Metadata on type parameters not supported. | 81 metadata_test: Fail # Metadata on type parameters not supported. |
78 infinity_test: Fail # Issue 4984 | 82 infinity_test: Fail # Issue 4984 |
79 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. | 83 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. |
80 | 84 |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
211 abstract_syntax_test/01: Fail # Negative language test. | 215 abstract_syntax_test/01: Fail # Negative language test. |
212 abstract_syntax_test/02: Fail # Negative language test. | 216 abstract_syntax_test/02: Fail # Negative language test. |
213 assign_top_method_negative_test: Fail # Negative language test. | 217 assign_top_method_negative_test: Fail # Negative language test. |
214 class_extends_negative_test: Fail # Negative language test. | 218 class_extends_negative_test: Fail # Negative language test. |
215 const_constructor_syntax_test/04: Fail # Negative language test. | 219 const_constructor_syntax_test/04: Fail # Negative language test. |
216 const_field_negative_test: Fail # Negative language test. | 220 const_field_negative_test: Fail # Negative language test. |
217 const_init4_negative_test: Fail # Negative language test. | 221 const_init4_negative_test: Fail # Negative language test. |
218 const_init_negative_test: Fail # Negative language test. | 222 const_init_negative_test: Fail # Negative language test. |
219 const_syntax_test/04: Fail # Negative language test. | 223 const_syntax_test/04: Fail # Negative language test. |
220 constructor2_negative_test: Fail # Negative language test. | 224 constructor2_negative_test: Fail # Negative language test. |
221 constructor_negative_test: Pass # For the wrong reason. | |
222 constructor_return_negative_test: Fail # Negative language test. | 225 constructor_return_negative_test: Fail # Negative language test. |
223 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 226 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
224 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. | 227 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. |
225 constructor_return_with_init_negative_test: Fail # Negative language test. | 228 constructor_return_with_init_negative_test: Fail # Negative language test. |
226 duplicate_implements_test/01: Fail # Negative language test. | 229 duplicate_implements_test/01: Fail # Negative language test. |
227 duplicate_implements_test/02: Fail # Negative language test. | 230 duplicate_implements_test/02: Fail # Negative language test. |
228 duplicate_implements_test/03: Fail # Negative language test. | 231 duplicate_implements_test/03: Fail # Negative language test. |
229 duplicate_implements_test/04: Fail # Negative language test. | 232 duplicate_implements_test/04: Fail # Negative language test. |
230 factory2_negative_test: Fail # Negative language test. | 233 factory2_negative_test: Fail # Negative language test. |
231 factory3_negative_test: Fail # Negative language test. | 234 factory3_negative_test: Fail # Negative language test. |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
348 [ $runtime == opera ] | 351 [ $runtime == opera ] |
349 call_through_null_getter_test: Fail | 352 call_through_null_getter_test: Fail |
350 closure3_test: Fail | 353 closure3_test: Fail |
351 execute_finally3_test: Fail | 354 execute_finally3_test: Fail |
352 method_invocation_test: Fail | 355 method_invocation_test: Fail |
353 null_pointer_exception_test: Fail | 356 null_pointer_exception_test: Fail |
354 stack_overflow_test: Fail | 357 stack_overflow_test: Fail |
355 string_interpolate_npe_test: Fail | 358 string_interpolate_npe_test: Fail |
356 closure_call_wrong_argument_count_negative_test: Skip | 359 closure_call_wrong_argument_count_negative_test: Skip |
357 label_test: Skip | 360 label_test: Skip |
OLD | NEW |