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

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

Issue 201613006: Introduces the new syntax for deferred loading (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Ambigous elements are not top-level. Created 6 years, 9 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 mixin_super_constructor_named_test: Fail # Issue 12631 9 mixin_super_constructor_named_test: Fail # Issue 12631
10 mixin_super_constructor_positionals_test: Fail # Issue 12631 10 mixin_super_constructor_positionals_test: Fail # Issue 12631
11 built_in_identifier_prefix_test: Fail # Issue 6970 11 built_in_identifier_prefix_test: Fail # Issue 6970
12 12
13 # These bugs refer currently ongoing language discussions. 13 # These bugs refer currently ongoing language discussions.
14 constructor_initializer_test/none: Fail # Issue 12633 14 constructor_initializer_test/none: Fail # Issue 12633
15 constructor5_test: Fail # Issue 6422 15 constructor5_test: Fail # Issue 6422
16 constructor6_test: Fail # Issue 6422 16 constructor6_test: Fail # Issue 6422
17 closure_in_initializer_test: Fail # Issue 6422 17 closure_in_initializer_test: Fail # Issue 6422
18 18
19 # Regular bugs which should be fixed. 19 # Regular bugs which should be fixed.
20 duplicate_export_negative_test: Fail # Issue 6134 20 duplicate_export_negative_test: Fail # Issue 6134
21 mixin_forwarding_constructor2_test: Fail # Issue 13641 21 mixin_forwarding_constructor2_test: Fail # Issue 13641
22 22
23 deferred_constraints_constants_test/reference1: Fail 23 # Issue 17521
24 deferred_constraints_constants_test/reference2: Fail 24 deferred_constraints_constants_test/*: Fail, Pass
25 deferred_constraints_constants_test/metadata1: Fail 25 deferred_constraints_type_annotation_test/*: Fail, Pass
26 deferred_constraints_constants_test/metadata2: Fail 26 deferred_shadow_load_library_test: Fail
27 deferred_constraints_constants_test/metadata3: Fail 27 deferred_closurize_load_library_test: Fail
28 deferred_constraints_constants_test/default_argument1: Fail 28
29 deferred_constraints_constants_test/default_argument2: Fail 29 # These test use the old syntax, and will be phased out.
30 deferred_constraints_constants_test/constructor1: Fail 30 deferred_constraints_constants_old_syntax_test/reference1: Fail, Ok
31 deferred_constraints_constants_test/constructor2: Fail 31 deferred_constraints_constants_old_syntax_test/reference2: Fail, Ok
32 deferred_constraints_constants_old_syntax_test/metadata1: Fail, Ok
33 deferred_constraints_constants_old_syntax_test/metadata2: Fail, Ok
34 deferred_constraints_constants_old_syntax_test/metadata3: Fail, Ok
35 deferred_constraints_constants_old_syntax_test/default_argument1: Fail, Ok
36 deferred_constraints_constants_old_syntax_test/default_argument2: Fail, Ok
37 deferred_constraints_constants_old_syntax_test/constructor1: Fail, Ok
38 deferred_constraints_constants_old_syntax_test/constructor2: Fail, Ok
32 39
33 [ ($compiler == none || $compiler == dart2dart)] 40 [ ($compiler == none || $compiler == dart2dart)]
34 # The vm does not support deferred loading. 41 # Issue 17521, 17523
35 deferred_constraints_type_annotation_test/as_operation: Fail 42 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail
36 deferred_constraints_type_annotation_test/is_check: Fail 43 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail
37 deferred_constraints_type_annotation_test/catch_check: Fail 44 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail
38 deferred_constraints_type_annotation_test/new_before_load: Fail 45 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail
46
47 [ ($compiler == dart2dart)]
48 # Issue 17523
49 deferred_constraints_type_annotation_test/*: Fail, Pass
50 deferred_constraints_constants_test/*: Fail, Pass
51 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail
52 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail
53 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail
54 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail
55 deferred_shadow_load_library_test: Fail
56 deferred_closurize_load_library_test: Fail
39 57
40 [ ($compiler == none || $compiler == dart2dart) && $checked ] 58 [ ($compiler == none || $compiler == dart2dart) && $checked ]
41 # The vm and dart2dart do not support deferred loading. 59 # Issue 17521, 17523
42 deferred_constraints_type_annotation_test/type_annotation1: Fail 60 # Dart2dart does not support deferred loading.
43 deferred_constraints_type_annotation_test/type_annotation_generic1: Fail 61 deferred_constraints_type_annotation_old_syntax_test/type_annotation1: Fail
44 deferred_constraints_type_annotation_test/type_annotation_generic4: Fail 62 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic1: F ail
63 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic4: F ail
45 64
46 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] 65 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ]
47 # The vm and analyzer do not support deferred loading. 66 # Issue 17521, 17522
48 deferred_no_prefix_test/01: Fail 67 deferred_no_prefix_old_syntax_test/01: Fail
49 deferred_duplicate_prefix1_test/01: Fail 68 deferred_duplicate_prefix1_old_syntax_test/01: Fail
50 deferred_duplicate_prefix2_test/01: Fail 69 deferred_duplicate_prefix2_old_syntax_test/01: Fail
51 deferred_duplicate_prefix3_test/01: Fail 70 deferred_duplicate_prefix3_old_syntax_test/01: Fail
52 71
53 [ $compiler == none && $runtime == vm ] 72 [ $compiler == none && $runtime == vm ]
54 class_keyword_test/02: MissingCompileTimeError # Issue 13627 73 class_keyword_test/02: MissingCompileTimeError # Issue 13627
55 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16137 74 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16137
56 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16137 75 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16137
57 76
58 unicode_bom_test: Fail # Issue 16067 77 unicode_bom_test: Fail # Issue 16067
59 78
60 [ $compiler == none && $checked ] 79 [ $compiler == none && $checked ]
61 type_variable_bounds4_test/01: Fail # Issue 14006 80 type_variable_bounds4_test/01: Fail # Issue 14006
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 issue13474_test: Pass, Fail # Issue 14651. 133 issue13474_test: Pass, Fail # Issue 14651.
115 134
116 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 135 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
117 typed_message_test: Crash, Fail # Issue 13921, 14400 136 typed_message_test: Crash, Fail # Issue 13921, 14400
118 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. 137 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921.
119 override_inheritance_mixed_test/08: Fail # Issue 16137 138 override_inheritance_mixed_test/08: Fail # Issue 16137
120 override_inheritance_mixed_test/09: Fail # Issue 16137 139 override_inheritance_mixed_test/09: Fail # Issue 16137
121 140
122 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] 141 [ $compiler == none && $runtime == vm && $arch == mips && $checked ]
123 generic_instanceof3_test: Pass, Crash # dartbug.com/17440 142 generic_instanceof3_test: Pass, Crash # dartbug.com/17440
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698