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

Side by Side Diff: tests/language/language_dart2js.status

Issue 839323003: Implementation of async-await transformation on js ast. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 5 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « tests/language/language.status ('k') | tests/language/sync_generator2_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ]
6 sync_generator1_test: RuntimeError # Issue 22323
7 syncstar_yield_test/copyParameters: RuntimeError # Issue 22322
8 async_await_syntax_test/a03b: CompileTimeError # Issue 22234
9 async_await_syntax_test/a04c: CompileTimeError # Issue 22234
10 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
11 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
12 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
13 sync_generator2_test/20: MissingCompileTimeError # Issue 22324
14 sync_generator2_test/30: MissingCompileTimeError # Issue 22324
15 sync_generator2_test/51: MissingCompileTimeError # Issue 22324
16 sync_generator2_test/52: MissingCompileTimeError # Issue 22324
17
5 [ $compiler == dart2js && $csp && $browser ] 18 [ $compiler == dart2js && $csp && $browser ]
6 deferred_mixin_test: RuntimeError # Issue 21863 19 deferred_mixin_test: RuntimeError # Issue 21863
7 20
8 [ $compiler == dart2js ]
9 async_control_structures_test: CompileTimeError # Issue 21411
10 async_test/none: CompileTimeError # Issue 21411
11 await_backwards_compatibility_test/none: CompileTimeError # Issue 21411
12 await_exceptions_test: CompileTimeError # Issue 21411
13 await_for_test: CompileTimeError # Issue 21411
14 await_future_test: CompileTimeError # Issue 21411
15 await_nonfuture_test: CompileTimeError # Issue 21411
16 await_regression_test: CompileTimeError # Issue 21411
17 await_test: CompileTimeError # Issue 21411
18 sync_generator1_test: Fail # Issue 21411
19 sync_generator2_test/none: Fail # Issue 21411
20 async_await_syntax_test/a01a: CompileTimeError # Issue 21411
21 async_await_syntax_test/a02a: CompileTimeError # Issue 21411
22 async_await_syntax_test/a03a: CompileTimeError # Issue 21411
23 async_await_syntax_test/a04a: CompileTimeError # Issue 21411
24 async_await_syntax_test/a05a: CompileTimeError # Issue 21411
25 async_await_syntax_test/a05b: CompileTimeError # Issue 21411
26 async_await_syntax_test/a06a: CompileTimeError # Issue 21411
27 async_await_syntax_test/a07a: CompileTimeError # Issue 21411
28 async_await_syntax_test/a08a: CompileTimeError # Issue 21411
29 async_await_syntax_test/a09a: CompileTimeError # Issue 21411
30 async_await_syntax_test/a10a: CompileTimeError # Issue 21411
31 async_await_syntax_test/a11b: CompileTimeError # Issue 21411
32 async_await_syntax_test/a11c: CompileTimeError # Issue 21411
33 async_await_syntax_test/a11d: CompileTimeError # Issue 21411
34 async_await_syntax_test/b01a: CompileTimeError # Issue 21411
35 async_await_syntax_test/b02a: CompileTimeError # Issue 21411
36 async_await_syntax_test/b03a: CompileTimeError # Issue 21411
37 async_await_syntax_test/b04a: CompileTimeError # Issue 21411
38 async_await_syntax_test/b05a: CompileTimeError # Issue 21411
39 async_await_syntax_test/b06a: CompileTimeError # Issue 21411
40 async_await_syntax_test/b07a: CompileTimeError # Issue 21411
41 async_await_syntax_test/b08a: CompileTimeError # Issue 21411
42 async_await_syntax_test/b09a: CompileTimeError # Issue 21411
43 async_await_syntax_test/b10a: CompileTimeError # Issue 21411
44 async_await_syntax_test/b11b: CompileTimeError # Issue 21411
45 async_await_syntax_test/b11c: CompileTimeError # Issue 21411
46 async_await_syntax_test/b11d: CompileTimeError # Issue 21411
47 async_await_syntax_test/c01a: CompileTimeError # Issue 21411
48 async_await_syntax_test/c02a: CompileTimeError # Issue 21411
49 async_await_syntax_test/c03a: CompileTimeError # Issue 21411
50 async_await_syntax_test/c04a: CompileTimeError # Issue 21411
51 async_await_syntax_test/c05a: CompileTimeError # Issue 21411
52 async_await_syntax_test/c06a: CompileTimeError # Issue 21411
53 async_await_syntax_test/c07a: CompileTimeError # Issue 21411
54 async_await_syntax_test/c08a: CompileTimeError # Issue 21411
55 async_await_syntax_test/c09a: CompileTimeError # Issue 21411
56 async_await_syntax_test/c10a: CompileTimeError # Issue 21411
57 async_await_syntax_test/d01a: CompileTimeError # Issue 21411
58 async_await_syntax_test/d02a: CompileTimeError # Issue 21411
59 async_await_syntax_test/d03a: CompileTimeError # Issue 21411
60 async_await_syntax_test/d04a: CompileTimeError # Issue 21411
61 async_await_syntax_test/d05a: CompileTimeError # Issue 21411
62 async_await_syntax_test/d06a: CompileTimeError # Issue 21411
63 async_await_syntax_test/d07a: CompileTimeError # Issue 21411
64 async_await_syntax_test/d08a: CompileTimeError # Issue 21411
65 async_await_syntax_test/d08b: CompileTimeError # Issue 21411
66 async_await_syntax_test/d09a: CompileTimeError # Issue 21411
67 async_await_syntax_test/d10a: CompileTimeError # Issue 21411
68 async_await_syntax_test/a04c: CompileTimeError # Issue 22259
69 async_await_syntax_test/a03b: CompileTimeError # Issue 22259
70
71
72 [ $compiler == dart2js && $unchecked ]
73 async_test/type-mismatch1: CompileTimeError # Issue 21411
74 async_test/type-mismatch2: CompileTimeError # Issue 21411
75 async_test/type-mismatch3: CompileTimeError # Issue 21411
76 async_test/type-mismatch4: CompileTimeError # Issue 21411
77
78 [ $compiler == dart2js || $compiler == dart2dart ] 21 [ $compiler == dart2js || $compiler == dart2dart ]
79 symbol_literal_test/*: Fail # Issue 21825 22 symbol_literal_test/*: Fail # Issue 21825
80 constructor_duplicate_final_test/01: Fail # Issue 13363 23 constructor_duplicate_final_test/01: Fail # Issue 13363
81 constructor_duplicate_final_test/02: Fail # Issue 13363 24 constructor_duplicate_final_test/02: Fail # Issue 13363
82 override_inheritance_mixed_test/08: Fail # Issue 18124 25 override_inheritance_mixed_test/08: Fail # Issue 18124
83 override_inheritance_mixed_test/09: Fail # Issue 18124 26 override_inheritance_mixed_test/09: Fail # Issue 18124
84 bad_constructor_test/05: CompileTimeError # Issue 13669 27 bad_constructor_test/05: CompileTimeError # Issue 13669
85 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 28 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
86 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 29 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
87 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 30 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 210
268 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 211 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
269 # This test happens not to fail in minified, because the type-argument is 212 # This test happens not to fail in minified, because the type-argument is
270 # renamed, but the unresolved reference to it is not. 213 # renamed, but the unresolved reference to it is not.
271 type_variable_conflict2_test/04: Fail # Issue 19725 214 type_variable_conflict2_test/04: Fail # Issue 19725
272 215
273 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 216 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
274 type_variable_conflict2_test/01: RuntimeError # Issue 16180 217 type_variable_conflict2_test/01: RuntimeError # Issue 16180
275 218
276 [ $compiler == dart2dart ] 219 [ $compiler == dart2dart ]
277 async_await_syntax_test/a04c: Fail
278 async_await_syntax_test/a03b: Fail
279 sync_generator2_test/07: Fail
280 sync_generator2_test/08: Fail
281 sync_generator2_test/10: Fail
282 sync_generator2_test/20: Fail
283 sync_generator2_test/30: Fail
284 sync_generator2_test/51: Fail
285 sync_generator2_test/52: Fail
286 220
287 regress_13494_test: Fail # Issue 13494 221 regress_13494_test: Fail # Issue 13494
288 222
289 enum_duplicate_test/01: CompileTimeError # Issue 22169 223 enum_duplicate_test/01: CompileTimeError # Issue 22169
290 224
291 built_in_identifier_prefix_test: Fail # Issue 6972 225 built_in_identifier_prefix_test: Fail # Issue 6972
292 constructor_initializer_test/none: Fail # Issue 12633 226 constructor_initializer_test/none: Fail # Issue 12633
293 227
294 # Mixins fail on the VM. 228 # Mixins fail on the VM.
295 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 229 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 264
331 external_test/21: MissingCompileTimeError # Issue 12888 265 external_test/21: MissingCompileTimeError # Issue 12888
332 external_test/24: MissingCompileTimeError # Issue 12888 266 external_test/24: MissingCompileTimeError # Issue 12888
333 267
334 function_propagation_test: RuntimeError # Issue 21673 268 function_propagation_test: RuntimeError # Issue 21673
335 function_subtype_call0_test: RuntimeError # Issue 21673 269 function_subtype_call0_test: RuntimeError # Issue 21673
336 function_subtype_call1_test: RuntimeError # Issue 21673 270 function_subtype_call1_test: RuntimeError # Issue 21673
337 function_subtype_call2_test: RuntimeError # Issue 21673 271 function_subtype_call2_test: RuntimeError # Issue 21673
338 272
339 [ $compiler == dart2dart && $minified ] 273 [ $compiler == dart2dart && $minified ]
340 sync_generator1_test: Fail
341 sync_generator2_test/none: Fail
342 cyclic_type_test/0*: Fail # Issue 12605. 274 cyclic_type_test/0*: Fail # Issue 12605.
343 cyclic_type2_test: Fail # Issue 12605. 275 cyclic_type2_test: Fail # Issue 12605.
344 super_getter_setter_test: Fail # Issue 11065. 276 super_getter_setter_test: Fail # Issue 11065.
345 f_bounded_quantification4_test: Fail # Issue 12605. 277 f_bounded_quantification4_test: Fail # Issue 12605.
346 f_bounded_quantification5_test: Fail # Issue 12605. 278 f_bounded_quantification5_test: Fail # Issue 12605.
347 type_variable_typedef_test: Fail # Issue 11467 279 type_variable_typedef_test: Fail # Issue 11467
348 280
349 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 281 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
350 super_call4_test: Fail, OK # hardcoded names. 282 super_call4_test: Fail, OK # hardcoded names.
351 283
352 [ $minified ] 284 [ $minified ]
353 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 285 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
354 regress_21795_test: RuntimeError # Issue 12605 286 regress_21795_test: RuntimeError # Issue 12605
355 287
356 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 288 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
357 *deferred*: Skip # Issue 17458 289 *deferred*: Skip # Issue 17458
358 cha_deopt*: Skip # Issue 17458 290 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/sync_generator2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698