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

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

Issue 868273003: Let the dart2dart compiler stop in case of failure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/co19/co19-dart2dart.status ('k') | no next file » | 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 # 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 10
11 # These bugs refer currently ongoing language discussions. 11 # These bugs refer currently ongoing language discussions.
12 constructor_initializer_test/none: Fail # Issue 12633 12 constructor_initializer_test/none: Fail # Issue 12633
13 constructor5_test: Fail # Issue 6422 13 constructor5_test: Fail # Issue 6422
14 constructor6_test: Fail # Issue 6422 14 constructor6_test: Fail # Issue 6422
15 closure_in_initializer_test: Fail # Issue 6422 15 closure_in_initializer_test: Fail # Issue 6422
16 16
17 # Regular bugs which should be fixed. 17 # Regular bugs which should be fixed.
18 duplicate_export_negative_test: Fail # Issue 6134 18 duplicate_export_negative_test: Fail # Issue 6134
19 19
20 [ $compiler == dart2dart && $checked ]
21 assign_static_type_test/01: Fail # Issue 22085
22 assign_static_type_test/03: Fail # Issue 22085
23 assign_static_type_test/04: Fail # Issue 22085
24 assign_static_type_test/05: Fail # Issue 22085
25 async_test/type-mismatch1: Pass # Issue 22085
26 async_test/type-mismatch2: Pass # Issue 22085
27 async_test/type-mismatch3: Pass # Issue 22085
28 async_test/type-mismatch4: Pass # Issue 22085
29 callable_test/00: Fail # Issue 22085
30 callable_test/01: Fail # Issue 22085
31 compile_time_constant_checked_test/01: Fail # Issue 22085
32 compile_time_constant_checked_test/03: Fail # Issue 22085
33 default_factory2_test/01: Fail # Issue 22085
34 factory1_test/00: Fail # Issue 22085
35 factory1_test/01: Fail # Issue 22085
36 factory_implementation_test/00: Fail # Issue 22085
37 factory_redirection_test/08: Fail # Issue 22085
38 factory_redirection_test/09: Fail # Issue 22085
39 factory_redirection_test/10: Fail # Issue 22085
40 factory_redirection_test/11: Fail # Issue 22085
41 factory_redirection_test/12: Fail # Issue 22085
42 factory_redirection_test/13: Fail # Issue 22085
43 factory_redirection_test/14: Fail # Issue 22085
44 field_override_test/02: Fail # Issue 22085
45 field_type_check2_test/01: Fail # Issue 22085
46 field_type_check_test/01: Fail # Issue 22085
47 function_type_call_getter2_test/00: Fail # Issue 22085
48 function_type_call_getter2_test/01: Fail # Issue 22085
49 function_type_call_getter2_test/02: Fail # Issue 22085
50 function_type_call_getter2_test/03: Fail # Issue 22085
51 function_type_call_getter2_test/04: Fail # Issue 22085
52 function_type_call_getter2_test/05: Fail # Issue 22085
53 getters_setters2_test/03: Fail # Issue 22085
54 malbounded_instantiation_test/02: Fail # Issue 22085
55 malbounded_instantiation_test/03: Fail # Issue 22085
56 malbounded_redirecting_factory2_test/02: Fail # Issue 22085
57 malbounded_redirecting_factory2_test/03: Fail # Issue 22085
58 malbounded_redirecting_factory2_test/04: Fail # Issue 22085
59 malbounded_redirecting_factory_test/02: Fail # Issue 22085
60 malbounded_redirecting_factory_test/03: Fail # Issue 22085
61 malbounded_redirecting_factory_test/04: Fail # Issue 22085
62 malbounded_type_test_test/01: Fail # Issue 22085
63 malbounded_type_test_test/03: Fail # Issue 22085
64 malbounded_type_test_test/04: Fail # Issue 22085
65 mixin_invalid_bound2_test/02: Fail # Issue 22085
66 mixin_invalid_bound2_test/03: Fail # Issue 22085
67 mixin_invalid_bound2_test/05: Fail # Issue 22085
68 mixin_invalid_bound2_test/06: Fail # Issue 22085
69 mixin_invalid_bound2_test/08: Fail # Issue 22085
70 mixin_invalid_bound2_test/09: Fail # Issue 22085
71 mixin_invalid_bound2_test/10: Fail # Issue 22085
72 mixin_invalid_bound2_test/11: Fail # Issue 22085
73 mixin_invalid_bound2_test/12: Fail # Issue 22085
74 mixin_invalid_bound2_test/13: Fail # Issue 22085
75 mixin_invalid_bound2_test/14: Fail # Issue 22085
76 mixin_invalid_bound_test/02: Fail # Issue 22085
77 mixin_invalid_bound_test/04: Fail # Issue 22085
78 mixin_invalid_bound_test/06: Fail # Issue 22085
79 mixin_invalid_bound_test/07: Fail # Issue 22085
80 mixin_invalid_bound_test/08: Fail # Issue 22085
81 mixin_invalid_bound_test/09: Fail # Issue 22085
82 mixin_invalid_bound_test/10: Fail # Issue 22085
83 redirecting_factory_infinite_steps_test/01: Fail # Issue 22085
84 redirecting_factory_malbounded_test/01: Fail # Issue 22085
85 type_parameter_test/01: Fail # Issue 22085
86 type_parameter_test/02: Fail # Issue 22085
87 type_parameter_test/03: Fail # Issue 22085
88 type_parameter_test/04: Fail # Issue 22085
89 type_parameter_test/06: Fail # Issue 22085
90 type_variable_bounds2_test/00: Fail # Issue 22085
91 type_variable_bounds2_test/02: Fail # Issue 22085
92 type_variable_bounds2_test/03: Fail # Issue 22085
93 type_variable_bounds2_test/05: Fail # Issue 22085
94 type_variable_bounds2_test/06: Fail # Issue 22085
95 type_variable_bounds3_test/00: Fail # Issue 22085
96 type_variable_bounds_test/01: Fail # Issue 22085
97 type_variable_bounds_test/02: Fail # Issue 22085
98 type_variable_bounds_test/04: Fail # Issue 22085
99 type_variable_bounds_test/05: Fail # Issue 22085
100
101 [ $compiler == dart2dart ]
102 cyclic_typedef_test/01: Crash # Issue 22085
103 cyclic_typedef_test/02: Crash # Issue 22085
104 cyclic_typedef_test/03: Crash # Issue 22085
105 cyclic_typedef_test/04: Crash # Issue 22085
106 cyclic_typedef_test/05: Crash # Issue 22085
107 cyclic_typedef_test/06: Crash # Issue 22085
108 cyclic_typedef_test/07: Crash # Issue 22085
109 cyclic_typedef_test/08: Crash # Issue 22085
110 cyclic_typedef_test/09: Crash # Issue 22085
111 cyclic_typedef_test/10: Crash # Issue 22085
112 cyclic_typedef_test/11: Crash # Issue 22085
113 enum_syntax_test/02: Crash # Issue 22085
114 enum_syntax_test/03: Crash # Issue 22085
115 enum_syntax_test/04: Crash # Issue 22085
116 enum_syntax_test/05: Crash # Issue 22085
117 enum_syntax_test/22: Crash # Issue 22085
118 enum_syntax_test/30: Crash # Issue 22085
119 function_type_alias5_test/00: Crash # Issue 22085
120 function_type_alias5_test/01: Crash # Issue 22085
121 function_type_alias5_test/02: Crash # Issue 22085
122 function_type_alias6_test/00: Crash # Issue 22085
123 function_type_alias9_test/00: Crash # Issue 22085
124 internal_library_test/01: Crash # Issue 22085
125 malformed_inheritance_test/03: Crash # Issue 22085
126 malformed_inheritance_test/09: Crash # Issue 22085
127 malformed_inheritance_test/10: Crash # Issue 22085
128 mixin_cyclic_test/01: Crash # Issue 22085
129 mixin_illegal_cycles_test/02: Crash # Issue 22085
130 mixin_illegal_cycles_test/03: Crash # Issue 22085
131 mixin_illegal_cycles_test/04: Crash # Issue 22085
132 mixin_illegal_cycles_test/06: Crash # Issue 22085
133 mixin_invalid_inheritance1_test/01: Crash # Issue 22085
134 mixin_invalid_inheritance1_test/02: Crash # Issue 22085
135 mixin_invalid_inheritance1_test/03: Crash # Issue 22085
136 mixin_invalid_inheritance2_test/01: Crash # Issue 22085
137 mixin_invalid_inheritance2_test/02: Crash # Issue 22085
138 mixin_invalid_inheritance2_test/03: Crash # Issue 22085
139 number_identifier_test/02: Crash # Issue 22085
140 number_identifier_test/04: Crash # Issue 22085
141 string_interpolate1_negative_test: Crash # Issue 22085
142 string_interpolate2_negative_test: Crash # Issue 22085
143 string_interpolation3_negative_test: Crash # Issue 22085
144 string_interpolation9_test/10: Crash # Issue 22085
145 string_interpolation9_test/11: Crash # Issue 22085
146 string_interpolation9_test/12: Crash # Issue 22085
147 string_interpolation9_test/13: Crash # Issue 22085
148 string_interpolation9_test/14: Crash # Issue 22085
149 string_interpolation9_test/15: Crash # Issue 22085
150 string_interpolation9_test/16: Crash # Issue 22085
151 string_interpolation9_test/17: Crash # Issue 22085
152 string_interpolation9_test/18: Crash # Issue 22085
153 string_interpolation9_test/19: Crash # Issue 22085
154 string_interpolation9_test/1: Crash # Issue 22085
155 string_interpolation9_test/20: Crash # Issue 22085
156 string_interpolation9_test/2: Crash # Issue 22085
157 string_interpolation9_test/3: Crash # Issue 22085
158 string_interpolation9_test/4: Crash # Issue 22085
159 string_interpolation9_test/5: Crash # Issue 22085
160 string_interpolation9_test/6: Crash # Issue 22085
161 string_interpolation9_test/7: Crash # Issue 22085
162 string_interpolation9_test/8: Crash # Issue 22085
163 string_interpolation9_test/9: Crash # Issue 22085
164
165 [ $compiler == dart2dart ] 20 [ $compiler == dart2dart ]
166 async_control_structures_test: CompileTimeError # Issue 22051 21 async_control_structures_test: CompileTimeError # Issue 22051
167 async_test/none: CompileTimeError # Issue 22051 22 async_test/none: CompileTimeError # Issue 22051
168 async_test/type-mismatch1: CompileTimeError # Issue 22051 23 async_test/type-mismatch1: CompileTimeError # Issue 22051
169 async_test/type-mismatch2: CompileTimeError # Issue 22051 24 async_test/type-mismatch2: CompileTimeError # Issue 22051
170 async_test/type-mismatch3: CompileTimeError # Issue 22051 25 async_test/type-mismatch3: CompileTimeError # Issue 22051
171 async_test/type-mismatch4: CompileTimeError # Issue 22051 26 async_test/type-mismatch4: CompileTimeError # Issue 22051
172 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051 27 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051
173 await_exceptions_test: CompileTimeError # Issue 22051 28 await_exceptions_test: CompileTimeError # Issue 22051
174 await_for_test: CompileTimeError # Issue 22051 29 await_for_test: CompileTimeError # Issue 22051
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 112
258 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 113 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) && $mode == debug ]
259 large_class_declaration_test: Skip # Times out. Issue 20352 114 large_class_declaration_test: Skip # Times out. Issue 20352
260 115
261 [ $compiler == none && $runtime == ContentShellOnAndroid ] 116 [ $compiler == none && $runtime == ContentShellOnAndroid ]
262 gc_test: Skip # Times out flakily. Issue 20956 117 gc_test: Skip # Times out flakily. Issue 20956
263 118
264 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 119 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
265 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 120 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
266 121
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698