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

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

Issue 904763002: Fix dart2dart test expectations (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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') | 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 && $csp && $browser ] 5 [ $compiler == dart2js && $csp && $browser ]
6 deferred_mixin_test: RuntimeError # Issue 21863 6 deferred_mixin_test: RuntimeError # Issue 21863
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async_control_structures_test: CompileTimeError # Issue 21411 9 async_control_structures_test: CompileTimeError # Issue 21411
10 async_test/none: CompileTimeError # Issue 21411 10 async_test/none: CompileTimeError # Issue 21411
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 267
268 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 268 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
269 # This test happens not to fail in minified, because the type-argument is 269 # This test happens not to fail in minified, because the type-argument is
270 # renamed, but the unresolved reference to it is not. 270 # renamed, but the unresolved reference to it is not.
271 type_variable_conflict2_test/04: Fail # Issue 19725 271 type_variable_conflict2_test/04: Fail # Issue 19725
272 272
273 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] 273 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
274 type_variable_conflict2_test/01: RuntimeError # Issue 16180 274 type_variable_conflict2_test/01: RuntimeError # Issue 16180
275 275
276 [ $compiler == dart2dart ] 276 [ $compiler == dart2dart ]
277 async_await_syntax_test/a04c: Fail
278 async_await_syntax_test/a03b: Fail
279 sync_generator2_test/07: Fail
280 sync_generator2_test/08: Fail
281 sync_generator2_test/10: Fail
282 sync_generator2_test/20: Fail
283 sync_generator2_test/30: Fail
284 sync_generator2_test/51: Fail
285 sync_generator2_test/52: Fail
286
277 regress_13494_test: Fail # Issue 13494 287 regress_13494_test: Fail # Issue 13494
278 288
279 enum_duplicate_test/01: CompileTimeError # Issue 22169 289 enum_duplicate_test/01: CompileTimeError # Issue 22169
280 290
281 built_in_identifier_prefix_test: Fail # Issue 6972 291 built_in_identifier_prefix_test: Fail # Issue 6972
282 constructor_initializer_test/none: Fail # Issue 12633 292 constructor_initializer_test/none: Fail # Issue 12633
283 293
284 # Mixins fail on the VM. 294 # Mixins fail on the VM.
285 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 295 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
286 296
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 330
321 external_test/21: MissingCompileTimeError # Issue 12888 331 external_test/21: MissingCompileTimeError # Issue 12888
322 external_test/24: MissingCompileTimeError # Issue 12888 332 external_test/24: MissingCompileTimeError # Issue 12888
323 333
324 function_propagation_test: RuntimeError # Issue 21673 334 function_propagation_test: RuntimeError # Issue 21673
325 function_subtype_call0_test: RuntimeError # Issue 21673 335 function_subtype_call0_test: RuntimeError # Issue 21673
326 function_subtype_call1_test: RuntimeError # Issue 21673 336 function_subtype_call1_test: RuntimeError # Issue 21673
327 function_subtype_call2_test: RuntimeError # Issue 21673 337 function_subtype_call2_test: RuntimeError # Issue 21673
328 338
329 [ $compiler == dart2dart && $minified ] 339 [ $compiler == dart2dart && $minified ]
340 sync_generator1_test: Fail
341 sync_generator2_test/none: Fail
330 cyclic_type_test/0*: Fail # Issue 12605. 342 cyclic_type_test/0*: Fail # Issue 12605.
331 cyclic_type2_test: Fail # Issue 12605. 343 cyclic_type2_test: Fail # Issue 12605.
332 super_getter_setter_test: Fail # Issue 11065. 344 super_getter_setter_test: Fail # Issue 11065.
333 f_bounded_quantification4_test: Fail # Issue 12605. 345 f_bounded_quantification4_test: Fail # Issue 12605.
334 f_bounded_quantification5_test: Fail # Issue 12605. 346 f_bounded_quantification5_test: Fail # Issue 12605.
335 type_variable_typedef_test: Fail # Issue 11467 347 type_variable_typedef_test: Fail # Issue 11467
336 348
337 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 349 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
338 super_call4_test: Fail, OK # hardcoded names. 350 super_call4_test: Fail, OK # hardcoded names.
339 351
340 [ $minified ] 352 [ $minified ]
341 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 353 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
342 regress_21795_test: RuntimeError # Issue 12605 354 regress_21795_test: RuntimeError # Issue 12605
343 355
344 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 356 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
345 *deferred*: Skip # Issue 17458 357 *deferred*: Skip # Issue 17458
346 cha_deopt*: Skip # Issue 17458 358 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698