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

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

Issue 10834146: Revert resolver from https://chromiumcodereview.appspot.com/10824062 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « tests/compiler/dart2js/unparser_test.dart ('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 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 [ $browser ] 130 [ $browser ]
131 prefix_core_test: Fail # Issue 2264. 131 prefix_core_test: Fail # Issue 2264.
132 132
133 [ $arch == simarm ] 133 [ $arch == simarm ]
134 *: Skip 134 *: Skip
135 135
136 [ $arch == arm ] 136 [ $arch == arm ]
137 *: Skip 137 *: Skip
138 138
139 [ $compiler == dart2dart ] 139 [ $compiler == dart2dart ]
140 # Tests that crash after reverting resolution of type variables in default claus e.
141 # https://chromiumcodereview.appspot.com/10824062/
142 default_factory2_test/01: Crash
143 default_factory3_test: Crash
144 factory2_test: Crash
145 function_type_alias6_test: Crash
146 type_variable_scope_test/00: Crash
147 type_variable_scope_test/01: Crash
148 type_variable_scope_test/02: Crash
149 type_variable_scope_test/03: Crash
150 type_variable_scope_test/04: Crash
151 type_variable_scope_test/05: Crash
152 type_variable_scope_test/none: Crash
140 # Passes VMOptions, should be supported in test framework. 153 # Passes VMOptions, should be supported in test framework.
141 assertion_test: Fail 154 assertion_test: Fail
142 bootstrap_test: Fail 155 bootstrap_test: Fail
143 ct_const2_test: Fail, Pass 156 ct_const2_test: Fail, Pass
144 disable_privacy_test: Fail 157 disable_privacy_test: Fail
145 factory3_test: Fail 158 factory3_test: Fail
146 function_field_test: Fail 159 function_field_test: Fail
147 function_type_alias2_test: Fail 160 function_type_alias2_test: Fail
148 generic_test: Fail 161 generic_test: Fail
149 generics2_test: Fail 162 generics2_test: Fail
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 assign_static_type_test/01: Fail 196 assign_static_type_test/01: Fail
184 assign_static_type_test/02: Fail 197 assign_static_type_test/02: Fail
185 assign_static_type_test/03: Fail 198 assign_static_type_test/03: Fail
186 assign_static_type_test/04: Fail 199 assign_static_type_test/04: Fail
187 assign_static_type_test/05: Fail 200 assign_static_type_test/05: Fail
188 cyclic_type_variable_test/01: Fail 201 cyclic_type_variable_test/01: Fail
189 cyclic_type_variable_test/02: Fail 202 cyclic_type_variable_test/02: Fail
190 cyclic_type_variable_test/03: Fail 203 cyclic_type_variable_test/03: Fail
191 cyclic_type_variable_test/04: Fail 204 cyclic_type_variable_test/04: Fail
192 cyclic_type_variable_test/none: Fail 205 cyclic_type_variable_test/none: Fail
193 default_factory2_test/01: Fail
194 final_syntax_test/03: Fail 206 final_syntax_test/03: Fail
195 final_syntax_test/04: Fail 207 final_syntax_test/04: Fail
196 # Call operator is not supported by dart2js frontend. 208 # Call operator is not supported by dart2js frontend.
197 call_operator_test: Fail 209 call_operator_test: Fail
198 # dart2js frontend doesn't even analyse problematic classes. 210 # dart2js frontend doesn't even analyse problematic classes.
199 class_extends_negative_test: Fail 211 class_extends_negative_test: Fail
200 duplicate_implements_test/01: Fail 212 duplicate_implements_test/01: Fail
201 duplicate_implements_test/02: Fail 213 duplicate_implements_test/02: Fail
202 duplicate_implements_test/03: Fail 214 duplicate_implements_test/03: Fail
203 duplicate_implements_test/04: Fail 215 duplicate_implements_test/04: Fail
(...skipping 29 matching lines...) Expand all
233 gc_test: Fail 245 gc_test: Fail
234 parameter_initializer6_negative_test: Fail 246 parameter_initializer6_negative_test: Fail
235 prefix_core_test: Fail 247 prefix_core_test: Fail
236 private_member3_negative_test: Fail 248 private_member3_negative_test: Fail
237 super_closure_test: Fail 249 super_closure_test: Fail
238 super_field_access_test: Fail 250 super_field_access_test: Fail
239 super_first_constructor_test: Fail 251 super_first_constructor_test: Fail
240 # Should be triaged. 252 # Should be triaged.
241 condition_bailout_test: Fail 253 condition_bailout_test: Fail
242 const_test: Fail 254 const_test: Fail
243 default_factory3_test: Fail # Depends on empty class processing. 255 # default_factory3_test: Fail # Depends on empty class processing.
244 dynamic_test: Fail # Depends on empty class processing. 256 dynamic_test: Fail # Depends on empty class processing.
245 empty_body_member_negative_test: Fail 257 empty_body_member_negative_test: Fail
246 factory4_test: Fail 258 factory4_test: Fail
247 f_bounded_quantification_test/01: Fail 259 f_bounded_quantification_test/01: Fail
248 f_bounded_quantification_test/02: Fail 260 f_bounded_quantification_test/02: Fail
249 f_bounded_quantification_test/none: Fail 261 f_bounded_quantification_test/none: Fail
250 field2_negative_test: Fail 262 field2_negative_test: Fail
251 field4_negative_test: Fail 263 field4_negative_test: Fail
252 field5_negative_test: Fail 264 field5_negative_test: Fail
253 field6a_negative_test: Fail 265 field6a_negative_test: Fail
254 field7a_negative_test: Fail 266 field7a_negative_test: Fail
255 field_optimization2_test: Fail 267 field_optimization2_test: Fail
256 field_optimization_test: Fail 268 field_optimization_test: Fail
257 field_override_test/01: Fail 269 field_override_test/01: Fail
258 field_override_test/02: Fail 270 field_override_test/02: Fail
259 field_override_test/none: Fail 271 field_override_test/none: Fail
260 function_literals_test: Fail 272 function_literals_test: Fail
261 function_type_alias6_test: Fail
262 generic_instanceof3_test: Fail 273 generic_instanceof3_test: Fail
263 getters_setters2_test/03: Fail 274 getters_setters2_test/03: Fail
264 implicit_this_test/01: Fail 275 implicit_this_test/01: Fail
265 implicit_this_test/02: Fail 276 implicit_this_test/02: Fail
266 implicit_this_test/03: Fail 277 implicit_this_test/03: Fail
267 implicit_this_test/04: Fail 278 implicit_this_test/04: Fail
268 implicit_this_test/none: Fail 279 implicit_this_test/none: Fail
269 implied_interface_test: Fail 280 implied_interface_test: Fail
270 incr_op_test: Fail 281 incr_op_test: Fail
271 instanceof_test: Fail 282 instanceof_test: Fail
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 type_variable_bounds2_test/01: Fail 330 type_variable_bounds2_test/01: Fail
320 type_variable_bounds2_test/02: Fail 331 type_variable_bounds2_test/02: Fail
321 type_variable_bounds2_test/03: Fail 332 type_variable_bounds2_test/03: Fail
322 type_variable_bounds2_test/04: Fail 333 type_variable_bounds2_test/04: Fail
323 type_variable_bounds2_test/05: Fail 334 type_variable_bounds2_test/05: Fail
324 type_variable_bounds2_test/06: Fail 335 type_variable_bounds2_test/06: Fail
325 type_variable_bounds2_test/none: Fail 336 type_variable_bounds2_test/none: Fail
326 type_variable_bounds_test/02: Fail 337 type_variable_bounds_test/02: Fail
327 type_variable_bounds_test/04: Fail 338 type_variable_bounds_test/04: Fail
328 type_variable_bounds_test/05: Fail 339 type_variable_bounds_test/05: Fail
329 type_variable_scope_test/00: Fail
330 type_variable_scope_test/01: Fail
331 type_variable_scope_test/02: Fail
332 type_variable_scope_test/03: Fail
333 type_variable_scope_test/04: Fail
334 type_variable_scope_test/05: Fail
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698