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

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

Issue 1280603003: dart2js cps: update test expectations for new tests. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | 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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 294 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
295 *deferred*: Pass,RuntimeError # Issue 17458 295 *deferred*: Pass,RuntimeError # Issue 17458
296 cha_deopt*: Pass,RuntimeError # Issue 17458 296 cha_deopt*: Pass,RuntimeError # Issue 17458
297 regress_22443_test: Pass,RuntimeError # Issue 17458 297 regress_22443_test: Pass,RuntimeError # Issue 17458
298 298
299 [ $compiler == dart2js && $cps_ir == false ] 299 [ $compiler == dart2js && $cps_ir == false ]
300 generic_field_mixin4_test: Crash # Issue 18651 300 generic_field_mixin4_test: Crash # Issue 18651
301 generic_field_mixin5_test: Crash # Issue 18651 301 generic_field_mixin5_test: Crash # Issue 18651
302 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 302 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
303 303
304 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
305 issue23244_test: RuntimeError # 23244
306
304 [ $compiler == dart2js && $cps_ir ] 307 [ $compiler == dart2js && $cps_ir ]
305 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 308 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
306 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 309 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
307 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 310 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
308 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 311 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
309 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 312 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
310 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 313 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
311 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 314 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
312 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 315 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
313 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions 316 async_await_syntax_test/a05a: Crash # (a05a()async{await 0;}): cannot handle asy nc/sync*/async* functions
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions 376 async_or_generator_return_type_stacktrace_test/01: Crash # (void badReturnTypeAs ync()async{}): cannot handle async/sync*/async* functions
374 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions 377 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle async/sync*/async* functions
375 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions 378 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle async/sync*/async* functions
376 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions 379 async_regression_23058_test: Crash # (foo()async{return x.foo==2?42:x.foo;}): ca nnot handle async/sync*/async* functions
377 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions 380 async_rethrow_test: Crash # (rethrowString()asyn... cannot handle async/sync*/a sync* functions
378 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha ndle async/sync*/async* functions 381 async_return_types_test/nestedFuture: Crash # (test()async{Expect.... cannot ha ndle async/sync*/async* functions
379 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy nc/sync*/async* functions 382 async_return_types_test/none: Crash # (test()async{Expect.... cannot handle asy nc/sync*/async* functions
380 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions 383 async_return_types_test/tooManyTypeParameters: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
381 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions 384 async_return_types_test/wrongReturnType: Crash # (test()async{Expect.... cannot handle async/sync*/async* functions
382 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can not handle async/sync*/async* functions 385 async_return_types_test/wrongTypeParameter: Crash # (test()async{Expect.... can not handle async/sync*/async* functions
386 async_star_await_pauses_test: Crash # (f(s)async{var r=0;a... cannot handle asy nc/sync*/async* functions
383 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions 387 async_star_cancel_and_throw_in_finally_test: Crash # (test()async{var com... ca nnot handle async/sync*/async* functions
388 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle async/sync*/async* functions
389 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle async/sync*/async* functions
384 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions 390 async_star_regression_23116_test: Crash # (test()async{Complet... cannot handle async/sync*/async* functions
385 async_star_regression_2238_test: Crash # (f()async*{}): cannot handle async/sync */async* functions 391 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle async/sync*/async* functions
386 async_star_cancel_while_paused_test: Crash # (f()async*{}): cannot handle async/ sync*/async* functions 392 async_star_stream_take_test: Crash # (f(Stream s)async{va... cannot handle asyn c/sync*/async* functions
387 async_star_stream_take_test: Crash # (f()async*{}): cannot handle async/sync*/as ync* functions 393 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle asy nc/sync*/async* functions
388 async_star_take_reyield_test: Crash # (f()async*{}): cannot handle async/sync*/a sync* functions
389 async_star_await_pauses_test: Crash # (f()async*{}): cannot handle async/sync*/a sync* functions
390 async_star_test: Crash # (f()async*{}): cannot handle async/sync*/async* functio ns 394 async_star_test: Crash # (f()async*{}): cannot handle async/sync*/async* functio ns
391 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions 395 async_switch_test/none: Crash # (test()async{Expect.... cannot handle async/syn c*/async* functions
392 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions 396 async_switch_test/withDefault: Crash # (test()async{Expect.... cannot handle as ync/sync*/async* functions
393 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions 397 async_test/none: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo;}): cannot handle async/sync*/async* functions
394 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 398 async_test/type-mismatch1: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
395 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 399 async_test/type-mismatch2: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
396 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 400 async_test/type-mismatch3: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
397 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions 401 async_test/type-mismatch4: Crash # (bar(int p1,p2)async{var z=8;return p2+z+foo; }): cannot handle async/sync*/async* functions
398 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions 402 async_this_bound_test: Crash # (test()async{await testA();await testB();}): cann ot handle async/sync*/async* functions
399 async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot ha ndle async/sync*/async* functions 403 async_throw_in_catch_test/forceAwait: Crash # (test()async{await r... cannot ha ndle async/sync*/async* functions
(...skipping 16 matching lines...) Expand all
416 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 420 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
417 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 421 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
418 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 422 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
419 closure_in_constructor_test: Crash # Invalid argument(s) 423 closure_in_constructor_test: Crash # Invalid argument(s)
420 closure_type_variables_test: Crash # Invalid argument(s) 424 closure_type_variables_test: Crash # Invalid argument(s)
421 closures_initializer_test: RuntimeError # Please triage this failure. 425 closures_initializer_test: RuntimeError # Please triage this failure.
422 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions 426 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
423 constructor12_test: RuntimeError # Please triage this failure. 427 constructor12_test: RuntimeError # Please triage this failure.
424 crash_6725_test/01: Crash # unsupported operation on erroneous element 428 crash_6725_test/01: Crash # unsupported operation on erroneous element
425 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 429 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
430 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function
426 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 431 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
427 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 432 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
428 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented 433 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented
429 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented 434 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented
430 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented 435 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented
431 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns tance): deferred access is not implemented 436 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns tance): deferred access is not implemented
432 deferred_constraints_type_annotation_test/catch_check: Crash # (lib.constantInst ance): deferred access is not implemented 437 deferred_constraints_type_annotation_test/catch_check: Crash # (lib.constantInst ance): deferred access is not implemented
433 deferred_constraints_type_annotation_test/is_check: Crash # (lib.constantInstanc e): deferred access is not implemented 438 deferred_constraints_type_annotation_test/is_check: Crash # (lib.constantInstanc e): deferred access is not implemented
434 deferred_constraints_type_annotation_test/new: Crash # (lib.constantInstance): d eferred access is not implemented 439 deferred_constraints_type_annotation_test/new: Crash # (lib.constantInstance): d eferred access is not implemented
435 deferred_constraints_type_annotation_test/new_before_load: Crash # (lib.constant Instance): deferred access is not implemented 440 deferred_constraints_type_annotation_test/new_before_load: Crash # (lib.constant Instance): deferred access is not implemented
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function 505 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function
501 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function 506 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function
502 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function 507 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function
503 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function 508 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function
504 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 509 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
505 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions 510 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
506 instanceof2_test: RuntimeError # Please triage this failure. 511 instanceof2_test: RuntimeError # Please triage this failure.
507 instanceof4_test/01: RuntimeError # Please triage this failure. 512 instanceof4_test/01: RuntimeError # Please triage this failure.
508 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 513 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
509 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 514 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
515 issue21079_test: Crash # (static Iterable<Str... cannot handle async/sync*/asyn c* functions
516 issue23244_test: Crash # (main()async{var por... cannot handle async/sync*/asyn c* functions
510 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 517 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
511 list_is_test: RuntimeError # Please triage this failure. 518 list_is_test: RuntimeError # Please triage this failure.
512 list_test: RuntimeError # Please triage this failure. 519 list_test: RuntimeError # Please triage this failure.
513 many_generic_instanceof_test: RuntimeError # Please triage this failure. 520 many_generic_instanceof_test: RuntimeError # Please triage this failure.
514 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 521 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
515 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 522 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
516 no_such_method_test: RuntimeError # Please triage this failure. 523 no_such_method_test: RuntimeError # Please triage this failure.
517 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions 524 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions
518 overridden_no_such_method_test: RuntimeError # Please triage this failure. 525 overridden_no_such_method_test: RuntimeError # Please triage this failure.
519 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions 526 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 type_parameter_test/03: Crash # Invalid argument(s) 566 type_parameter_test/03: Crash # Invalid argument(s)
560 type_parameter_test/04: Crash # Invalid argument(s) 567 type_parameter_test/04: Crash # Invalid argument(s)
561 type_parameter_test/05: Crash # Invalid argument(s) 568 type_parameter_test/05: Crash # Invalid argument(s)
562 type_parameter_test/06: Crash # Invalid argument(s) 569 type_parameter_test/06: Crash # Invalid argument(s)
563 type_parameter_test/none: Crash # Invalid argument(s) 570 type_parameter_test/none: Crash # Invalid argument(s)
564 type_variable_closure2_test: RuntimeError # Please triage this failure. 571 type_variable_closure2_test: RuntimeError # Please triage this failure.
565 type_variable_closure_test: Crash # Invalid argument(s) 572 type_variable_closure_test: Crash # Invalid argument(s)
566 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 573 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
567 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 574 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
568 type_variable_nested_test: RuntimeError # Please triage this failure. 575 type_variable_nested_test: RuntimeError # Please triage this failure.
569
570 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
571 issue23244_test: RuntimeError # 23244
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698