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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. |
6 # Analyzer does, but only when "--strong" is used. | 6 # Analyzer does, but only when "--strong" is used. |
7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong && ! $checked) ] | 7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer
&& ! $strong && ! $checked) ] |
8 abstract_beats_arguments_test: MissingCompileTimeError | 8 abstract_beats_arguments_test: MissingCompileTimeError |
9 abstract_exact_selector_test/01: MissingCompileTimeError | 9 abstract_exact_selector_test/01: MissingCompileTimeError |
10 abstract_factory_constructor_test/00: MissingCompileTimeError | 10 abstract_factory_constructor_test/00: MissingCompileTimeError |
11 abstract_getter_test/01: MissingCompileTimeError | 11 abstract_getter_test/01: MissingCompileTimeError |
12 abstract_syntax_test/00: MissingCompileTimeError | 12 abstract_syntax_test/00: MissingCompileTimeError |
13 assign_top_method_test: MissingCompileTimeError | |
14 assign_static_type_test/01: MissingCompileTimeError | 13 assign_static_type_test/01: MissingCompileTimeError |
15 assign_static_type_test/02: MissingCompileTimeError | 14 assign_static_type_test/02: MissingCompileTimeError |
16 assign_static_type_test/03: MissingCompileTimeError | 15 assign_static_type_test/03: MissingCompileTimeError |
17 assign_static_type_test/04: MissingCompileTimeError | 16 assign_static_type_test/04: MissingCompileTimeError |
18 assign_static_type_test/05: MissingCompileTimeError | 17 assign_static_type_test/05: MissingCompileTimeError |
19 assign_static_type_test/06: MissingCompileTimeError | 18 assign_static_type_test/06: MissingCompileTimeError |
20 assign_to_type_test/01: MissingCompileTimeError | 19 assign_to_type_test/01: MissingCompileTimeError |
21 assign_to_type_test/02: MissingCompileTimeError | 20 assign_to_type_test/02: MissingCompileTimeError |
22 assign_to_type_test/03: MissingCompileTimeError | 21 assign_to_type_test/03: MissingCompileTimeError |
23 assign_to_type_test/04: MissingCompileTimeError | 22 assign_to_type_test/04: MissingCompileTimeError |
| 23 assign_top_method_test: MissingCompileTimeError |
24 async_await_syntax_test/a10a: MissingCompileTimeError | 24 async_await_syntax_test/a10a: MissingCompileTimeError |
25 async_await_syntax_test/b10a: MissingCompileTimeError | 25 async_await_syntax_test/b10a: MissingCompileTimeError |
26 async_await_syntax_test/c10a: MissingCompileTimeError | 26 async_await_syntax_test/c10a: MissingCompileTimeError |
27 async_await_syntax_test/d08b: MissingCompileTimeError | 27 async_await_syntax_test/d08b: MissingCompileTimeError |
28 async_await_syntax_test/d10a: MissingCompileTimeError | 28 async_await_syntax_test/d10a: MissingCompileTimeError |
29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | 29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | 30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | 31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | 32 async_return_types_test/nestedFuture: MissingCompileTimeError |
33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | 33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
34 async_return_types_test/wrongReturnType: MissingCompileTimeError | 34 async_return_types_test/wrongReturnType: MissingCompileTimeError |
35 async_return_types_test/nestedFuture: 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 |
36 | 50 |
37 [ $compiler == dart2analyzer && ! $strong && $checked ] | 51 [ $compiler == dart2analyzer && ! $strong && $checked ] |
38 abstract_beats_arguments_test: MissingCompileTimeError | 52 abstract_beats_arguments_test: MissingCompileTimeError |
39 abstract_exact_selector_test/01: MissingCompileTimeError | 53 abstract_exact_selector_test/01: MissingCompileTimeError |
40 abstract_factory_constructor_test/00: MissingCompileTimeError | 54 abstract_factory_constructor_test/00: MissingCompileTimeError |
41 abstract_getter_test/01: MissingCompileTimeError | 55 abstract_getter_test/01: MissingCompileTimeError |
42 abstract_syntax_test/00: MissingCompileTimeError | 56 abstract_syntax_test/00: MissingCompileTimeError |
43 assign_top_method_test: MissingCompileTimeError | 57 assign_top_method_test: MissingCompileTimeError |
44 assign_static_type_test/01: MissingCompileTimeError | 58 assign_static_type_test/01: MissingCompileTimeError |
45 assign_static_type_test/03: MissingCompileTimeError | 59 assign_static_type_test/03: MissingCompileTimeError |
46 assign_static_type_test/04: MissingCompileTimeError | 60 assign_static_type_test/04: MissingCompileTimeError |
47 assign_static_type_test/05: MissingCompileTimeError | 61 assign_static_type_test/05: MissingCompileTimeError |
48 assign_static_type_test/06: MissingCompileTimeError | 62 assign_static_type_test/06: MissingCompileTimeError |
49 assign_to_type_test/01: MissingCompileTimeError | 63 assign_to_type_test/01: MissingCompileTimeError |
50 assign_to_type_test/02: MissingCompileTimeError | 64 assign_to_type_test/02: MissingCompileTimeError |
51 assign_to_type_test/03: MissingCompileTimeError | 65 assign_to_type_test/03: MissingCompileTimeError |
52 assign_to_type_test/04: MissingCompileTimeError | 66 assign_to_type_test/04: MissingCompileTimeError |
53 async_await_syntax_test/a10a: MissingCompileTimeError | 67 async_await_syntax_test/a10a: MissingCompileTimeError |
54 async_await_syntax_test/b10a: MissingCompileTimeError | 68 async_await_syntax_test/b10a: MissingCompileTimeError |
55 async_await_syntax_test/c10a: MissingCompileTimeError | 69 async_await_syntax_test/c10a: MissingCompileTimeError |
56 async_await_syntax_test/d08b: MissingCompileTimeError | 70 async_await_syntax_test/d08b: MissingCompileTimeError |
57 async_await_syntax_test/d10a: MissingCompileTimeError | 71 async_await_syntax_test/d10a: MissingCompileTimeError |
58 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError | 72 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
59 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError | 73 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
60 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError | 74 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
61 async_return_types_test/wrongTypeParameter: MissingCompileTimeError | 75 async_return_types_test/wrongTypeParameter: MissingCompileTimeError |
62 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError | 76 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
63 async_return_types_test/wrongReturnType: MissingCompileTimeError | 77 async_return_types_test/wrongReturnType: MissingCompileTimeError |
64 async_return_types_test/nestedFuture: 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 ] |
| 95 abstract_beats_arguments_test: MissingCompileTimeError |
| 96 abstract_exact_selector_test/01: MissingCompileTimeError |
| 97 abstract_factory_constructor_test/00: MissingCompileTimeError |
| 98 abstract_getter_test/01: MissingCompileTimeError |
| 99 abstract_syntax_test/00: MissingCompileTimeError |
| 100 assign_static_type_test/01: MissingCompileTimeError |
| 101 assign_static_type_test/02: MissingCompileTimeError |
| 102 assign_static_type_test/03: MissingCompileTimeError |
| 103 assign_static_type_test/04: MissingCompileTimeError |
| 104 assign_static_type_test/05: MissingCompileTimeError |
| 105 assign_static_type_test/06: MissingCompileTimeError |
| 106 assign_to_type_test/01: MissingCompileTimeError |
| 107 assign_to_type_test/02: MissingCompileTimeError |
| 108 assign_to_type_test/03: MissingCompileTimeError |
| 109 assign_to_type_test/04: MissingCompileTimeError |
| 110 assign_top_method_test: MissingCompileTimeError |
| 111 async_await_syntax_test/a10a: MissingCompileTimeError |
| 112 async_await_syntax_test/b10a: MissingCompileTimeError |
| 113 async_await_syntax_test/c10a: MissingCompileTimeError |
| 114 async_await_syntax_test/d08b: MissingCompileTimeError |
| 115 async_await_syntax_test/d10a: MissingCompileTimeError |
| 116 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
| 117 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
| 118 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
| 119 async_return_types_test/nestedFuture: MissingCompileTimeError |
| 120 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
| 121 async_return_types_test/wrongReturnType: MissingCompileTimeError |
| 122 async_return_types_test/wrongTypeParameter: MissingCompileTimeError |
| 123 bad_named_parameters2_test/01: MissingCompileTimeError |
| 124 bad_named_parameters_test/01: MissingCompileTimeError |
| 125 bad_named_parameters_test/02: MissingCompileTimeError |
| 126 bad_named_parameters_test/03: MissingCompileTimeError |
| 127 bad_named_parameters_test/04: MissingCompileTimeError |
| 128 bad_named_parameters_test/05: MissingCompileTimeError |
| 129 bad_override_test/01: MissingCompileTimeError |
| 130 bad_override_test/02: MissingCompileTimeError |
| 131 bad_override_test/06: MissingCompileTimeError |
| 132 bit_operations_test/01: MissingCompileTimeError |
| 133 bit_operations_test/02: MissingCompileTimeError |
| 134 bit_operations_test/03: MissingCompileTimeError |
| 135 bit_operations_test/04: MissingCompileTimeError |
65 | 136 |
66 [ $compiler == dartdevc || $compiler == dart2analyzer ] | 137 [ $compiler == dartdevc || $compiler == dart2analyzer ] |
67 async_return_types_test/nestedFuture: MissingCompileTimeError | 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 |
| 144 [ $compiler == dart2js && $runtime != none ] |
| 145 bit_operations_test: RuntimeError, OK # Issue 1533 |
68 | 146 |
69 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 147 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
70 accessor_conflict_export2_test: Crash # Issue 25626 | 148 accessor_conflict_export2_test: Crash # Issue 25626 |
71 accessor_conflict_export_test: Crash # Issue 25626 | 149 accessor_conflict_export_test: Crash # Issue 25626 |
72 assertion_initializer_const_error2_test/cc01: Crash | 150 assertion_initializer_const_error2_test/cc01: Crash |
73 assertion_initializer_const_error2_test/cc02: Crash | 151 assertion_initializer_const_error2_test/cc02: Crash |
74 assertion_initializer_const_error2_test/cc03: Crash | 152 assertion_initializer_const_error2_test/cc03: Crash |
75 assertion_initializer_const_error2_test/cc04: Crash | 153 assertion_initializer_const_error2_test/cc04: Crash |
76 assertion_initializer_const_error2_test/cc05: Crash | 154 assertion_initializer_const_error2_test/cc05: Crash |
77 assertion_initializer_const_error2_test/cc06: Crash | 155 assertion_initializer_const_error2_test/cc06: Crash |
78 assertion_initializer_const_error2_test/cc07: Crash | 156 assertion_initializer_const_error2_test/cc07: Crash |
79 assertion_initializer_const_error2_test/cc08: Crash | 157 assertion_initializer_const_error2_test/cc08: Crash |
80 assertion_initializer_const_error2_test/cc09: Crash | 158 assertion_initializer_const_error2_test/cc09: Crash |
81 assertion_initializer_const_function_error_test/01: Crash | 159 assertion_initializer_const_function_error_test/01: Crash |
82 assertion_initializer_const_function_test/01: CompileTimeError | 160 assertion_initializer_const_function_test/01: CompileTimeError |
83 assertion_initializer_test: Crash | 161 assertion_initializer_test: Crash |
84 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 162 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 163 bad_typedef_test/00: Crash # Issue 28214 |
85 | 164 |
86 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 165 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
87 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 166 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
88 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 167 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
89 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 168 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
90 accessor_conflict_import_test: RuntimeError # Issue 25626 | 169 accessor_conflict_import_test: RuntimeError # Issue 25626 |
91 | 170 |
92 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] | 171 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] |
93 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 172 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
94 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 173 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
95 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 174 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
96 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 175 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
97 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 176 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
98 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 177 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
99 | 178 |
100 [ ! $strong && $compiler == dart2analyzer ] | 179 [ ! $strong && $compiler == dart2analyzer ] |
101 accessor_conflict_export2_test: StaticWarning # Issue 25626 | 180 accessor_conflict_export2_test: StaticWarning # Issue 25626 |
102 accessor_conflict_export_test: StaticWarning # Issue 25626 | 181 accessor_conflict_export_test: StaticWarning # Issue 25626 |
103 accessor_conflict_import2_test: StaticWarning # Issue 25626 | 182 accessor_conflict_import2_test: StaticWarning # Issue 25626 |
104 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 | 183 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 |
105 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 | 184 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 |
106 accessor_conflict_import_test: StaticWarning # Issue 25626 | 185 accessor_conflict_import_test: StaticWarning # Issue 25626 |
107 | 186 |
108 [ $compiler == dart2analyzer && ! $strong ] | 187 [ $compiler == dart2analyzer && ! $strong ] |
109 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 | 188 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue
#30207 |
110 | 189 |
111 [ $compiler == dart2analyzer && $strong ] | 190 [ $compiler == dart2analyzer && $strong ] |
112 async_return_types_test/nestedFuture: MissingCompileTimeError | 191 async_return_types_test/nestedFuture: MissingCompileTimeError |
113 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
07 | 192 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
07 |
| 193 bit_operations_test/01: MissingStaticWarning # Issue 28823 |
| 194 bit_operations_test/02: MissingStaticWarning # Issue 28823 |
| 195 bit_operations_test/03: MissingStaticWarning # Issue 28823 |
| 196 bit_operations_test/04: MissingStaticWarning # Issue 28823 |
114 | 197 |
115 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] | 198 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] |
116 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 199 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
117 | 200 |
118 [ $compiler == dart2js && $dart2js_with_kernel ] | 201 [ $compiler == dart2js && $dart2js_with_kernel ] |
119 aborting_switch_case_test: Crash | 202 aborting_switch_case_test: Crash |
120 abstract_exact_selector_test/none: Crash | 203 abstract_exact_selector_test/none: Crash |
121 abstract_getter_test/01: Crash | 204 abstract_getter_test/01: Crash |
122 abstract_method_test: Crash | 205 abstract_method_test: Crash |
123 abstract_object_method_test: Crash | 206 abstract_object_method_test: Crash |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 assertion_initializer_const_error_test/01: Crash | 250 assertion_initializer_const_error_test/01: Crash |
168 assertion_initializer_const_function_test/01: Crash | 251 assertion_initializer_const_function_test/01: Crash |
169 assign_top_method_test/01: Crash # Issue 27394 | 252 assign_top_method_test/01: Crash # Issue 27394 |
170 async_await_syntax_test/a04b: Crash # Issue 27394 | 253 async_await_syntax_test/a04b: Crash # Issue 27394 |
171 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | 254 async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
172 async_await_syntax_test/a07b: Crash # Issue 27394 | 255 async_await_syntax_test/a07b: Crash # Issue 27394 |
173 async_await_syntax_test/a08b: Crash # Issue 27394 | 256 async_await_syntax_test/a08b: Crash # Issue 27394 |
174 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | 257 async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
175 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | 258 async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
176 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | 259 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
| 260 black_listed_test/13c: Crash # Issue 27394 |
| 261 black_listed_test/14c: Crash # Issue 27394 |
177 | 262 |
178 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] | 263 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_
ssa && ! $dart2js_with_kernel ] |
179 assertion_initializer_const_function_test/none: RuntimeError | 264 assertion_initializer_const_function_test/none: RuntimeError |
180 | 265 |
181 [ $compiler == dart2js && $runtime == d8 && $checked ] | 266 [ $compiler == dart2js && $runtime == d8 && $checked ] |
182 assertion_test: RuntimeError | 267 assertion_test: RuntimeError |
183 | 268 |
184 [ $compiler == dart2js && $runtime == jsshell && $checked ] | 269 [ $compiler == dart2js && $runtime == jsshell && $checked ] |
185 assertion_test: RuntimeError | 270 assertion_test: RuntimeError |
186 | 271 |
187 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] | 272 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke
d ] |
188 assertion_initializer_const_function_test/01: Crash | 273 assertion_initializer_const_function_test/01: Crash |
189 assign_instance_method_negative_test: Crash | 274 assign_instance_method_negative_test: Crash |
190 async_await_syntax_test/d04a: Crash | 275 async_await_syntax_test/d04a: Crash |
191 async_await_syntax_test/d07a: Crash | 276 async_await_syntax_test/d07a: Crash |
192 async_await_syntax_test/d08a: Crash | 277 async_await_syntax_test/d08a: Crash |
193 async_await_syntax_test/d08b: Crash | 278 async_await_syntax_test/d08b: Crash |
194 async_await_syntax_test/d08c: Crash | 279 async_await_syntax_test/d08c: Crash |
| 280 bad_override_test/04: Crash |
| 281 bailout3_test: Crash |
| 282 bailout5_test: Crash |
| 283 bailout6_test: Crash |
| 284 bailout7_test: Crash |
195 | 285 |
196 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] | 286 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] |
197 assert_assignable_type_test: Crash | 287 assert_assignable_type_test: Crash |
198 assert_with_type_test_or_cast_test: Crash | 288 assert_with_type_test_or_cast_test: Crash |
199 assertion_initializer_const_error_test/none: Crash | 289 assertion_initializer_const_error_test/none: Crash |
200 assertion_initializer_const_function_error_test/none: Crash | 290 assertion_initializer_const_function_error_test/none: Crash |
201 assertion_initializer_const_function_test/01: Crash | 291 assertion_initializer_const_function_test/01: Crash |
202 assertion_initializer_const_function_test/none: Crash | 292 assertion_initializer_const_function_test/none: Crash |
203 assign_instance_method_negative_test: Crash | 293 assign_instance_method_negative_test: Crash |
204 assign_op_test: Crash | 294 assign_op_test: Crash |
(...skipping 11 matching lines...) Expand all Loading... |
216 async_await_syntax_test/b11b: Crash | 306 async_await_syntax_test/b11b: Crash |
217 async_await_syntax_test/b13a: Crash | 307 async_await_syntax_test/b13a: Crash |
218 async_await_syntax_test/b13c: Crash | 308 async_await_syntax_test/b13c: Crash |
219 async_await_syntax_test/b14a: Crash | 309 async_await_syntax_test/b14a: Crash |
220 async_await_syntax_test/b14c: Crash | 310 async_await_syntax_test/b14c: Crash |
221 async_await_syntax_test/d04a: Crash | 311 async_await_syntax_test/d04a: Crash |
222 async_await_syntax_test/d07a: Crash | 312 async_await_syntax_test/d07a: Crash |
223 async_await_syntax_test/d08a: Crash | 313 async_await_syntax_test/d08a: Crash |
224 async_await_syntax_test/d08b: Crash | 314 async_await_syntax_test/d08b: Crash |
225 async_await_syntax_test/d08c: Crash | 315 async_await_syntax_test/d08c: Crash |
| 316 bad_constructor_test/05: Crash |
| 317 bad_constructor_test/none: Crash |
| 318 bad_override_test/01: Crash |
| 319 bad_override_test/02: Crash |
| 320 bad_override_test/03: Crash |
| 321 bad_override_test/04: Crash |
| 322 bad_override_test/05: Crash |
| 323 bad_override_test/06: Crash |
| 324 bad_override_test/none: Crash |
| 325 bad_typedef_test/none: Crash |
| 326 bailout2_test: Crash |
| 327 bailout3_test: Crash |
| 328 bailout5_test: Crash |
| 329 bailout6_test: Crash |
| 330 bailout7_test: Crash |
| 331 bailout_container_type_test: Crash |
| 332 bit_shift_test: Crash |
226 | 333 |
227 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler !
= none && $compiler != dartk && $compiler != dartkp )] | 334 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler !
= none && $compiler != dartk && $compiler != dartkp )] |
228 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. | 335 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. |
229 | 336 |
230 [ $compiler == dart2analyzer && $runtime == none ] | 337 [ $compiler == dart2analyzer && $runtime == none ] |
231 assertion_initializer_const_error2_test/none: CompileTimeError | 338 assertion_initializer_const_error2_test/none: CompileTimeError |
232 assertion_initializer_const_function_test/01: CompileTimeError | 339 assertion_initializer_const_function_test/01: CompileTimeError |
233 assertion_initializer_test: CompileTimeError | 340 assertion_initializer_test: CompileTimeError |
234 | 341 |
235 # dartdevc doesn't support assertions in initializers. | 342 # dartdevc doesn't support assertions in initializers. |
236 [ $compiler == dartdevc ] | 343 [ $compiler == dartdevc ] |
237 assertion_initializer_test: CompileTimeError | 344 assertion_initializer_test: CompileTimeError |
238 assertion_initializer_const_error2_test/none: CompileTimeError | 345 assertion_initializer_const_error2_test/none: CompileTimeError |
239 assertion_initializer_const_function_test/01: CompileTimeError | 346 assertion_initializer_const_function_test/01: CompileTimeError |
240 | 347 |
241 [ $compiler == dartdevc && $runtime != none ] | 348 [ $compiler == dartdevc && $runtime != none ] |
242 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen. | 349 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen. |
| 350 bit_operations_test/01: RuntimeError # No bigints on web. |
| 351 bit_operations_test/02: RuntimeError # No bigints on web. |
| 352 bit_operations_test/03: RuntimeError # No bigints on web. |
| 353 bit_operations_test/04: RuntimeError # No bigints on web. |
| 354 bit_operations_test/none: RuntimeError # No bigints on web. |
243 | 355 |
244 [ $compiler == dartk && $runtime == vm ] | 356 [ $compiler == dartk && $runtime == vm ] |
245 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError | 357 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError |
246 | 358 |
247 [ $mode == product ] | 359 [ $mode == product ] |
248 assertion_test: SkipByDesign # Requires checked mode. | 360 assertion_test: SkipByDesign # Requires checked mode. |
249 | 361 |
250 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] | 362 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] |
251 assertion_initializer_const_error2_test/cc01: Pass, OK | 363 assertion_initializer_const_error2_test/cc01: Pass, OK |
252 assertion_initializer_const_error2_test/cc02: CompileTimeError | 364 assertion_initializer_const_error2_test/cc02: CompileTimeError |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 async_star_cancel_and_throw_in_finally_test: Crash | 516 async_star_cancel_and_throw_in_finally_test: Crash |
405 async_star_cancel_while_paused_test: Crash | 517 async_star_cancel_while_paused_test: Crash |
406 async_star_no_cancel2_test: Crash | 518 async_star_no_cancel2_test: Crash |
407 async_star_no_cancel_test: Crash | 519 async_star_no_cancel_test: Crash |
408 async_star_pause_test: Crash | 520 async_star_pause_test: Crash |
409 async_star_regression_2238_test: Crash | 521 async_star_regression_2238_test: Crash |
410 async_star_regression_23116_test: Crash | 522 async_star_regression_23116_test: Crash |
411 async_star_regression_fisk_test: Crash | 523 async_star_regression_fisk_test: Crash |
412 async_star_stream_take_test: Crash | 524 async_star_stream_take_test: Crash |
413 async_star_take_reyield_test: Crash | 525 async_star_take_reyield_test: Crash |
| 526 bad_named_parameters2_test/01: Crash |
| 527 bad_named_parameters2_test/none: Crash |
| 528 bad_named_parameters_test/01: Crash |
| 529 bad_named_parameters_test/02: Crash |
| 530 bad_named_parameters_test/03: Crash |
| 531 bad_named_parameters_test/04: Crash |
| 532 bad_named_parameters_test/05: Crash |
| 533 bad_named_parameters_test/none: Crash |
| 534 bad_override_test/03: MissingCompileTimeError |
| 535 bad_override_test/04: MissingCompileTimeError |
| 536 bad_override_test/05: MissingCompileTimeError |
| 537 bailout4_test: Crash |
| 538 bailout_test: Crash |
| 539 bind_test: Crash |
| 540 bit_operations_test/01: Crash |
| 541 bit_operations_test/02: Crash |
| 542 bit_operations_test/03: Crash |
| 543 bit_operations_test/04: Crash |
| 544 bit_operations_test/none: Crash |
| 545 black_listed_test/none: Crash |
414 | 546 |
415 [ $compiler == dart2js && $runtime != none && $checked ] | 547 [ $compiler == dart2js && $runtime != none && $checked ] |
416 assert_with_message_test: RuntimeError | 548 assert_with_message_test: RuntimeError |
417 | 549 |
418 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 550 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
419 async_return_types_test/nestedFuture: Fail | 551 async_return_types_test/nestedFuture: Fail |
420 async_return_types_test/wrongTypeParameter: Fail | 552 async_return_types_test/wrongTypeParameter: Fail |
421 | 553 |
422 # These test entries will be valid for vm (with and without kernel). | 554 # These test entries will be valid for vm (with and without kernel). |
423 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | 555 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
424 async_star_cancel_while_paused_test: RuntimeError | 556 async_star_cancel_while_paused_test: RuntimeError |
425 # This is OK for now, but we may want to change the semantics to match the test. | 557 # This is OK for now, but we may want to change the semantics to match the test. |
426 async_star_pause_test: Fail, OK | 558 async_star_pause_test: Fail, OK |
427 | 559 |
428 [ $compiler == dartk && $runtime == vm ] | 560 [ $compiler == dartk && $runtime == vm ] |
429 async_star_cancel_while_paused_test: RuntimeError | 561 async_star_cancel_while_paused_test: RuntimeError |
430 | 562 |
431 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 563 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
432 async_star_regression_2238_test: CompileTimeError, RuntimeError | 564 async_star_regression_2238_test: CompileTimeError, RuntimeError |
433 | 565 |
434 # flutter uses --error_on_bad_type, --error_on_bad_override | 566 # flutter uses --error_on_bad_type, --error_on_bad_override |
435 # and --await_is_keyword so # the following tests fail with | 567 # and --await_is_keyword so # the following tests fail with |
436 # a Compilation Error | 568 # a Compilation Error |
437 [ $runtime == flutter ] | 569 [ $runtime == flutter ] |
438 async_await_test: CompileTimeError | 570 async_await_test: CompileTimeError |
439 async_await_syntax_test/a05c: CompileTimeError | 571 async_await_syntax_test/a05c: CompileTimeError |
440 async_await_syntax_test/a05e: CompileTimeError | 572 async_await_syntax_test/a05e: CompileTimeError |
441 async_await_syntax_test/d08c: CompileTimeError | 573 async_await_syntax_test/d08c: CompileTimeError |
| 574 bad_override_test/06: CompileTimeError |
442 | 575 |
443 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] | 576 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
444 abstract_method_test: Crash | 577 abstract_method_test: Crash |
445 abstract_object_method_test: Crash | 578 abstract_object_method_test: Crash |
446 abstract_runtime_error_test/01: Crash | 579 abstract_runtime_error_test/01: Crash |
447 abstract_runtime_error_test/02: Crash | 580 abstract_runtime_error_test/02: Crash |
448 arg_param_trailing_comma_test/none: Crash | 581 arg_param_trailing_comma_test/none: Crash |
449 arithmetic_test: Crash | 582 arithmetic_test: Crash |
450 assert_message_test: Crash | 583 assert_message_test: Crash |
451 assert_trailing_comma_test/none: CompileTimeError | 584 assert_trailing_comma_test/none: CompileTimeError |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 async_await_syntax_test/d10a: Crash | 651 async_await_syntax_test/d10a: Crash |
519 async_return_types_test/tooManyTypeParameters: CompileTimeError | 652 async_return_types_test/tooManyTypeParameters: CompileTimeError |
520 | 653 |
521 # Look like bugs. | 654 # Look like bugs. |
522 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 | 655 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 |
523 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 | 656 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
524 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 | 657 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
525 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 | 658 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
526 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 | 659 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
527 async_star_no_cancel_test: Skip # Flutter Issue 9110 | 660 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
| 661 |
| 662 [ $compiler == dart2analyzer ] |
| 663 bad_initializer2_negative_test: fail # Issue 14880 |
| 664 black_listed_test/none: fail # Issue 14228 |
| 665 bad_initializer1_negative_test: CompileTimeError # Issue 14529 |
| 666 bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
| 667 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
| 668 |
| 669 [ $strong ] |
| 670 bad_constructor_test: Skip |
| 671 bad_initializer1_negative_test: Skip |
| 672 bad_initializer2_negative_test: Skip |
| 673 bad_named_constructor_negative_test: Skip |
| 674 bad_named_parameters2_test: Skip |
| 675 bad_named_parameters_test: Skip |
| 676 bad_override_test: Skip |
| 677 black_listed_test: Skip |
| 678 body_less_constructor_wrong_arg_negative_test: Skip |
OLD | NEW |