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

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

Issue 878843003: Support enums in dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. 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/language_dart2js.status » ('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 == 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 # Runtime negative test. No static errors or warnings. 13 # Runtime negative test. No static errors or warnings.
14 closure_call_wrong_argument_count_negative_test: skip 14 closure_call_wrong_argument_count_negative_test: skip
15 15
16 compile_time_constant_c_test/01: Fail # Issue 21000 16 compile_time_constant_c_test/01: Fail # Issue 21000
17 compile_time_constant12_test: Fail # Issue 21000 17 compile_time_constant12_test: Fail # Issue 21000
18 18
19 enum_syntax_test/02: Fail # 21649 19 enum_syntax_test/02: Fail # 21649
20 enum_syntax_test/03: Fail # 21649 20 enum_syntax_test/03: Fail # 21649
21 enum_syntax_test/04: Fail # 21649 21 enum_syntax_test/04: Fail # 21649
22 enum_syntax_test/05: Fail # 21649 22 enum_syntax_test/05: Fail # 21649
23 enum_syntax_test/06: Fail # 21649 23 enum_syntax_test/06: Fail # 21649
24 24
25 enum_private_test/01: StaticWarning # Issue 22168
26 enum_duplicate_test/01: StaticWarning # Issue 22168
27
25 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask) 28 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
26 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 29 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
27 30
28 # TBF: we should check conflicts not only for methods, but for accessors too 31 # TBF: we should check conflicts not only for methods, but for accessors too
29 override_field_test/03: fail 32 override_field_test/03: fail
30 method_override7_test/03: Fail # Issue 11496 33 method_override7_test/03: Fail # Issue 11496
31 34
32 external_test/21: Fail 35 external_test/21: Fail
33 external_test/24: Fail 36 external_test/24: Fail
34 external_test/25: Fail 37 external_test/25: Fail
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 510 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
508 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 511 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
509 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 512 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
510 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 513 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
511 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 514 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
512 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 515 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
513 const_init2_test/02: MissingCompileTimeError # Issue 16391 516 const_init2_test/02: MissingCompileTimeError # Issue 16391
514 malformed2_test/01: MissingCompileTimeError # Issue 16391 517 malformed2_test/01: MissingCompileTimeError # Issue 16391
515 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1 518 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
516 type_parameter_test/05: MissingCompileTimeError # Issue 16391 519 type_parameter_test/05: MissingCompileTimeError # Issue 16391
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698