OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. | 5 # Sections in this file should contain "$compiler == dart2js". |
6 # Analyzer does, but only when "--strong" is used. | |
7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer
&& ! $strong && ! $checked) ] | |
8 abstract_beats_arguments_test: MissingCompileTimeError | |
9 abstract_exact_selector_test/01: MissingCompileTimeError | |
10 abstract_factory_constructor_test/00: MissingCompileTimeError | |
11 abstract_getter_test/01: MissingCompileTimeError | |
12 abstract_syntax_test/00: MissingCompileTimeError | |
13 assign_static_type_test/01: MissingCompileTimeError | |
14 assign_static_type_test/02: MissingCompileTimeError | |
15 assign_static_type_test/03: MissingCompileTimeError | |
16 assign_static_type_test/04: MissingCompileTimeError | |
17 assign_static_type_test/05: MissingCompileTimeError | |
18 assign_static_type_test/06: MissingCompileTimeError | |
19 assign_to_type_test/01: MissingCompileTimeError | |
20 assign_to_type_test/02: MissingCompileTimeError | |
21 assign_to_type_test/03: MissingCompileTimeError | |
22 assign_to_type_test/04: MissingCompileTimeError | |
23 assign_top_method_test: MissingCompileTimeError | |
24 async_await_syntax_test/a10a: MissingCompileTimeError | |
25 async_await_syntax_test/b10a: MissingCompileTimeError | |
26 async_await_syntax_test/c10a: MissingCompileTimeError | |
27 async_await_syntax_test/d08b: MissingCompileTimeError | |
28 async_await_syntax_test/d10a: MissingCompileTimeError | |
29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
32 async_return_types_test/nestedFuture: MissingCompileTimeError | |
33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
34 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
35 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
36 bad_constructor_test/05: MissingCompileTimeError | |
37 bad_named_parameters2_test/01: MissingCompileTimeError | |
38 bad_named_parameters_test/01: MissingCompileTimeError | |
39 bad_named_parameters_test/02: MissingCompileTimeError | |
40 bad_named_parameters_test/03: MissingCompileTimeError | |
41 bad_named_parameters_test/04: MissingCompileTimeError | |
42 bad_named_parameters_test/05: MissingCompileTimeError | |
43 bad_override_test/01: MissingCompileTimeError | |
44 bad_override_test/02: MissingCompileTimeError | |
45 bad_override_test/06: MissingCompileTimeError | |
46 bit_operations_test/01: MissingCompileTimeError | |
47 bit_operations_test/02: MissingCompileTimeError | |
48 bit_operations_test/03: MissingCompileTimeError | |
49 bit_operations_test/04: MissingCompileTimeError | |
50 | 6 |
51 [ $compiler == dart2analyzer && ! $strong && $checked ] | 7 # dart2js does not implement the Dart 2.0 static type errors yet. |
52 abstract_beats_arguments_test: MissingCompileTimeError | |
53 abstract_exact_selector_test/01: MissingCompileTimeError | |
54 abstract_factory_constructor_test/00: MissingCompileTimeError | |
55 abstract_getter_test/01: MissingCompileTimeError | |
56 abstract_syntax_test/00: MissingCompileTimeError | |
57 assign_top_method_test: MissingCompileTimeError | |
58 assign_static_type_test/01: MissingCompileTimeError | |
59 assign_static_type_test/03: MissingCompileTimeError | |
60 assign_static_type_test/04: MissingCompileTimeError | |
61 assign_static_type_test/05: MissingCompileTimeError | |
62 assign_static_type_test/06: MissingCompileTimeError | |
63 assign_to_type_test/01: MissingCompileTimeError | |
64 assign_to_type_test/02: MissingCompileTimeError | |
65 assign_to_type_test/03: MissingCompileTimeError | |
66 assign_to_type_test/04: MissingCompileTimeError | |
67 async_await_syntax_test/a10a: MissingCompileTimeError | |
68 async_await_syntax_test/b10a: MissingCompileTimeError | |
69 async_await_syntax_test/c10a: MissingCompileTimeError | |
70 async_await_syntax_test/d08b: MissingCompileTimeError | |
71 async_await_syntax_test/d10a: MissingCompileTimeError | |
72 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | |
73 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | |
74 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | |
75 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | |
76 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | |
77 async_return_types_test/wrongReturnType: MissingCompileTimeError | |
78 async_return_types_test/nestedFuture: MissingCompileTimeError | |
79 bad_constructor_test/05: MissingCompileTimeError | |
80 bad_named_parameters2_test/01: MissingCompileTimeError | |
81 bad_named_parameters_test/01: MissingCompileTimeError | |
82 bad_named_parameters_test/02: MissingCompileTimeError | |
83 bad_named_parameters_test/03: MissingCompileTimeError | |
84 bad_named_parameters_test/04: MissingCompileTimeError | |
85 bad_named_parameters_test/05: MissingCompileTimeError | |
86 bad_override_test/01: MissingCompileTimeError | |
87 bad_override_test/02: MissingCompileTimeError | |
88 bad_override_test/06: MissingCompileTimeError | |
89 bit_operations_test/01: MissingCompileTimeError | |
90 bit_operations_test/02: MissingCompileTimeError | |
91 bit_operations_test/03: MissingCompileTimeError | |
92 bit_operations_test/04: MissingCompileTimeError | |
93 | |
94 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
95 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
96 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
97 abstract_factory_constructor_test/00: MissingCompileTimeError | 11 abstract_factory_constructor_test/00: MissingCompileTimeError |
98 abstract_getter_test/01: MissingCompileTimeError | 12 abstract_getter_test/01: MissingCompileTimeError |
99 abstract_syntax_test/00: MissingCompileTimeError | 13 abstract_syntax_test/00: MissingCompileTimeError |
100 assign_static_type_test/01: MissingCompileTimeError | 14 assign_static_type_test/01: MissingCompileTimeError |
101 assign_static_type_test/02: MissingCompileTimeError | 15 assign_static_type_test/02: MissingCompileTimeError |
102 assign_static_type_test/03: MissingCompileTimeError | 16 assign_static_type_test/03: MissingCompileTimeError |
103 assign_static_type_test/04: MissingCompileTimeError | 17 assign_static_type_test/04: MissingCompileTimeError |
(...skipping 22 matching lines...) Expand all Loading... |
126 bad_named_parameters_test/03: MissingCompileTimeError | 40 bad_named_parameters_test/03: MissingCompileTimeError |
127 bad_named_parameters_test/04: MissingCompileTimeError | 41 bad_named_parameters_test/04: MissingCompileTimeError |
128 bad_named_parameters_test/05: MissingCompileTimeError | 42 bad_named_parameters_test/05: MissingCompileTimeError |
129 bad_override_test/01: MissingCompileTimeError | 43 bad_override_test/01: MissingCompileTimeError |
130 bad_override_test/02: MissingCompileTimeError | 44 bad_override_test/02: MissingCompileTimeError |
131 bad_override_test/06: MissingCompileTimeError | 45 bad_override_test/06: MissingCompileTimeError |
132 bit_operations_test/01: MissingCompileTimeError | 46 bit_operations_test/01: MissingCompileTimeError |
133 bit_operations_test/02: MissingCompileTimeError | 47 bit_operations_test/02: MissingCompileTimeError |
134 bit_operations_test/03: MissingCompileTimeError | 48 bit_operations_test/03: MissingCompileTimeError |
135 bit_operations_test/04: MissingCompileTimeError | 49 bit_operations_test/04: MissingCompileTimeError |
136 | 50 built_in_identifier_prefix_test: CompileTimeError |
137 [ $compiler == dartdevc || $compiler == dart2analyzer ] | 51 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
138 async_return_types_test/nestedFuture: MissingCompileTimeError | |
139 bit_operations_test/01: MissingCompileTimeError | |
140 bit_operations_test/02: MissingCompileTimeError | |
141 bit_operations_test/03: MissingCompileTimeError | |
142 bit_operations_test/04: MissingCompileTimeError | |
143 | 52 |
144 [ $compiler == dart2js && $runtime != none ] | 53 [ $compiler == dart2js && $runtime != none ] |
145 bit_operations_test: RuntimeError, OK # Issue 1533 | 54 bit_operations_test: RuntimeError, OK # Issue 1533 |
146 | 55 |
147 # The VM and does not implement the Dart 2.0 runtime checks yet (unless --checke
d is explicitly passed). | |
148 [ ! $checked && $runtime == vm ] | |
149 bool_check_test: RuntimeError | |
150 bool_condition_check_test: RuntimeError | |
151 | |
152 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 56 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
153 accessor_conflict_export2_test: Crash # Issue 25626 | 57 accessor_conflict_export2_test: Crash # Issue 25626 |
154 accessor_conflict_export_test: Crash # Issue 25626 | 58 accessor_conflict_export_test: Crash # Issue 25626 |
| 59 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
155 assertion_initializer_const_error2_test/cc01: Crash | 60 assertion_initializer_const_error2_test/cc01: Crash |
156 assertion_initializer_const_error2_test/cc02: Crash | 61 assertion_initializer_const_error2_test/cc02: Crash |
157 assertion_initializer_const_error2_test/cc03: Crash | 62 assertion_initializer_const_error2_test/cc03: Crash |
158 assertion_initializer_const_error2_test/cc04: Crash | 63 assertion_initializer_const_error2_test/cc04: Crash |
159 assertion_initializer_const_error2_test/cc05: Crash | 64 assertion_initializer_const_error2_test/cc05: Crash |
160 assertion_initializer_const_error2_test/cc06: Crash | 65 assertion_initializer_const_error2_test/cc06: Crash |
161 assertion_initializer_const_error2_test/cc07: Crash | 66 assertion_initializer_const_error2_test/cc07: Crash |
162 assertion_initializer_const_error2_test/cc08: Crash | 67 assertion_initializer_const_error2_test/cc08: Crash |
163 assertion_initializer_const_error2_test/cc09: Crash | 68 assertion_initializer_const_error2_test/cc09: Crash |
164 assertion_initializer_const_function_error_test/01: Crash | 69 assertion_initializer_const_function_error_test/01: Crash |
165 assertion_initializer_const_function_test/01: CompileTimeError | 70 assertion_initializer_const_function_test/01: CompileTimeError |
166 assertion_initializer_test: Crash | 71 assertion_initializer_test: Crash |
167 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
168 bad_typedef_test/00: Crash # Issue 28214 | 72 bad_typedef_test/00: Crash # Issue 28214 |
169 | 73 |
170 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 74 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
171 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 75 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
172 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 76 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
173 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 77 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
174 accessor_conflict_import_test: RuntimeError # Issue 25626 | 78 accessor_conflict_import_test: RuntimeError # Issue 25626 |
175 branch_canonicalization_test: RuntimeError # Issue 638. | 79 branch_canonicalization_test: RuntimeError # Issue 638. |
176 | 80 |
177 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] | |
178 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | |
179 accessor_conflict_export_test: CompileTimeError # Issue 25626 | |
180 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | |
181 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | |
182 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | |
183 accessor_conflict_import_test: CompileTimeError # Issue 25626 | |
184 | |
185 [ ! $strong && $compiler == dart2analyzer ] | |
186 accessor_conflict_export2_test: StaticWarning # Issue 25626 | |
187 accessor_conflict_export_test: StaticWarning # Issue 25626 | |
188 accessor_conflict_import2_test: StaticWarning # Issue 25626 | |
189 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | |
190 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | |
191 accessor_conflict_import_test: StaticWarning # Issue 25626 | |
192 | |
193 [ $compiler == dart2analyzer && ! $strong ] | |
194 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 | |
195 | |
196 [ $compiler == dart2analyzer && $strong ] | |
197 async_return_types_test/nestedFuture: MissingCompileTimeError | |
198 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
07 | |
199 bit_operations_test/01: MissingStaticWarning # Issue 28823 | |
200 bit_operations_test/02: MissingStaticWarning # Issue 28823 | |
201 bit_operations_test/03: MissingStaticWarning # Issue 28823 | |
202 bit_operations_test/04: MissingStaticWarning # Issue 28823 | |
203 | |
204 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] | |
205 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | |
206 | |
207 [ $compiler == dartdevc && $runtime != none ] | |
208 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | |
209 async_star_pause_test: RuntimeError | |
210 function_type/*: RuntimeError # Issue 28988 | |
211 | |
212 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] | 81 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker
nel && $runtime != none ] |
213 assertion_test: RuntimeError # Issue 12748 | 82 assertion_test: RuntimeError # Issue 12748 |
214 | 83 |
215 [ ! $checked ] | |
216 function_type/*: Skip # Needs checked mode. | |
217 | |
218 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 84 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
219 abstract_beats_arguments_test: RuntimeError # Issue 27394 | 85 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
220 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | 86 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
221 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | 87 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
222 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | 88 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
223 assertion_initializer_const_error_test/01: Crash | 89 assertion_initializer_const_error_test/01: Crash |
224 assertion_initializer_const_function_test/01: Crash | 90 assertion_initializer_const_function_test/01: Crash |
225 assign_top_method_test/01: Crash # Issue 27394 | 91 assign_top_method_test/01: Crash # Issue 27394 |
226 async_await_syntax_test/a04b: Crash # Issue 27394 | 92 async_await_syntax_test/a04b: Crash # Issue 27394 |
227 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | 93 async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
228 async_await_syntax_test/a07b: Crash # Issue 27394 | 94 async_await_syntax_test/a07b: Crash # Issue 27394 |
229 async_await_syntax_test/a08b: Crash # Issue 27394 | 95 async_await_syntax_test/a08b: Crash # Issue 27394 |
230 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | 96 async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
231 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | 97 async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
232 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | 98 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
| 99 async_star_pause_test: RuntimeError # Issue 27394 |
| 100 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
| 101 async_star_stream_take_test: RuntimeError # Issue 27394 |
| 102 async_star_take_reyield_test: RuntimeError # Issue 27394 |
233 black_listed_test/13c: Crash # Issue 27394 | 103 black_listed_test/13c: Crash # Issue 27394 |
234 black_listed_test/14c: Crash # Issue 27394 | 104 black_listed_test/14c: Crash # Issue 27394 |
235 bootstrap_test: RuntimeError # Issue 27394 | 105 bootstrap_test: RuntimeError # Issue 27394 |
236 | 106 |
237 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | 107 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
238 assertion_initializer_const_function_test/none: RuntimeError | 108 assertion_initializer_const_function_test/none: RuntimeError |
239 | 109 |
240 [ $compiler == dart2js && $runtime == d8 && $checked ] | 110 [ $compiler == dart2js && $runtime == d8 && $checked ] |
241 assertion_test: RuntimeError | 111 assertion_test: RuntimeError |
242 | 112 |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 function_type/function_type92_test: Crash | 628 function_type/function_type92_test: Crash |
759 function_type/function_type93_test: Crash | 629 function_type/function_type93_test: Crash |
760 function_type/function_type94_test: Crash | 630 function_type/function_type94_test: Crash |
761 function_type/function_type95_test: Crash | 631 function_type/function_type95_test: Crash |
762 function_type/function_type96_test: Crash | 632 function_type/function_type96_test: Crash |
763 function_type/function_type97_test: Crash | 633 function_type/function_type97_test: Crash |
764 function_type/function_type98_test: Crash | 634 function_type/function_type98_test: Crash |
765 function_type/function_type99_test: Crash | 635 function_type/function_type99_test: Crash |
766 function_type/function_type9_test: Crash | 636 function_type/function_type9_test: Crash |
767 | 637 |
768 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler !
= none && $compiler != dartk && $compiler != dartkp )] | |
769 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. | |
770 | |
771 [ $compiler == dart2analyzer && $runtime == none ] | |
772 assertion_initializer_const_error2_test/none: CompileTimeError | |
773 assertion_initializer_const_function_test/01: CompileTimeError | |
774 assertion_initializer_test: CompileTimeError | |
775 | |
776 # dartdevc doesn't support assertions in initializers. | |
777 [ $compiler == dartdevc ] | |
778 assertion_initializer_test: CompileTimeError | |
779 assertion_initializer_const_error2_test/none: CompileTimeError | |
780 assertion_initializer_const_function_test/01: CompileTimeError | |
781 | |
782 [ $compiler == dartdevc && $runtime != none ] | |
783 bit_operations_test/01: RuntimeError # No bigints on web. | |
784 bit_operations_test/02: RuntimeError # No bigints on web. | |
785 bit_operations_test/03: RuntimeError # No bigints on web. | |
786 bit_operations_test/04: RuntimeError # No bigints on web. | |
787 bit_operations_test/none: RuntimeError # No bigints on web. | |
788 branch_canonicalization_test: RuntimeError # Issue 29920 | |
789 | |
790 [ $compiler == dartk && $runtime == vm ] | |
791 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | |
792 | |
793 [ $mode == product ] | |
794 assertion_test: SkipByDesign # Requires checked mode. | |
795 | |
796 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] | |
797 assertion_initializer_const_error2_test/cc01: Pass, OK | |
798 assertion_initializer_const_error2_test/cc02: CompileTimeError | |
799 assertion_initializer_const_error2_test/cc03: Pass, OK | |
800 assertion_initializer_const_error2_test/cc04: Pass, OK | |
801 assertion_initializer_const_error2_test/cc05: Pass, OK | |
802 assertion_initializer_const_error2_test/cc06: Pass, OK | |
803 assertion_initializer_const_error2_test/cc07: Pass, OK | |
804 assertion_initializer_const_error2_test/cc08: Pass, OK | |
805 assertion_initializer_const_error2_test/cc09: Pass, OK | |
806 assertion_initializer_const_error2_test/cc10: Pass, OK | |
807 assertion_initializer_const_error2_test/cc11: Pass, OK | |
808 assertion_initializer_const_error2_test/none: CompileTimeError | |
809 | |
810 [$compiler == precompiler && $runtime == dart_precompiled && $checked] | |
811 assertion_initializer_const_error2_test/cc01: Pass | |
812 assertion_initializer_const_error2_test/cc03: Pass | |
813 assertion_initializer_const_error2_test/cc04: Pass | |
814 assertion_initializer_const_error2_test/cc05: Pass | |
815 assertion_initializer_const_error2_test/cc06: Pass | |
816 assertion_initializer_const_error2_test/cc07: Pass | |
817 assertion_initializer_const_error2_test/cc08: Pass | |
818 assertion_initializer_const_error2_test/cc09: Pass | |
819 assertion_initializer_const_error2_test/cc10: Pass | |
820 assertion_initializer_const_error2_test/cc11: Pass | |
821 assertion_initializer_const_error2_test/none: CompileTimeError | |
822 | |
823 [$compiler == none && $runtime == vm && !$checked] | |
824 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
825 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
826 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
827 | |
828 [$compiler == none && $runtime == drt && !$checked] | |
829 assertion_initializer_const_error2_test/cc02: Fail | |
830 assertion_initializer_const_error_test/01: Fail | |
831 assertion_initializer_const_function_error_test/01: Fail | |
832 | |
833 [$compiler == app_jit && $runtime == vm && !$checked] | |
834 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
835 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
836 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
837 | |
838 [ $compiler == precompiler && $runtime == dart_precompiled ] | |
839 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError | |
840 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError | |
841 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError | |
842 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError | |
843 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError | |
844 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError | |
845 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError | |
846 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError | |
847 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError | |
848 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError | |
849 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError | |
850 | |
851 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked] | |
852 assertion_initializer_const_error_test/01: MissingCompileTimeError | |
853 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
854 | |
855 [$compiler == dartk && $runtime == vm] | |
856 assertion_initializer_const_error2_test/none: CompileTimeError | |
857 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
858 assertion_initializer_test: CompileTimeError | |
859 | |
860 [$compiler == dartk && $runtime == vm && !$checked] | |
861 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
862 | |
863 [$compiler == dartk && $runtime == vm && $checked] | |
864 assertion_initializer_const_function_test/01: RuntimeError | |
865 | |
866 [$compiler == dartkp && $runtime == dart_precompiled] | |
867 assertion_initializer_const_error2_test/none: CompileTimeError | |
868 | |
869 [$compiler == dartkp && $runtime == dart_precompiled && !$checked] | |
870 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
871 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
872 assertion_initializer_test: CompileTimeError | |
873 | |
874 [$compiler == dartkp && $runtime == dart_precompiled && $checked] | |
875 assertion_initializer_const_error2_test/cc02: Crash | |
876 assertion_initializer_const_error_test/none: Crash | |
877 assertion_initializer_const_function_error_test/01: Crash | |
878 assertion_initializer_const_function_error_test/none: Crash | |
879 assertion_initializer_const_function_test/01: Crash | |
880 assertion_initializer_const_function_test/none: Crash | |
881 assertion_initializer_test: CompileTimeError | |
882 | |
883 [ $compiler == dartk || $compiler == dartkp ] | |
884 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
885 | |
886 # dartk: checked mode failures | |
887 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
888 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
889 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
890 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
891 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
892 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
893 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
894 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
895 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
896 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
897 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
898 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
899 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
900 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
901 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
902 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
903 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
904 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. | |
905 assign_static_type_test/02: MissingCompileTimeError | |
906 | |
907 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] | |
908 # The VM doesn't enforce that potentially const expressions are actually | |
909 # const expressions when the constructor is called with `const`. | |
910 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | |
911 | |
912 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] | 638 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
913 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 639 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
914 | 640 |
915 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] | 641 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 642 async_star_await_pauses_test: RuntimeError # Need triage |
| 643 async_star_no_cancel2_test: RuntimeError # Need triage |
916 async_star_no_cancel_test: RuntimeError # Need triage | 644 async_star_no_cancel_test: RuntimeError # Need triage |
917 async_star_no_cancel2_test: RuntimeError # Need triage | |
918 async_star_await_pauses_test: RuntimeError # Need triage | |
919 | 645 |
920 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] | 646 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
921 async_return_types_test/nestedFuture: Fail # Issue 26429 | 647 async_return_types_test/nestedFuture: Fail # Issue 26429 |
922 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | 648 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
923 | 649 |
924 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] | 650 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
925 async_star_pause_test: RuntimeError # Issue 27394 | 651 assign_instance_method_negative_test: Crash |
926 async_star_regression_fisk_test: RuntimeError # Issue 27394 | |
927 async_star_stream_take_test: RuntimeError # Issue 27394 | |
928 async_star_take_reyield_test: RuntimeError # Issue 27394 | |
929 | 652 |
930 # Note: there are two flags to test dart2js with kernel: | 653 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
931 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o
f the | 654 assign_instance_method_negative_test: Crash |
932 # compiler. This flag will be deleted soon | 655 |
933 # - dart2js_with_kernel: tests the entire pipeline with kernel. | 656 [ $compiler == dart2js && $runtime != none && $checked ] |
| 657 assert_with_message_test: RuntimeError |
| 658 |
| 659 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] |
| 660 bool_check_test: RuntimeError # Issue 29647 |
| 661 bool_condition_check_test: RuntimeError |
| 662 |
934 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] | 663 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da
rt2js_with_kernel ] |
935 function_type/function_type14_test: Crash # Issue 27394 | 664 function_type/function_type14_test: Crash # Issue 27394 |
936 function_type/function_type15_test: Crash # Issue 27394 | 665 function_type/function_type15_test: Crash # Issue 27394 |
937 function_type/function_type20_test: Crash # Issue 27394 | 666 function_type/function_type20_test: Crash # Issue 27394 |
938 function_type/function_type21_test: Crash # Issue 27394 | 667 function_type/function_type21_test: Crash # Issue 27394 |
939 function_type/function_type22_test: Crash # Issue 27394 | 668 function_type/function_type22_test: Crash # Issue 27394 |
940 function_type/function_type23_test: Crash # Issue 27394 | 669 function_type/function_type23_test: Crash # Issue 27394 |
941 function_type/function_type24_test: Crash # Issue 27394 | 670 function_type/function_type24_test: Crash # Issue 27394 |
942 function_type/function_type25_test: Crash # Issue 27394 | 671 function_type/function_type25_test: Crash # Issue 27394 |
943 function_type/function_type26_test: Crash # Issue 27394 | 672 function_type/function_type26_test: Crash # Issue 27394 |
(...skipping 25 matching lines...) Expand all Loading... |
969 function_type/function_type52_test: Crash # Issue 27394 | 698 function_type/function_type52_test: Crash # Issue 27394 |
970 function_type/function_type53_test: Crash # Issue 27394 | 699 function_type/function_type53_test: Crash # Issue 27394 |
971 function_type/function_type54_test: Crash # Issue 27394 | 700 function_type/function_type54_test: Crash # Issue 27394 |
972 function_type/function_type55_test: Crash # Issue 27394 | 701 function_type/function_type55_test: Crash # Issue 27394 |
973 function_type/function_type62_test: Crash # Issue 27394 | 702 function_type/function_type62_test: Crash # Issue 27394 |
974 function_type/function_type63_test: Crash # Issue 27394 | 703 function_type/function_type63_test: Crash # Issue 27394 |
975 function_type/function_type6_test: Crash # Issue 27394 | 704 function_type/function_type6_test: Crash # Issue 27394 |
976 function_type/function_type7_test: Crash # Issue 27394 | 705 function_type/function_type7_test: Crash # Issue 27394 |
977 function_type/function_type98_test: Crash # Issue 27394 | 706 function_type/function_type98_test: Crash # Issue 27394 |
978 function_type/function_type99_test: Crash # Issue 27394 | 707 function_type/function_type99_test: Crash # Issue 27394 |
979 | |
980 [ $compiler == dart2js && $runtime != none && $checked ] | |
981 assert_with_message_test: RuntimeError | |
982 | |
983 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | |
984 async_return_types_test/nestedFuture: Fail | |
985 async_return_types_test/wrongTypeParameter: Fail | |
986 | |
987 [ $compiler == dartk || $compiler == dartkp ] | |
988 function_type/function_type0_test: RuntimeError | |
989 function_type/function_type10_test: RuntimeError | |
990 function_type/function_type11_test: RuntimeError | |
991 function_type/function_type12_test: RuntimeError | |
992 function_type/function_type13_test: RuntimeError | |
993 function_type/function_type14_test: RuntimeError | |
994 function_type/function_type15_test: RuntimeError | |
995 function_type/function_type16_test: RuntimeError | |
996 function_type/function_type17_test: RuntimeError | |
997 function_type/function_type18_test: RuntimeError | |
998 function_type/function_type19_test: RuntimeError | |
999 function_type/function_type1_test: RuntimeError | |
1000 function_type/function_type20_test: RuntimeError | |
1001 function_type/function_type21_test: RuntimeError | |
1002 function_type/function_type22_test: RuntimeError | |
1003 function_type/function_type23_test: RuntimeError | |
1004 function_type/function_type24_test: RuntimeError | |
1005 function_type/function_type25_test: RuntimeError | |
1006 function_type/function_type26_test: RuntimeError | |
1007 function_type/function_type27_test: RuntimeError | |
1008 function_type/function_type28_test: RuntimeError | |
1009 function_type/function_type29_test: RuntimeError | |
1010 function_type/function_type2_test: RuntimeError | |
1011 function_type/function_type30_test: RuntimeError | |
1012 function_type/function_type31_test: RuntimeError | |
1013 function_type/function_type32_test: RuntimeError | |
1014 function_type/function_type33_test: RuntimeError | |
1015 function_type/function_type34_test: RuntimeError | |
1016 function_type/function_type35_test: RuntimeError | |
1017 function_type/function_type36_test: RuntimeError | |
1018 function_type/function_type37_test: RuntimeError | |
1019 function_type/function_type38_test: RuntimeError | |
1020 function_type/function_type39_test: RuntimeError | |
1021 function_type/function_type3_test: RuntimeError | |
1022 function_type/function_type40_test: RuntimeError | |
1023 function_type/function_type41_test: RuntimeError | |
1024 function_type/function_type42_test: RuntimeError | |
1025 function_type/function_type43_test: RuntimeError | |
1026 function_type/function_type44_test: RuntimeError | |
1027 function_type/function_type45_test: RuntimeError | |
1028 function_type/function_type46_test: RuntimeError | |
1029 function_type/function_type47_test: RuntimeError | |
1030 function_type/function_type48_test: RuntimeError | |
1031 function_type/function_type49_test: RuntimeError | |
1032 function_type/function_type4_test: RuntimeError | |
1033 function_type/function_type50_test: RuntimeError | |
1034 function_type/function_type51_test: RuntimeError | |
1035 function_type/function_type52_test: RuntimeError | |
1036 function_type/function_type53_test: RuntimeError | |
1037 function_type/function_type54_test: RuntimeError | |
1038 function_type/function_type55_test: RuntimeError | |
1039 function_type/function_type56_test: RuntimeError | |
1040 function_type/function_type57_test: RuntimeError | |
1041 function_type/function_type58_test: RuntimeError | |
1042 function_type/function_type59_test: RuntimeError | |
1043 function_type/function_type5_test: RuntimeError | |
1044 function_type/function_type60_test: RuntimeError | |
1045 function_type/function_type61_test: RuntimeError | |
1046 function_type/function_type62_test: RuntimeError | |
1047 function_type/function_type63_test: RuntimeError | |
1048 function_type/function_type64_test: RuntimeError | |
1049 function_type/function_type65_test: RuntimeError | |
1050 function_type/function_type66_test: RuntimeError | |
1051 function_type/function_type67_test: RuntimeError | |
1052 function_type/function_type68_test: RuntimeError | |
1053 function_type/function_type69_test: RuntimeError | |
1054 function_type/function_type6_test: RuntimeError | |
1055 function_type/function_type70_test: RuntimeError | |
1056 function_type/function_type71_test: RuntimeError | |
1057 function_type/function_type72_test: RuntimeError | |
1058 function_type/function_type73_test: RuntimeError | |
1059 function_type/function_type74_test: RuntimeError | |
1060 function_type/function_type75_test: RuntimeError | |
1061 function_type/function_type76_test: RuntimeError | |
1062 function_type/function_type77_test: RuntimeError | |
1063 function_type/function_type78_test: RuntimeError | |
1064 function_type/function_type79_test: RuntimeError | |
1065 function_type/function_type7_test: RuntimeError | |
1066 function_type/function_type80_test: RuntimeError | |
1067 function_type/function_type81_test: RuntimeError | |
1068 function_type/function_type82_test: RuntimeError | |
1069 function_type/function_type83_test: RuntimeError | |
1070 function_type/function_type84_test: RuntimeError | |
1071 function_type/function_type85_test: RuntimeError | |
1072 function_type/function_type86_test: RuntimeError | |
1073 function_type/function_type87_test: RuntimeError | |
1074 function_type/function_type88_test: RuntimeError | |
1075 function_type/function_type89_test: RuntimeError | |
1076 function_type/function_type8_test: RuntimeError | |
1077 function_type/function_type90_test: RuntimeError | |
1078 function_type/function_type91_test: RuntimeError | |
1079 function_type/function_type92_test: RuntimeError | |
1080 function_type/function_type93_test: RuntimeError | |
1081 function_type/function_type94_test: RuntimeError | |
1082 function_type/function_type95_test: RuntimeError | |
1083 function_type/function_type96_test: RuntimeError | |
1084 function_type/function_type97_test: RuntimeError | |
1085 function_type/function_type98_test: RuntimeError | |
1086 function_type/function_type99_test: RuntimeError | |
1087 function_type/function_type9_test: RuntimeError | |
1088 | |
1089 # These test entries will be valid for vm (with and without kernel). | |
1090 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | |
1091 async_star_cancel_while_paused_test: RuntimeError | |
1092 # This is OK for now, but we may want to change the semantics to match the test. | |
1093 async_star_pause_test: Fail, OK | |
1094 | |
1095 [ $compiler == dartk && $runtime == vm ] | |
1096 async_star_cancel_while_paused_test: RuntimeError | |
1097 | |
1098 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | |
1099 async_star_regression_2238_test: CompileTimeError, RuntimeError | |
1100 | |
1101 # flutter uses --error_on_bad_type, --error_on_bad_override | |
1102 # and --await_is_keyword so # the following tests fail with | |
1103 # a Compilation Error | |
1104 [ $runtime == flutter ] | |
1105 async_await_test: CompileTimeError | |
1106 async_await_syntax_test/a05c: CompileTimeError | |
1107 async_await_syntax_test/a05e: CompileTimeError | |
1108 async_await_syntax_test/d08c: CompileTimeError | |
1109 bad_override_test/06: CompileTimeError | |
1110 | |
1111 # Look like bugs. | |
1112 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 | |
1113 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | |
1114 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | |
1115 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | |
1116 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | |
1117 async_star_no_cancel_test: Skip # Flutter Issue 9110 | |
1118 | |
1119 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] | |
1120 bool_check_test: RuntimeError # Issue 29647 | |
1121 bool_condition_check_test: RuntimeError | |
1122 | |
1123 [ $compiler == precompiler && $runtime == dart_precompiled ] | |
1124 bool_check_test: RuntimeError | |
1125 bool_condition_check_test: RuntimeError | |
1126 built_in_identifier_prefix_test: CompileTimeError | |
1127 | |
1128 [ $compiler == dart2analyzer || $compiler == dartdevc ] | |
1129 bad_initializer2_negative_test: fail # Issue 14880 | |
1130 black_listed_test/none: fail # Issue 14228 | |
1131 bad_initializer1_negative_test: CompileTimeError # Issue 14529 | |
1132 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 | |
1133 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 | |
1134 built_in_identifier_prefix_test: CompileTimeError | |
1135 | |
1136 [ $runtime == vm ] | |
1137 built_in_identifier_prefix_test: CompileTimeError | |
1138 | |
1139 [ $compiler == dart2js ] | |
1140 built_in_identifier_prefix_test: CompileTimeError | |
1141 | |
1142 [ $compiler == dartdevc ] | |
1143 built_in_identifier_prefix_test: CompileTimeError | |
OLD | NEW |