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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 12886002: Expect test to fail in unchecked mode as well. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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-dart2js.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 == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 9 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
10 10
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388. 591 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388.
592 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 592 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
593 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388. 593 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388.
594 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388. 594 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388.
595 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. 595 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
596 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 596 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
597 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388. 597 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388.
598 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388. 598 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388.
599 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. 599 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
600 600
601 LibTest/core/List/getRange_A02_t01: Fail # issue 391
602
601 [ $compiler == none && $runtime == vm && $unchecked ] 603 [ $compiler == none && $runtime == vm && $unchecked ]
602 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 604 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
603 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 605 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
604 606
605 [ $compiler == none && $runtime == vm && $checked ] 607 [ $compiler == none && $runtime == vm && $checked ]
606 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 608 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
607 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 609 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
608 610
609 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390 611 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390
610 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 612 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
611 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 613 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
612 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 614 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
613 615
614 LibTest/core/List/getRange_A02_t01: Fail # issue 391
615
616 [ $compiler == none && $runtime == vm && $unchecked ] 616 [ $compiler == none && $runtime == vm && $unchecked ]
617 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390. 617 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
618 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390. 618 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Succeedes in checked mode due to Issue 390.
619 619
620 620
621 621
622 [ $compiler == none && $arch == simarm ] 622 [ $compiler == none && $arch == simarm ]
623 *: Skip 623 *: Skip
624 624
625 [ $compiler == none && $arch == arm ] 625 [ $compiler == none && $arch == arm ]
626 *: Skip 626 *: Skip
627 627
628 [ $compiler == none && $arch == simmips ] 628 [ $compiler == none && $arch == simmips ]
629 *: Skip 629 *: Skip
630 630
631 [ $compiler == none && $arch == mips ] 631 [ $compiler == none && $arch == mips ]
632 *: Skip 632 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698