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 ] | 5 [ $compiler == dart2js ] |
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
10 | 10 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 if_null_assignment_behavior_test/30: Crash # Issue 23611 | 72 if_null_assignment_behavior_test/30: Crash # Issue 23611 |
73 prefix_assignment_test/01: Crash # Issue 23611 | 73 prefix_assignment_test/01: Crash # Issue 23611 |
74 prefix_assignment_test/02: Crash # Issue 23611 | 74 prefix_assignment_test/02: Crash # Issue 23611 |
75 prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611 | 75 prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611 |
76 prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611 | 76 prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611 |
77 prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611 | 77 prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611 |
78 prefix_identifier_reference_test/04: Crash # Issue 23611 | 78 prefix_identifier_reference_test/04: Crash # Issue 23611 |
79 prefix_identifier_reference_test/05: Crash # Issue 23611 | 79 prefix_identifier_reference_test/05: Crash # Issue 23611 |
80 prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611 | 80 prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611 |
81 | 81 |
| 82 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 |
| 83 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 |
| 84 |
82 # VM specific tests that should not be run by dart2js. | 85 # VM specific tests that should not be run by dart2js. |
83 vm/*: Skip # Issue 12699 | 86 vm/*: Skip # Issue 12699 |
84 | 87 |
85 [ $compiler == dart2js && $checked ] | 88 [ $compiler == dart2js && $checked ] |
86 type_variable_bounds_test/02: Fail # Issue 12702 | 89 type_variable_bounds_test/02: Fail # Issue 12702 |
87 type_variable_bounds2_test/01: Fail # Issue 12702 | 90 type_variable_bounds2_test/01: Fail # Issue 12702 |
88 type_variable_bounds2_test/04: Fail # Issue 12702 | 91 type_variable_bounds2_test/04: Fail # Issue 12702 |
89 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 92 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
90 type_variable_bounds3_test/00: Fail # Issue 12702 | 93 type_variable_bounds3_test/00: Fail # Issue 12702 |
91 closure_type_test: Fail # Issue 12745 | 94 closure_type_test: Fail # Issue 12745 |
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 type_variable_typedef_test: Crash # Please triage this failure. | 899 type_variable_typedef_test: Crash # Please triage this failure. |
897 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. | 900 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. |
898 typevariable_substitution2_test/01: Crash # Please triage this failure. | 901 typevariable_substitution2_test/01: Crash # Please triage this failure. |
899 typevariable_substitution2_test/02: Crash # Please triage this failure. | 902 typevariable_substitution2_test/02: Crash # Please triage this failure. |
900 typevariable_substitution2_test/none: Crash # Please triage this failure. | 903 typevariable_substitution2_test/none: Crash # Please triage this failure. |
901 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 904 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
902 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 905 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
903 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 906 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
904 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 907 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
905 void_type_test: Crash # Unhandled node | 908 void_type_test: Crash # Unhandled node |
OLD | NEW |