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

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

Issue 8384018: https://code.google.com/p/dart/issues/detail?id=223 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 # 7 #
8 # Problems specific to compiler in release build (--optimize) 8 # Problems specific to compiler in release build (--optimize)
9 # 9 #
10 [ $component == dartc && $mode == release ] 10 [ $component == dartc && $mode == release ]
(...skipping 16 matching lines...) Expand all
27 # 27 #
28 [ $component == dartc && $mode == debug ] 28 [ $component == dartc && $mode == debug ]
29 29
30 # 30 #
31 # Problems in both debug and release builds 31 # Problems in both debug and release builds
32 # 32 #
33 [ $component == dartc ] 33 [ $component == dartc ]
34 34
35 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670. 35 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371670.
36 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02 /t01: Fail # Bug 5371670. 36 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02 /t01: Fail # Bug 5371670.
37 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t02: Fail # Bug 5371670.
38 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t03: Fail # Bug 5371670.
39 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t04: Fail # Bug 5371670.
40 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01: Fail # Bug 5371670. 37 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01: Fail # Bug 5371670.
41 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670. 38 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670.
42 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670. 39 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670.
43 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670. 40 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670.
44 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail # Bug 5371670. 41 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail # Bug 5371670.
45 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t03: Fail # Bug 5371670. 42 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t03: Fail # Bug 5371670.
43 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A02/t01: Fail # Bug 5 371670.
46 44
47 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A02/t01: Fail # Bug 5 371670.
48 LangGuideTest/07_Overriding/A02/t01: Fail # Bug 5371670. 45 LangGuideTest/07_Overriding/A02/t01: Fail # Bug 5371670.
49 LangGuideTest/07_Overriding/A02/t02: Fail # Bug 5371670. 46 LangGuideTest/07_Overriding/A02/t02: Fail # Bug 5371670.
50 LangGuideTest/07_Overriding/A05/t01: Fail # Bug 5371670. 47 LangGuideTest/07_Overriding/A05/t01: Fail # Bug 5371670.
51 LangGuideTest/07_Overriding/A04/t01: Fail # Bug 5371670. 48 LangGuideTest/07_Overriding/A04/t01: Fail # Bug 5371670.
52 LangGuideTest/08_Expressions/A01/t02: Fail # Bug 5371670. 49 LangGuideTest/08_Expressions/A01/t02: Fail # Bug 5371670.
53 LangGuideTest/08_Expressions/A02/t02: Fail # Bug 5371670. 50 LangGuideTest/08_Expressions/A02/t02: Fail # Bug 5371670.
54 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670. 51 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670.
55 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t02: Fail # Bug 5371670. 52 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t02: Fail # Bug 5371670.
56 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail # Bug 5371670. 53 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail # Bug 5371670.
57 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail # Bug 5371670. 54 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail # Bug 5371670.
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il 167 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il
171 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail 168 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail
172 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut 169 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo ut
173 170
174 # List.fromList has been removed. 171 # List.fromList has been removed.
175 LibTest/core/List/List.fromList/*: Fail 172 LibTest/core/List/List.fromList/*: Fail
176 173
177 174
178 # New problems on 2011-11-01. 175 # New problems on 2011-11-01.
179 [ $component == dartc ] 176 [ $component == dartc ]
180 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01: Fail
181 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail 177 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
182 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 178 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
183 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail 179 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
184 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash 180 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash
185 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash 181 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash
186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash 182 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash
187 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash 183 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash
188 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash 184 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash
189 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash 185 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash
190 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail 186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail 436 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
441 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 437 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
442 438
443 439
444 [ $component == dartium ] 440 [ $component == dartium ]
445 *: Skip 441 *: Skip
446 442
447 443
448 [ $component == chromium ] 444 [ $component == chromium ]
449 *: Skip 445 *: Skip
OLDNEW
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698