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

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

Issue 9665001: Implement constant maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic change. Created 8 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
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 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail 6 LibTest/core/Math/acos_A01_t01: Fail
7 LibTest/core/Math/asin_A01_t01: Fail 7 LibTest/core/Math/asin_A01_t01: Fail
8 LibTest/core/Math/atan_A01_t01: Fail 8 LibTest/core/Math/atan_A01_t01: Fail
9 9
10 10
(...skipping 24 matching lines...) Expand all
35 35
36 [ $component == leg ] 36 [ $component == leg ]
37 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 37 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
38 38
39 39
40 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage. 40 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage.
41 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage. 41 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage.
42 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage. 42 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage.
43 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage. 43 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage.
44 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage. 44 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage.
45 Language/10_Expressions/01_Constants_A09_t01: Fail # TODO(ahe): New co19 failure , please triage.
46 Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure , please triage. 45 Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure , please triage.
47 Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure , please triage. 46 Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure , please triage.
48 Language/10_Expressions/01_Constants_A12_t01: Fail # TODO(ahe): New co19 failure , please triage. 47 Language/10_Expressions/01_Constants_A12_t01: Fail # TODO(ahe): New co19 failure , please triage.
49 Language/10_Expressions/01_Constants_A13_t01: Fail # TODO(ahe): New co19 failure , please triage. 48 Language/10_Expressions/01_Constants_A13_t01: Fail # TODO(ahe): New co19 failure , please triage.
50 Language/10_Expressions/03_Numbers_A01_t06: Fail # TODO(ahe): New co19 failure, please triage. 49 Language/10_Expressions/03_Numbers_A01_t06: Fail # TODO(ahe): New co19 failure, please triage.
51 Language/10_Expressions/03_Numbers_A01_t09: Fail # TODO(ahe): New co19 failure, please triage. 50 Language/10_Expressions/03_Numbers_A01_t09: Fail # TODO(ahe): New co19 failure, please triage.
52 Language/10_Expressions/05_Strings_A02_t01: Fail # TODO(ahe): New co19 failure, please triage. 51 Language/10_Expressions/05_Strings_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
53 Language/10_Expressions/06_Lists_A07_t01: Fail # TODO(ahe): New co19 failure, pl ease triage. 52 Language/10_Expressions/06_Lists_A07_t01: Fail # TODO(ahe): New co19 failure, pl ease triage.
54 Language/10_Expressions/07_Maps_A01_t01: Fail # TODO(ahe): New co19 failure, ple ase triage. 53 Language/10_Expressions/07_Maps_A01_t01: Fail # TODO(ahe): New co19 failure, ple ase triage.
55 Language/10_Expressions/07_Maps_A06_t01: Fail # TODO(ahe): New co19 failure, ple ase triage. 54 Language/10_Expressions/07_Maps_A06_t01: Fail # TODO(ahe): New co19 failure, ple ase triage.
56 Language/10_Expressions/07_Maps_A07_t03: Fail # TODO(ahe): New co19 failure, ple ase triage. 55 Language/10_Expressions/07_Maps_A07_t03: Fail # TODO(ahe): New co19 failure, ple ase triage.
57 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # TODO(ahe): New c o19 failure, please triage. 56 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # TODO(ahe): New c o19 failure, please triage.
58 Language/10_Expressions/08_Function_Expressions_A02_t01: Fail # TODO(ahe): New c o19 failure, please triage. 57 Language/10_Expressions/08_Function_Expressions_A02_t01: Fail # TODO(ahe): New c o19 failure, please triage.
59 Language/10_Expressions/08_Function_Expressions_A03_t01: Fail # TODO(ahe): New c o19 failure, please triage.
60 Language/10_Expressions/08_Function_Expressions_A04_t01: Fail # TODO(ahe): New c o19 failure, please triage.
61 Language/10_Expressions/10_Instance_Creation/1_New_A09_t04: Fail # TODO(ahe): Ne w co19 failure, please triage. 58 Language/10_Expressions/10_Instance_Creation/1_New_A09_t04: Fail # TODO(ahe): Ne w co19 failure, please triage.
62 Language/10_Expressions/10_Instance_Creation/1_New_A09_t06: Fail # TODO(ahe): Ne w co19 failure, please triage. 59 Language/10_Expressions/10_Instance_Creation/1_New_A09_t06: Fail # TODO(ahe): Ne w co19 failure, please triage.
63 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t03: Fail # TODO(ahe): New co19 failure, please triage. 60 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t03: Fail # TODO(ahe): New co19 failure, please triage.
64 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # TODO(ahe): New co19 failure, please triage. 61 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # TODO(ahe): New co19 failure, please triage.
65 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # TODO(ahe): New co 19 failure, please triage. 62 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # TODO(ahe): New co 19 failure, please triage.
66 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # TODO(ahe): New co19 failure, please triage. 63 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # TODO(ahe): New co19 failure, please triage.
67 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # TODO(ahe): New co19 failure, please triage. 64 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # TODO(ahe): New co19 failure, please triage.
68 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # TODO(ahe): New co19 failure, please triage. 65 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # TODO(ahe): New co19 failure, please triage.
69 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # TODO(ahe): New co19 failure, please triage. 66 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # TODO(ahe): New co19 failure, please triage.
70 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # TODO(ahe): New co19 failure, please triage. 67 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # TODO(ahe): New co19 failure, please triage.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 200 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
204 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 201 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
205 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 202 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
206 203
207 204
208 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 205 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
209 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 206 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
210 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Sup er initializers not implemented correctly. 207 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Sup er initializers not implemented correctly.
211 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 208 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
212 Language/09_Generics/09_Generics_A04_t03: Fail # cannot resolve type N. 209 Language/09_Generics/09_Generics_A04_t03: Fail # cannot resolve type N.
210 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
ngeoffray 2012/03/10 22:28:03 This can be a Fail, OK for Q1 because dartc will c
floitsch 2012/03/10 22:58:22 Done.
213 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps not implemented. 211 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps not implemented.
214 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # super-send to non-function not implemented 212 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # super-send to non-function not implemented
215 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # super-send to non-function not implemented 213 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # super-send to non-function not implemented
216 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # super-send to non-function not implemented 214 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # super-send to non-function not implemented
217 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # super-send to non-function not implemented 215 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # super-send to non-function not implemented
218 Language/10_Expressions/19_Bitwise_Expressions_A03_t01: Fail # SsaBuilder.visitI dentifier on non-this 216 Language/10_Expressions/19_Bitwise_Expressions_A03_t01: Fail # SsaBuilder.visitI dentifier on non-this
219 Language/10_Expressions/19_Bitwise_Expressions_A03_t02: Fail # SsaBuilder.visitI dentifier on non-this 217 Language/10_Expressions/19_Bitwise_Expressions_A03_t02: Fail # SsaBuilder.visitI dentifier on non-this
220 Language/10_Expressions/19_Bitwise_Expressions_A03_t03: Fail # SsaBuilder.visitI dentifier on non-this 218 Language/10_Expressions/19_Bitwise_Expressions_A03_t03: Fail # SsaBuilder.visitI dentifier on non-this
221 Language/10_Expressions/20_Equality_A03_t01: Fail # SsaBuilder.visitIdentifier o n non-this 219 Language/10_Expressions/20_Equality_A03_t01: Fail # SsaBuilder.visitIdentifier o n non-this
222 Language/10_Expressions/21_Relational_Expressions_A03_t01: Fail # SsaBuilder.vis itIdentifier on non-this 220 Language/10_Expressions/21_Relational_Expressions_A03_t01: Fail # SsaBuilder.vis itIdentifier on non-this
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 612 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
615 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 613 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
616 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 614 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
617 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 615 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
618 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 616 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
619 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 617 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
620 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 618 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
621 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 619 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
622 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 620 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
623 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 621 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698