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

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

Issue 9539009: Generate code that throws an exception on unimplemented features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/leg/typechecker.dart ('k') | 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) 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value 132 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value
133 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value 133 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value
134 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. 134 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
135 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 135 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
136 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 136 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
137 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 137 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
138 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 138 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
139 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 139 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
140 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 140 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
141 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 141 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
142 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented
143 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack 142 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
144 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. 143 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
145 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented 144 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented
146 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' 145 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length'
147 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 146 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
148 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 147 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 148 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented 150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented
152 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 151 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 LibTest/core/SendPort/hashCode_A01_t01: Fail # factory ReceivePort is not implem ented 284 LibTest/core/SendPort/hashCode_A01_t01: Fail # factory ReceivePort is not implem ented
286 LibTest/core/SendPort/operator_equality_A01_t01: Fail # factory ReceivePort is n ot implemented 285 LibTest/core/SendPort/operator_equality_A01_t01: Fail # factory ReceivePort is n ot implemented
287 LibTest/core/SendPort/send_A01_t01: Fail # factory ReceivePort is not implemente d 286 LibTest/core/SendPort/send_A01_t01: Fail # factory ReceivePort is not implemente d
288 LibTest/core/SendPort/send_A02_t01: Fail # factory ReceivePort is not implemente d 287 LibTest/core/SendPort/send_A02_t01: Fail # factory ReceivePort is not implemente d
289 LibTest/core/SendPort/send_A02_t02: Fail # factory ReceivePort is not implemente d 288 LibTest/core/SendPort/send_A02_t02: Fail # factory ReceivePort is not implemente d
290 LibTest/core/SendPort/send_A03_t02: Fail # factory ReceivePort is not implemente d 289 LibTest/core/SendPort/send_A03_t02: Fail # factory ReceivePort is not implemente d
291 LibTest/core/ReceivePort/ReceivePort.singleShot_A01_t01: Fail # factory ReceiveP ort.singleShot is not implemented 290 LibTest/core/ReceivePort/ReceivePort.singleShot_A01_t01: Fail # factory ReceiveP ort.singleShot is not implemented
292 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # lib is not a type 291 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # lib is not a type
293 Language/05_Variables/05_Variables_A05_t03: Fail # map not implemented 292 Language/05_Variables/05_Variables_A05_t03: Fail # map not implemented
294 Language/05_Variables/05_Variables_A08_t03: Fail # map not implemented 293 Language/05_Variables/05_Variables_A08_t03: Fail # map not implemented
295 Language/06_Functions/06_Functions_A01_t03: Fail # map not implemented
296 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented 294 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented
297 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d 295 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d
298 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented 296 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented
299 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented 297 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented
300 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented 298 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented
301 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented 299 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented
302 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I 300 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I
303 301
304 302
305 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # TOD O(ahe): Categorize failure. 303 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # TOD O(ahe): Categorize failure.
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 572 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
575 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 573 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
576 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 574 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
577 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 575 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
578 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 576 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
579 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 577 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
580 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 578 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
581 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 579 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
582 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 580 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
583 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 581 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/typechecker.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698