Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: tests/language_2/language_2.status

Issue 2990773002: Migrate language/arithmetic2_test ... language/async_await_syntax_test. (Closed)
Patch Set: Update migrated tests and statuses to Dart 2.0. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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) ] 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong) ]
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
15 assign_static_type_test/02: MissingCompileTimeError
16 assign_static_type_test/03: MissingCompileTimeError
17 assign_static_type_test/04: MissingCompileTimeError
18 assign_static_type_test/05: MissingCompileTimeError
19 assign_static_type_test/06: MissingCompileTimeError
20 assign_to_type_test/01: MissingCompileTimeError
21 assign_to_type_test/02: MissingCompileTimeError
22 assign_to_type_test/03: MissingCompileTimeError
23 assign_to_type_test/04: 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
13 29
14 [ $compiler == dart2js && ! $dart2js_with_kernel ] 30 [ $compiler == dart2js && ! $dart2js_with_kernel ]
15 accessor_conflict_export2_test: Crash # Issue 25626 31 accessor_conflict_export2_test: Crash # Issue 25626
16 accessor_conflict_export_test: Crash # Issue 25626 32 accessor_conflict_export_test: Crash # Issue 25626
33 assertion_initializer_const_error2_test/cc01: Crash
34 assertion_initializer_const_error2_test/cc02: Crash
35 assertion_initializer_const_error2_test/cc03: Crash
36 assertion_initializer_const_error2_test/cc04: Crash
37 assertion_initializer_const_error2_test/cc05: Crash
38 assertion_initializer_const_error2_test/cc06: Crash
39 assertion_initializer_const_error2_test/cc07: Crash
40 assertion_initializer_const_error2_test/cc08: Crash
41 assertion_initializer_const_error2_test/cc09: Crash
42 assertion_initializer_const_function_error_test/01: Crash
43 assertion_initializer_const_function_test/01: CompileTimeError
44 assertion_initializer_test: Crash
45 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
17 46
18 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 47 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
19 accessor_conflict_import2_test: RuntimeError # Issue 25626 48 accessor_conflict_import2_test: RuntimeError # Issue 25626
20 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 49 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
21 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 50 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
22 accessor_conflict_import_test: RuntimeError # Issue 25626 51 accessor_conflict_import_test: RuntimeError # Issue 25626
23 52
24 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] 53 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ]
25 accessor_conflict_export2_test: CompileTimeError # Issue 25626 54 accessor_conflict_export2_test: CompileTimeError # Issue 25626
26 accessor_conflict_export_test: CompileTimeError # Issue 25626 55 accessor_conflict_export_test: CompileTimeError # Issue 25626
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 adjacent_string_literals_test: Crash 104 adjacent_string_literals_test: Crash
76 allocate_large_object_test: Crash 105 allocate_large_object_test: Crash
77 allocate_test: Crash 106 allocate_test: Crash
78 allocation_sinking_inlining_test: Crash 107 allocation_sinking_inlining_test: Crash
79 and_operation_on_non_integer_operand_test: Crash 108 and_operation_on_non_integer_operand_test: Crash
80 arithmetic_canonicalization_test: Crash 109 arithmetic_canonicalization_test: Crash
81 arithmetic_smi_overflow_test: Crash 110 arithmetic_smi_overflow_test: Crash
82 111
83 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] 112 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
84 *: Skip # Issue 29626 113 *: Skip # Issue 29626
114
115 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
116 assertion_test: RuntimeError # Issue 12748
117
118 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
119 abstract_beats_arguments_test: RuntimeError # Issue 27394
120 abstract_runtime_error_test/01: RuntimeError # Issue 27394
121 abstract_runtime_error_test/02: RuntimeError # Issue 27394
122 arithmetic_canonicalization_test: RuntimeError # Issue 27394
123 assertion_initializer_const_error_test/01: Crash
124 assertion_initializer_const_function_test/01: Crash
125 assign_top_method_test/01: Crash # Issue 27394
126 async_await_syntax_test/a04b: Crash # Issue 27394
127 async_await_syntax_test/a06a: RuntimeError # Issue 27394
128 async_await_syntax_test/a07b: Crash # Issue 27394
129 async_await_syntax_test/a08b: Crash # Issue 27394
130 async_await_syntax_test/b06a: RuntimeError # Issue 27394
131 async_await_syntax_test/c06a: RuntimeError # Issue 27394
132 async_await_syntax_test/d06a: RuntimeError # Issue 27394
133
134 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
135 assertion_initializer_const_function_test/none: RuntimeError
136
137 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ]
138 assertion_initializer_const_function_test/01: Crash
139 assign_instance_method_negative_test: Crash
140 async_await_syntax_test/d04a: Crash
141 async_await_syntax_test/d07a: Crash
142 async_await_syntax_test/d08a: Crash
143 async_await_syntax_test/d08b: Crash
144 async_await_syntax_test/d08c: Crash
145
146 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
147 assert_assignable_type_test: Crash
148 assert_with_type_test_or_cast_test: Crash
149 assertion_initializer_const_error_test/none: Crash
150 assertion_initializer_const_function_error_test/none: Crash
151 assertion_initializer_const_function_test/01: Crash
152 assertion_initializer_const_function_test/none: Crash
153 assign_instance_method_negative_test: Crash
154 assign_op_test: Crash
155 assign_static_type_test/03: Crash
156 assign_static_type_test/04: Crash
157 assignable_expression_test/none: Crash
158 async_await_syntax_test/a04a: Crash
159 async_await_syntax_test/a04c: Crash
160 async_await_syntax_test/a07a: Crash
161 async_await_syntax_test/a08a: Crash
162 async_await_syntax_test/a11b: Crash
163 async_await_syntax_test/b04a: Crash
164 async_await_syntax_test/b07a: Crash
165 async_await_syntax_test/b08a: Crash
166 async_await_syntax_test/b11b: Crash
167 async_await_syntax_test/b13a: Crash
168 async_await_syntax_test/b13c: Crash
169 async_await_syntax_test/b14a: Crash
170 async_await_syntax_test/b14c: Crash
171 async_await_syntax_test/d04a: Crash
172 async_await_syntax_test/d07a: Crash
173 async_await_syntax_test/d08a: Crash
174 async_await_syntax_test/d08b: Crash
175 async_await_syntax_test/d08c: Crash
176
177 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
178 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
179
180 [ $compiler == dart2analyzer && $runtime == none ]
181 assertion_initializer_const_error2_test/none: CompileTimeError
182 assertion_initializer_const_function_test/01: CompileTimeError
183 assertion_initializer_test: CompileTimeError
184
185 # dartdevc doesn't support assertions in initializers.
186 [ $compiler == dartdevc ]
187 assertion_initializer_test: CompileTimeError
188 assertion_initializer_const_error2_test/none: CompileTimeError
189 assertion_initializer_const_function_test/01: CompileTimeError
190
191 [ $compiler == dartdevc && $runtime != none ]
192 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen.
193
194 [ $compiler == dartk && $runtime == vm ]
195 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
196 assertion_test: RuntimeError
197
198 [ $mode == product ]
199 assertion_test: SkipByDesign # Requires checked mode.
200
201 [$compiler == precompiler && $runtime == dart_precompiled && !$checked]
202 assertion_initializer_const_error2_test/cc01: Pass, OK
203 assertion_initializer_const_error2_test/cc02: CompileTimeError
204 assertion_initializer_const_error2_test/cc03: Pass, OK
205 assertion_initializer_const_error2_test/cc04: Pass, OK
206 assertion_initializer_const_error2_test/cc05: Pass, OK
207 assertion_initializer_const_error2_test/cc06: Pass, OK
208 assertion_initializer_const_error2_test/cc07: Pass, OK
209 assertion_initializer_const_error2_test/cc08: Pass, OK
210 assertion_initializer_const_error2_test/cc09: Pass, OK
211 assertion_initializer_const_error2_test/cc10: Pass, OK
212 assertion_initializer_const_error2_test/cc11: Pass, OK
213 assertion_initializer_const_error2_test/none: CompileTimeError
214
215 [$compiler == precompiler && $runtime == dart_precompiled && $checked]
216 assertion_initializer_const_error2_test/cc01: Pass
217 assertion_initializer_const_error2_test/cc03: Pass
218 assertion_initializer_const_error2_test/cc04: Pass
219 assertion_initializer_const_error2_test/cc05: Pass
220 assertion_initializer_const_error2_test/cc06: Pass
221 assertion_initializer_const_error2_test/cc07: Pass
222 assertion_initializer_const_error2_test/cc08: Pass
223 assertion_initializer_const_error2_test/cc09: Pass
224 assertion_initializer_const_error2_test/cc10: Pass
225 assertion_initializer_const_error2_test/cc11: Pass
226 assertion_initializer_const_error2_test/none: CompileTimeError
227
228 [$compiler == none && $runtime == vm && !$checked]
229 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
230 assertion_initializer_const_error_test/01: MissingCompileTimeError
231 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
232
233 [$compiler == none && $runtime == drt && !$checked]
234 assertion_initializer_const_error2_test/cc02: Fail
235 assertion_initializer_const_error_test/01: Fail
236 assertion_initializer_const_function_error_test/01: Fail
237
238 [$compiler == app_jit && $runtime == vm && !$checked]
239 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
240 assertion_initializer_const_error_test/01: MissingCompileTimeError
241 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
242
243 [ $compiler == precompiler && $runtime == dart_precompiled ]
244 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
245 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
246 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
247 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
248 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
249 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
250 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
251 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
252 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
253 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
254 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
255
256 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
257 assertion_initializer_const_error_test/01: MissingCompileTimeError
258 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
259
260 [$compiler == dartk && $runtime == vm]
261 assertion_initializer_const_error2_test/none: CompileTimeError
262 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
263 assertion_initializer_test: CompileTimeError
264
265 [$compiler == dartk && $runtime == vm && !$checked]
266 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
267
268 [$compiler == dartk && $runtime == vm && $checked]
269 assertion_initializer_const_function_test/01: RuntimeError
270
271 [$compiler == dartkp && $runtime == dart_precompiled]
272 assertion_initializer_const_error2_test/none: CompileTimeError
273
274 [$compiler == dartkp && $runtime == dart_precompiled && !$checked]
275 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
276 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
277 assertion_initializer_test: CompileTimeError
278
279 [$compiler == dartkp && $runtime == dart_precompiled && $checked]
280 assertion_initializer_const_error2_test/cc02: Crash
281 assertion_initializer_const_error_test/none: Crash
282 assertion_initializer_const_function_error_test/01: Crash
283 assertion_initializer_const_function_error_test/none: Crash
284 assertion_initializer_const_function_test/01: Crash
285 assertion_initializer_const_function_test/none: Crash
286 assertion_initializer_test: CompileTimeError
287
288 [ $compiler == dartk || $compiler == dartkp ]
289 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
290
291 # dartk: checked mode failures
292 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
293 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation.
294 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation.
295 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation.
296 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation.
297 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation.
298 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation.
299 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation.
300 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva luation.
301 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva luation.
302 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva luation.
303 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva luation.
304 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva luation.
305 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva luation.
306 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva luation.
307 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva luation.
308 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva luation.
309 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
310 assign_static_type_test/02: MissingCompileTimeError
311
312 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
313 # The VM doesn't enforce that potentially const expressions are actually
314 # const expressions when the constructor is called with `const`.
315 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
316
317 # flutter uses --error_on_bad_type, --error_on_bad_override
318 # and --await_is_keyword so # the following tests fail with
319 # a Compilation Error
320 [ $runtime == flutter ]
321 async_await_test: CompileTimeError
322 async_await_syntax_test/a05c: CompileTimeError
323 async_await_syntax_test/a05e: CompileTimeError
324 async_await_syntax_test/d08c: CompileTimeError
325
326 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
327 abstract_method_test: Crash
328 abstract_object_method_test: Crash
329 abstract_runtime_error_test/01: Crash
330 abstract_runtime_error_test/02: Crash
331 arg_param_trailing_comma_test/none: Crash
332 arithmetic_test: Crash
333 assert_message_test: Crash
334 assert_trailing_comma_test/none: CompileTimeError
335 assertion_initializer_const_error2_test/cc02: Crash
336 assertion_initializer_const_error2_test/none: CompileTimeError
337 assertion_initializer_const_function_error_test/01: Crash
338 assertion_initializer_test: CompileTimeError
339 assertion_test: Crash
340 assign_to_type_test/01: Crash
341 assign_to_type_test/02: Crash
342 assign_to_type_test/03: Crash
343 assign_to_type_test/04: Crash
344 assign_top_method_test/01: Crash
345 async_and_or_test: Crash
346 async_await_catch_regression_test: Crash
347 async_await_syntax_test/a01a: Crash
348 async_await_syntax_test/a02a: Crash
349 async_await_syntax_test/a03a: Crash
350 async_await_syntax_test/a03b: Crash
351 async_await_syntax_test/a04a: RuntimeError
352 async_await_syntax_test/a04c: RuntimeError
353 async_await_syntax_test/a05a: Crash
354 async_await_syntax_test/a05b: Crash
355 async_await_syntax_test/a05c: Crash
356 async_await_syntax_test/a05e: Crash
357 async_await_syntax_test/a06a: Crash
358 async_await_syntax_test/a07a: RuntimeError
359 async_await_syntax_test/a08a: RuntimeError
360 async_await_syntax_test/a09a: Crash
361 async_await_syntax_test/a10a: Crash
362 async_await_syntax_test/a11b: RuntimeError
363 async_await_syntax_test/a11c: Crash
364 async_await_syntax_test/a11d: Crash
365 async_await_syntax_test/a12g: Crash
366 async_await_syntax_test/b01a: Crash
367 async_await_syntax_test/b02a: Crash
368 async_await_syntax_test/b03a: Crash
369 async_await_syntax_test/b04a: RuntimeError
370 async_await_syntax_test/b05a: Crash
371 async_await_syntax_test/b06a: Crash
372 async_await_syntax_test/b07a: RuntimeError
373 async_await_syntax_test/b08a: RuntimeError
374 async_await_syntax_test/b09a: Crash
375 async_await_syntax_test/b10a: Crash
376 async_await_syntax_test/b11b: RuntimeError
377 async_await_syntax_test/b11c: Crash
378 async_await_syntax_test/b11d: Crash
379 async_await_syntax_test/b12g: Crash
380 async_await_syntax_test/c01a: Crash
381 async_await_syntax_test/c02a: Crash
382 async_await_syntax_test/c03a: Crash
383 async_await_syntax_test/c04a: Crash
384 async_await_syntax_test/c05a: Crash
385 async_await_syntax_test/c06a: Crash
386 async_await_syntax_test/c07a: Crash
387 async_await_syntax_test/c08a: Crash
388 async_await_syntax_test/c09a: Crash
389 async_await_syntax_test/c10a: Crash
390 async_await_syntax_test/d01a: Crash
391 async_await_syntax_test/d02a: Crash
392 async_await_syntax_test/d03a: Crash
393 async_await_syntax_test/d04a: RuntimeError
394 async_await_syntax_test/d05a: Crash
395 async_await_syntax_test/d06a: Crash
396 async_await_syntax_test/d07a: RuntimeError
397 async_await_syntax_test/d08a: RuntimeError
398 async_await_syntax_test/d08b: RuntimeError
399 async_await_syntax_test/d08c: RuntimeError
400 async_await_syntax_test/d09a: Crash
401 async_await_syntax_test/d10a: Crash
OLDNEW
« no previous file with comments | « tests/language_2/async_await_syntax_test.dart ('k') | tests/language_strong/arithmetic2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698