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

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

Issue 880973005: Support async/await in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comment + status for new_backend 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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052 6 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052
7 await_test: CompileTimeError # Issue 22052 7 await_test: CompileTimeError # Issue 22052
8 8
9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053 9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053
10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053 10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053
11 async_test/type-mismatch4: MissingStaticWarning # Issue 22053 11 async_test/type-mismatch4: MissingStaticWarning # Issue 22053
12 12
13 async_await_syntax_test/a03b: MissingCompileTimeError # Issue 22234
14 async_await_syntax_test/a04c: MissingCompileTimeError # Issue 22234
15 async_await_syntax_test/a05f: MissingCompileTimeError # Issue 22206
16
13 # Runtime negative test. No static errors or warnings. 17 # Runtime negative test. No static errors or warnings.
14 closure_call_wrong_argument_count_negative_test: skip 18 closure_call_wrong_argument_count_negative_test: skip
15 19
16 compile_time_constant_c_test/01: Fail # Issue 21000 20 compile_time_constant_c_test/01: Fail # Issue 21000
17 compile_time_constant12_test: Fail # Issue 21000 21 compile_time_constant12_test: Fail # Issue 21000
18 22
19 enum_syntax_test/02: Fail # 21649 23 enum_syntax_test/02: Fail # 21649
20 enum_syntax_test/03: Fail # 21649 24 enum_syntax_test/03: Fail # 21649
21 enum_syntax_test/04: Fail # 21649 25 enum_syntax_test/04: Fail # 21649
22 enum_syntax_test/05: Fail # 21649 26 enum_syntax_test/05: Fail # 21649
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 511 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
508 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 512 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
509 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 513 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
510 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 514 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
511 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 515 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
512 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 516 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
513 const_init2_test/02: MissingCompileTimeError # Issue 16391 517 const_init2_test/02: MissingCompileTimeError # Issue 16391
514 malformed2_test/01: MissingCompileTimeError # Issue 16391 518 malformed2_test/01: MissingCompileTimeError # Issue 16391
515 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1 519 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
516 type_parameter_test/05: MissingCompileTimeError # Issue 16391 520 type_parameter_test/05: MissingCompileTimeError # Issue 16391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698