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

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

Issue 9558005: Implement literal maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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
« no previous file with comments | « dart/frog/tests/leg_only/src/ToStringTest.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | 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) 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 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1 178 Language/13_Types/5_Function_Types_A01_t02: Fail # cannot resolve type t1
179 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1 179 Language/13_Types/5_Function_Types_A01_t03: Fail # cannot resolve type t1
180 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8 180 Language/13_Types/5_Function_Types_A01_t06: Fail # cannot resolve type t8
181 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){} 181 Language/13_Types/4_Interface_Types_A05_t04: Fail # duplicate definition of num f(){}
182 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){} 182 Language/13_Types/5_Function_Types_A01_t01: Fail # duplicate definition of void f(){}
183 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){} 183 Language/13_Types/5_Function_Types_A02_t04: Fail # duplicate definition of void f(){}
184 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type 184 Language/13_Types/5_Function_Types_A01_t09: Fail # f is not a type
185 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # lib is not a type 185 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # lib is not a type
186 Language/05_Variables/05_Variables_A05_t03: Fail # map not implemented 186 Language/05_Variables/05_Variables_A05_t03: Fail # map not implemented
187 Language/05_Variables/05_Variables_A08_t03: Fail # map not implemented 187 Language/05_Variables/05_Variables_A08_t03: Fail # map not implemented
188 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented
189 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d
190 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented
191 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented
192 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented
193 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented 188 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented
194 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I 189 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I
195 190
196 191
197 # 192 #
198 # The following tests are all semantic tests that we can rely on dartc 193 # The following tests are all semantic tests that we can rely on dartc
199 # catching for now. 194 # catching for now.
200 # 195 #
201 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error 196 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error
202 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error 197 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 454 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
460 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 455 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
461 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 456 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
462 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 457 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
463 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 458 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
464 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 459 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
465 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 460 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
466 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 461 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
467 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 462 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
468 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 463 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/tests/leg_only/src/ToStringTest.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698