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

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

Issue 880973005: Support async/await in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use language test in unittest. 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
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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ $compiler == none ] 8 [ $compiler == none ]
9 built_in_identifier_prefix_test: Fail # Issue 6970 9 built_in_identifier_prefix_test: Fail # Issue 6970
10 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404
10 11
11 # These bugs refer currently ongoing language discussions. 12 # These bugs refer currently ongoing language discussions.
12 constructor_initializer_test/none: Fail # Issue 12633 13 constructor_initializer_test/none: Fail # Issue 12633
13 constructor5_test: Fail # Issue 6422 14 constructor5_test: Fail # Issue 6422
14 constructor6_test: Fail # Issue 6422 15 constructor6_test: Fail # Issue 6422
15 closure_in_initializer_test: Fail # Issue 6422 16 closure_in_initializer_test: Fail # Issue 6422
16 17
17 # Regular bugs which should be fixed. 18 # Regular bugs which should be fixed.
18 duplicate_export_negative_test: Fail # Issue 6134 19 duplicate_export_negative_test: Fail # Issue 6134
19 20
20 [ $compiler == dart2dart ] 21 [ $compiler == dart2dart ]
21 async_control_structures_test: CompileTimeError # Issue 22051
22 async_test/none: CompileTimeError # Issue 22051
23 async_test/type-mismatch1: CompileTimeError # Issue 22051
24 async_test/type-mismatch2: CompileTimeError # Issue 22051
25 async_test/type-mismatch3: CompileTimeError # Issue 22051
26 async_test/type-mismatch4: CompileTimeError # Issue 22051
27 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051 22 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051
28 await_exceptions_test: CompileTimeError # Issue 22051 23 await_exceptions_test: CompileTimeError # Issue 22051
29 await_for_test: CompileTimeError # Issue 22051 24 await_for_test: CompileTimeError # Issue 22051
30 await_future_test: CompileTimeError # Issue 22051 25 await_future_test: CompileTimeError # Issue 22051
31 await_nonfuture_test: CompileTimeError # Issue 22051 26 await_nonfuture_test: CompileTimeError # Issue 22051
32 await_regression_test: CompileTimeError # Issue 22051 27 await_regression_test: CompileTimeError # Issue 22051
33 await_test: CompileTimeError # Issue 22051 28 await_test: CompileTimeError # Issue 22051
29 async_test/constructor2: MissingCompileTimeError # Issue 22051
30 async_test/constructor3: MissingCompileTimeError # Issue 22051
31 async_test/setter1: MissingCompileTimeError # Issue 22051
34 32
35 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 33 deferred_load_library_wrong_args_test/none: Fail # Issue 17523
36 deferred_load_inval_code_test: Fail # Issue 17523 34 deferred_load_inval_code_test: Fail # Issue 17523
37 deferred_not_loaded_check_test: Fail # Issue 17523 35 deferred_not_loaded_check_test: Fail # Issue 17523
38 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 36 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523
39 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 37 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523
40 deferred_shadow_load_library_test: Fail # Issue 17523 38 deferred_shadow_load_library_test: Fail # Issue 17523
41 deferred_closurize_load_library_test: Fail # Issue 17523 39 deferred_closurize_load_library_test: Fail # Issue 17523
42 deferred_inlined_test: Fail # Issue 17523 40 deferred_inlined_test: Fail # Issue 17523
43 deferred_optimized_test: Fail # Issue 17523 41 deferred_optimized_test: Fail # Issue 17523
44 enum_mirror_test: Skip # Issue 11511. 42 enum_mirror_test: Skip # Issue 11511.
45 43
46 override_inheritance_mixed_test/08: Fail # Issue 18124 44 override_inheritance_mixed_test/08: Fail # Issue 18124
47 override_inheritance_mixed_test/09: Fail # Issue 18124 45 override_inheritance_mixed_test/09: Fail # Issue 18124
48 46
49 [ $compiler == none || $compiler == dart2dart] 47 [ $compiler == none || $compiler == dart2dart]
50 # Non-contractive types are not supported in the vm. 48 # Non-contractive types are not supported in the vm.
51 cyclic_type_test/02: Fail, OK 49 cyclic_type_test/02: Fail, OK
52 cyclic_type_test/04: Fail, OK 50 cyclic_type_test/04: Fail, OK
53 cyclic_type2_test: Fail, OK 51 cyclic_type2_test: Fail, OK
54 least_upper_bound_expansive_test/*: Fail, OK 52 least_upper_bound_expansive_test/*: Fail, OK
55 53
56 compile_time_constant12_test: Fail # Issue 21000 54 compile_time_constant12_test: Fail # Issue 21000
55 async_await_syntax_test/a03a: CompileTimeError # Issue 21404
56 async_await_syntax_test/a04a: CompileTimeError # Issue 21404
57 async_await_syntax_test/a07a: CompileTimeError # Issue 21404
58 async_await_syntax_test/a08a: CompileTimeError # Issue 21404
59 async_await_syntax_test/a09a: CompileTimeError # Issue 21404
60 async_await_syntax_test/a10a: CompileTimeError # Issue 21404
61 async_await_syntax_test/a11b: CompileTimeError # Issue 21404
62 async_await_syntax_test/a11d: CompileTimeError # Issue 21404
63 async_await_syntax_test/b03a: CompileTimeError # Issue 21404
64 async_await_syntax_test/b04a: CompileTimeError # Issue 21404
65 async_await_syntax_test/b07a: CompileTimeError # Issue 21404
66 async_await_syntax_test/b08a: CompileTimeError # Issue 21404
67 async_await_syntax_test/b09a: CompileTimeError # Issue 21404
68 async_await_syntax_test/b10a: CompileTimeError # Issue 21404
69 async_await_syntax_test/b11b: CompileTimeError # Issue 21404
70 async_await_syntax_test/b11d: CompileTimeError # Issue 21404
71 async_await_syntax_test/c03a: CompileTimeError # Issue 21404
72 async_await_syntax_test/c04a: CompileTimeError # Issue 21404
73 async_await_syntax_test/c07a: CompileTimeError # Issue 21404
74 async_await_syntax_test/c08a: CompileTimeError # Issue 21404
75 async_await_syntax_test/c09a: CompileTimeError # Issue 21404
76 async_await_syntax_test/c10a: CompileTimeError # Issue 21404
77 async_await_syntax_test/d03a: CompileTimeError # Issue 21404
78 async_await_syntax_test/d04a: CompileTimeError # Issue 21404
79 async_await_syntax_test/d07a: CompileTimeError # Issue 21404
80 async_await_syntax_test/d08a: CompileTimeError # Issue 21404
81 async_await_syntax_test/d08b: CompileTimeError # Issue 21404
82 async_await_syntax_test/d09a: CompileTimeError # Issue 21404
83 async_await_syntax_test/d10a: CompileTimeError # Issue 21404
57 84
58 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] 85 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ]
59 compile_time_constant_c_test/01: Fail # Issue 21000 86 compile_time_constant_c_test/01: Fail # Issue 21000
60 87
61 [ $compiler == none && $runtime == vm ] 88 [ $compiler == none && $runtime == vm ]
62 class_keyword_test/02: MissingCompileTimeError # Issue 13627 89 class_keyword_test/02: MissingCompileTimeError # Issue 13627
63 unicode_bom_test: Fail # Issue 16067 90 unicode_bom_test: Fail # Issue 16067
64 91
65 [ $compiler == none && $checked ] 92 [ $compiler == none && $checked ]
66 type_variable_bounds4_test/01: Fail # Issue 14006 93 type_variable_bounds4_test/01: Fail # Issue 14006
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 140
114 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 141 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) && $mode == debug ]
115 large_class_declaration_test: Skip # Times out. Issue 20352 142 large_class_declaration_test: Skip # Times out. Issue 20352
116 143
117 [ $compiler == none && $runtime == ContentShellOnAndroid ] 144 [ $compiler == none && $runtime == ContentShellOnAndroid ]
118 gc_test: Skip # Times out flakily. Issue 20956 145 gc_test: Skip # Times out flakily. Issue 20956
119 146
120 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 147 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
121 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 148 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
122 149
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698