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

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

Issue 10826244: Remove OK from tests that we should fix before M1. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 | « dart/tests/co19/co19-leg.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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 21 matching lines...) Expand all
32 f_bounded_quantification_test/02: Fail 32 f_bounded_quantification_test/02: Fail
33 default_factory2_test/01: Fail # Type bounds for type variable not checked. 33 default_factory2_test/01: Fail # Type bounds for type variable not checked.
34 closure_type_test: Fail # does not detect type error in checked mode. 34 closure_type_test: Fail # does not detect type error in checked mode.
35 function_type_test: Fail # does not detect type error in checked mode. 35 function_type_test: Fail # does not detect type error in checked mode.
36 function_malformed_result_type_test: Fail # does not detect type error in checke d mode. 36 function_malformed_result_type_test: Fail # does not detect type error in checke d mode.
37 void_type_test: Fail # does not detect type error in checked mode. 37 void_type_test: Fail # does not detect type error in checked mode.
38 38
39 arithmetic_test: Fail 39 arithmetic_test: Fail
40 40
41 [ $compiler == dart2js && $unchecked ] 41 [ $compiler == dart2js && $unchecked ]
42 assertion_test: Fail, OK 42 assertion_test: Fail
43 43
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
45 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 45 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
46 46
47 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 47 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
48 # Crash infinite loop on Mac and dart2js checked mode on linux. 48 # Crash infinite loop on Mac and dart2js checked mode on linux.
49 function_type_alias6_test: Crash, Fail 49 function_type_alias6_test: Crash, Fail
50 50
51 static_initializer_type_error_test: Fail # Checked mode not supported. 51 static_initializer_type_error_test: Fail # Checked mode not supported.
52 52
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 135 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
136 external_test/16: Fail, OK # Bad test: assumes eager loading. 136 external_test/16: Fail, OK # Bad test: assumes eager loading.
137 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 137 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
138 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 138 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
139 field7_negative_test: Fail, OK # Bad test: assumes eager loading. 139 field7_negative_test: Fail, OK # Bad test: assumes eager loading.
140 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 140 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
141 syntax_test/47: Fail, OK # Bad test: assumes eager loading. 141 syntax_test/47: Fail, OK # Bad test: assumes eager loading.
142 142
143 143
144 # 144 #
145 # The following tests are all semantic tests that we can rely on dartc 145 # The following tests are all negative tests that should be fixed.
146 # catching for now.
147 # 146 #
148 abstract_static_negative_test: Fail, OK # Negative language test. 147 abstract_static_negative_test: Fail # Negative language test.
149 abstract_syntax_test/01: Fail, OK # Negative language test. 148 abstract_syntax_test/01: Fail # Negative language test.
150 abstract_syntax_test/02: Fail, OK # Negative language test. 149 abstract_syntax_test/02: Fail # Negative language test.
151 assign_top_method_negative_test: Fail, OK # Negative language test. 150 assign_top_method_negative_test: Fail # Negative language test.
152 class_extends_negative_test: Fail, OK # Negative language test. 151 class_extends_negative_test: Fail # Negative language test.
153 const_constructor_syntax_test/01: Fail, OK # Negative language test. 152 const_constructor_syntax_test/01: Fail # Negative language test.
154 const_constructor_syntax_test/02: Fail, OK # Negative language test. 153 const_constructor_syntax_test/02: Fail # Negative language test.
155 const_constructor_syntax_test/03: Fail, OK # Negative language test. 154 const_constructor_syntax_test/03: Fail # Negative language test.
156 const_constructor_syntax_test/04: Fail, OK # Negative language test. 155 const_constructor_syntax_test/04: Fail # Negative language test.
157 const_factory_negative_test: Fail, OK # Negative language test. 156 const_factory_negative_test: Fail # Negative language test.
158 const_field_negative_test: Fail, OK # Negative language test. 157 const_field_negative_test: Fail # Negative language test.
159 const_init4_negative_test: Fail, OK # Negative language test. 158 const_init4_negative_test: Fail # Negative language test.
160 const_init_negative_test: Fail, OK # Negative language test. 159 const_init_negative_test: Fail # Negative language test.
161 const_syntax_test/01: Fail, OK # Negative language test. 160 const_syntax_test/01: Fail # Negative language test.
162 const_syntax_test/02: Fail, OK # Negative language test. 161 const_syntax_test/02: Fail # Negative language test.
163 const_syntax_test/03: Fail, OK # Negative language test. 162 const_syntax_test/03: Fail # Negative language test.
164 constructor2_negative_test: Fail, OK # Negative language test. 163 constructor2_negative_test: Fail # Negative language test.
165 constructor_duplicate_initializers_test/02: Fail, OK # Negative language test. 164 constructor_duplicate_initializers_test/02: Fail # Negative language test.
166 constructor_negative_test: Pass # For the wrong reason. 165 constructor_negative_test: Pass # For the wrong reason.
167 constructor_return_negative_test: Fail, OK # Negative language test. 166 constructor_return_negative_test: Fail # Negative language test.
168 constructor_return_with_arrow_negative_test: Fail, OK # Negative language test. 167 constructor_return_with_arrow_negative_test: Fail # Negative language test.
169 constructor_return_with_init_and_arrow_negative_test: Fail, OK # Negative langua ge test. 168 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est.
170 constructor_return_with_init_negative_test: Fail, OK # Negative language test. 169 constructor_return_with_init_negative_test: Fail # Negative language test.
171 duplicate_constructor_test/01: Fail, OK # Negative language test. 170 duplicate_constructor_test/01: Fail # Negative language test.
172 duplicate_implements_test/01: Fail, OK # Negative language test. 171 duplicate_implements_test/01: Fail # Negative language test.
173 duplicate_implements_test/02: Fail, OK # Negative language test. 172 duplicate_implements_test/02: Fail # Negative language test.
174 duplicate_implements_test/03: Fail, OK # Negative language test. 173 duplicate_implements_test/03: Fail # Negative language test.
175 duplicate_implements_test/04: Fail, OK # Negative language test. 174 duplicate_implements_test/04: Fail # Negative language test.
176 empty_body_member_negative_test: Fail, OK # Negative language test. 175 empty_body_member_negative_test: Fail # Negative language test.
177 factory2_negative_test: Fail, OK # Negative language test. 176 factory2_negative_test: Fail # Negative language test.
178 factory3_negative_test: Fail, OK # Negative language test. 177 factory3_negative_test: Fail # Negative language test.
179 factory_negative_test: Fail, OK # Negative language test. 178 factory_negative_test: Fail # Negative language test.
180 field2_negative_test: Fail, OK # Negative language test. 179 field2_negative_test: Fail # Negative language test.
181 field3_negative_test: Fail, OK # Negative language test. 180 field3_negative_test: Fail # Negative language test.
182 field4_negative_test: Fail, OK # Negative language test. 181 field4_negative_test: Fail # Negative language test.
183 field5_negative_test: Fail, OK # Negative language test. 182 field5_negative_test: Fail # Negative language test.
184 field6a_negative_test: Fail, OK # Negative language test. 183 field6a_negative_test: Fail # Negative language test.
185 field7a_negative_test: Fail, OK # Negative language test. 184 field7a_negative_test: Fail # Negative language test.
186 final_for_in_variable_test/01: Fail, OK # Negative language test 185 final_for_in_variable_test/01: Fail # Negative language test
187 final_param_negative_test: Fail, OK # Negative language test. 186 final_param_negative_test: Fail # Negative language test.
188 final_var_negative_test: Fail, OK # Negative language test. 187 final_var_negative_test: Fail # Negative language test.
189 getter_declaration_negative_test: Fail, OK # Negative language test. 188 getter_declaration_negative_test: Fail # Negative language test.
190 instantiate_type_variable_negative_test: Pass # For the wrong reason. 189 instantiate_type_variable_negative_test: Pass # For the wrong reason.
191 interface_factory3_negative_test: Fail, OK # Negative language test. 190 interface_factory3_negative_test: Fail # Negative language test.
192 interface_factory_constructor_negative_test: Fail, OK # Negative language test. 191 interface_factory_constructor_negative_test: Fail # Negative language test.
193 interface_static_method_negative_test: Fail, OK # Negative language test. 192 interface_static_method_negative_test: Fail # Negative language test.
194 list_literal1_negative_test: Fail, OK # Negative language test. 193 list_literal1_negative_test: Fail # Negative language test.
195 list_literal2_negative_test: Fail, OK # Negative language test. 194 list_literal2_negative_test: Fail # Negative language test.
196 map_literal1_negative_test: Fail, OK # Negative language test. 195 map_literal1_negative_test: Fail # Negative language test.
197 map_literal2_negative_test: Fail, OK # Negative language test. 196 map_literal2_negative_test: Fail # Negative language test.
198 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. 197 new_expression_type_args_frog_test/02: Fail # Negative language test.
199 non_const_super_negative_test: Fail, OK # Negative language test. 198 non_const_super_negative_test: Fail # Negative language test.
200 number_identifier_negative_test: Fail, OK # Negative language test. 199 number_identifier_negative_test: Fail # Negative language test.
201 operator1_negative_test: Fail, OK # Negative language test. 200 operator1_negative_test: Fail # Negative language test.
202 override_field_test/04: Fail, OK # Broken test. 201 override_field_test/04: Fail # Broken test.
203 prefix16_test: Fail 202 prefix16_test: Fail
204 prefix18_negative_test: Fail, OK # Negative language test. 203 prefix18_negative_test: Fail # Negative language test.
205 prefix20_negative_test: Fail, OK # Negative language test. 204 prefix20_negative_test: Fail # Negative language test.
206 prefix23_negative_test: Fail, OK # Negative language test. 205 prefix23_negative_test: Fail # Negative language test.
207 pseudo_kw_illegal_test/01: Fail, OK # Negative language test. 206 pseudo_kw_illegal_test/01: Fail # Negative language test.
208 pseudo_kw_illegal_test/03: Fail, OK # Negative language test. 207 pseudo_kw_illegal_test/03: Fail # Negative language test.
209 pseudo_kw_illegal_test/05: Fail, OK # Negative language test. 208 pseudo_kw_illegal_test/05: Fail # Negative language test.
210 pseudo_kw_illegal_test/06: Fail, OK # Negative language test. 209 pseudo_kw_illegal_test/06: Fail # Negative language test.
211 pseudo_kw_illegal_test/07: Fail, OK # Negative language test. 210 pseudo_kw_illegal_test/07: Fail # Negative language test.
212 pseudo_kw_illegal_test/08: Fail, OK # Negative language test. 211 pseudo_kw_illegal_test/08: Fail # Negative language test.
213 pseudo_kw_illegal_test/09: Fail, OK # Negative language test. 212 pseudo_kw_illegal_test/09: Fail # Negative language test.
214 pseudo_kw_illegal_test/10: Fail, OK # Negative language test. 213 pseudo_kw_illegal_test/10: Fail # Negative language test.
215 pseudo_kw_illegal_test/11: Fail, OK # Negative language test. 214 pseudo_kw_illegal_test/11: Fail # Negative language test.
216 pseudo_kw_illegal_test/12: Fail, OK # Negative language test. 215 pseudo_kw_illegal_test/12: Fail # Negative language test.
217 pseudo_kw_illegal_test/13: Fail, OK # Negative language test. 216 pseudo_kw_illegal_test/13: Fail # Negative language test.
218 pseudo_kw_illegal_test/14: Fail, OK # Negative language test. 217 pseudo_kw_illegal_test/14: Fail # Negative language test.
219 pseudo_kw_illegal_test/15: Fail, OK # Negative language test. 218 pseudo_kw_illegal_test/15: Fail # Negative language test.
220 pseudo_kw_illegal_test/16: Fail, OK # Negative language test. 219 pseudo_kw_illegal_test/16: Fail # Negative language test.
221 scope_negative_test: Fail, OK # Negative language test. 220 scope_negative_test: Fail # Negative language test.
222 setter_declaration2_negative_test: Fail, OK # Negative language test. 221 setter_declaration2_negative_test: Fail # Negative language test.
223 setter_declaration_negative_test: Fail, OK # Negative language test. 222 setter_declaration_negative_test: Fail # Negative language test.
224 static_field_test/01: Fail, OK # Negative language test. 223 static_field_test/01: Fail # Negative language test.
225 static_field_test/03: Fail, OK # Negative language test. 224 static_field_test/03: Fail # Negative language test.
226 static_final_field2_negative_test: Fail, OK # Negative language test.too 225 static_final_field2_negative_test: Fail # Negative language test.too
227 static_final_field_negative_test: Fail, OK # Negative language test. 226 static_final_field_negative_test: Fail # Negative language test.
228 static_top_level_test/00: Fail, OK # Negative language test. 227 static_top_level_test/00: Fail # Negative language test.
229 static_top_level_test/01: Fail, OK # Negative language test. 228 static_top_level_test/01: Fail # Negative language test.
230 static_top_level_test/02: Fail, OK # Negative language test. 229 static_top_level_test/02: Fail # Negative language test.
231 static_top_level_test/03: Fail, OK # Negative language test. 230 static_top_level_test/03: Fail # Negative language test.
232 static_top_level_test/04: Fail, OK # Negative language test. 231 static_top_level_test/04: Fail # Negative language test.
233 static_top_level_test/05: Fail, OK # Negative language test. 232 static_top_level_test/05: Fail # Negative language test.
234 string_interpolation7_negative_test: Fail, OK # Negative language test. 233 string_interpolation7_negative_test: Fail # Negative language test.
235 throw7_negative_test: Fail, OK # Negative language test. 234 throw7_negative_test: Fail # Negative language test.
236 try_catch_test: Fail # Uses new catch syntax. 235 try_catch_test: Fail # Uses new catch syntax.
237 try_catch_syntax_test/08: Fail, OK # Negative language test. 236 try_catch_syntax_test/08: Fail # Negative language test.
238 237
239 disable_privacy_test: Fail, OK # VM specific test. 238 disable_privacy_test: Fail, OK # VM specific test.
240 numbers_test: Fail, OK # (unintended?) VM specific test. 239 numbers_test: Fail, OK # (unintended?) VM specific test.
241 240
242 final_syntax_test/01: Fail 241 final_syntax_test/01: Fail
243 final_syntax_test/02: Fail 242 final_syntax_test/02: Fail
244 final_syntax_test/03: Fail 243 final_syntax_test/03: Fail
245 final_syntax_test/04: Fail 244 final_syntax_test/04: Fail
246 245
247 div_by_zero_test: Fail, OK # Leg only has doubles. 246 div_by_zero_test: Fail, OK # Leg only has doubles.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 290
292 291
293 [ $compiler == dart2js && $runtime == safari ] 292 [ $compiler == dart2js && $runtime == safari ]
294 arithmetic_test: Skip # BUG(3492): Times out. 293 arithmetic_test: Skip # BUG(3492): Times out.
295 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 294 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
296 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 295 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
297 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 296 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
298 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
299 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
300 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698