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

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

Issue 21144007: Update co19 test issue number. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | 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 && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 560
561 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # 481 561 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # 481
562 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail # 481 562 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail # 481
563 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # 481 563 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # 481
564 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail # 481 564 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail # 481
565 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # 481 565 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # 481
566 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail # 481 566 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail # 481
567 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # 481 567 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # 481
568 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail # 481 568 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail # 481
569 569
570 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 481
571
570 [ $compiler == dart2js && $checked ] 572 [ $compiler == dart2js && $checked ]
571 573
572 Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463 574 Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463
573 Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463 575 Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463
574 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463 576 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463
575 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # co19 issue 463 577 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # co19 issue 463
576 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # co19 issue 463 578 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # co19 issue 463
577 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463 579 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463
578 580
579 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # 481 581 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # 481
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 727 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
726 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 728 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
727 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 729 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
728 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression. 730 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression.
729 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 731 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
730 732
731 # 733 #
732 # Unexpected compile-time errors. 734 # Unexpected compile-time errors.
733 # 735 #
734 [ $compiler == dart2js ] 736 [ $compiler == dart2js ]
735 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
736
737 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 737 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
738 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 738 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
739 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 739 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
740 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 740 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
741 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 741 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
742 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 742 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
743 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 743 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
744 744
745 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683 745 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
746 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683 746 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
(...skipping 21 matching lines...) Expand all
768 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 768 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
769 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 769 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
770 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 770 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
771 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 771 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
772 772
773 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 773 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
774 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 774 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
775 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 775 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
776 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 776 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
777 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 777 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698