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

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

Issue 10919284: Update co19 status file based on Karl's recent changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 1089 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
1090 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. 1090 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.
1091 1091
1092 1092
1093 # 1093 #
1094 # Unexpected compile-time errors. 1094 # Unexpected compile-time errors.
1095 # 1095 #
1096 [ $compiler == dart2js ] 1096 [ $compiler == dart2js ]
1097 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 1097 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
1098 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 1098 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
1099 Language/10_Expressions/16_Assignment_A04_t05: Fail # http://dartbug.com/5027
1100
1101 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail # http://dartbug.com/5028
1102 Language/10_Expressions/15_Getter_Invocation_A07_t04: Fail # http://dartbug.com/ 5028
1103 Language/10_Expressions/16_Assignment_A04_t03: Fail # http://dartbug.com/5028
1104 1099
1105 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 1100 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
1106 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 1101 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029
1107 Language/10_Expressions/30_Type_Cast_A03_t02: Fail # http://dartbug.com/5029 1102 Language/10_Expressions/30_Type_Cast_A03_t02: Fail # http://dartbug.com/5029
1108 Language/10_Expressions/30_Type_Cast_A05_t01: Fail # http://dartbug.com/5029 1103 Language/10_Expressions/30_Type_Cast_A05_t01: Fail # http://dartbug.com/5029
1109 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # http://dartbug.com/5029 1104 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # http://dartbug.com/5029
1110 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # http://dartbug.com/5029 1105 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # http://dartbug.com/5029
1111 1106
1112 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # http://dartbug.com/3566 1107 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # http://dartbug.com/3566
1113 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # http://dartbug.com/3566 1108 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # http://dartbug.com/3566
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1218 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1219 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1220 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1221 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1222 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1223 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1224 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1225 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1226 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1227 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
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