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

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

Issue 9490003: Implement String.hashCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Improve performance by avoiding bailout. 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 prefix co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') 164 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected')
165 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value 165 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
166 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value 166 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
167 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value 167 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
168 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 168 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
169 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 169 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
170 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value 170 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value
171 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value 171 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value
172 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value 172 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value
173 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value 173 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
174 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC ontinueStatement
175 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. 174 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
176 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value 175 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value
177 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value 176 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value
178 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. 177 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
179 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 178 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
180 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 179 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
181 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 180 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
182 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 181 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
183 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 182 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
184 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 183 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
185 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition. 184 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition.
186 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 185 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
187 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value. 186 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value.
188 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value. 187 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value.
189 LibTest/core/List/some_A01_t01: Fail # Duplicate definition. 188 LibTest/core/List/some_A01_t01: Fail # Duplicate definition.
190 LibTest/core/List/some_A01_t02: Fail # Cannot find value. 189 LibTest/core/List/some_A01_t02: Fail # Cannot find value.
191 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented 190 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented
192 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack 191 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
193 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. 192 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
194 LibTest/core/Map/Map_class_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
195 LibTest/core/Map/Map_class_A01_t02: Fail # SsaBuilder.visitContinueStatement not implemented
196 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented 193 LibTest/core/Map/Map_class_A01_t04: Fail # SsaBuilder.visitContinueStatement not implemented
197 LibTest/core/Map/clear_A01_t01: Fail # SsaBuilder.visitContinueStatement not imp lemented
198 LibTest/core/Map/containsKey_A01_t01: Fail # SsaBuilder.visitContinueStatement n ot implemented
199 LibTest/core/Map/containsValue_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
200 LibTest/core/Map/forEach_A01_t01: Fail # Cannot find value 194 LibTest/core/Map/forEach_A01_t01: Fail # Cannot find value
201 LibTest/core/Map/forEach_A01_t02: Fail # SsaBuilder.visitContinueStatement not i mplemented
202 LibTest/core/Map/forEach_A01_t04: Fail # SsaBuilder.visitContinueStatement not i mplemented
203 LibTest/core/Map/forEach_A01_t05: Fail # Cannot find value 195 LibTest/core/Map/forEach_A01_t05: Fail # Cannot find value
204 LibTest/core/Map/forEach_A01_t06: Fail # SsaBuilder.visitContinueStatement not i mplemented
205 LibTest/core/Map/forEach_A01_t08: Fail # SsaBuilder.visitContinueStatement not i mplemented
206 LibTest/core/Map/getKeys_A01_t01: Fail # SsaBuilder.visitContinueStatement
207 LibTest/core/Map/getKeys_A01_t02: Fail # SsaBuilder.visitContinueStatement
208 LibTest/core/Map/getValues_A01_t01: Fail # SsaBuilder.visitContinueStatement
209 LibTest/core/Map/getValues_A01_t02: Fail # SsaBuilder.visitContinueStatement
210 LibTest/core/Map/isEmpty_A01_t01: Fail # SsaBuilder.visitContinueStatement not i mplemented
211 LibTest/core/Map/length_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented
212 LibTest/core/Map/operator_subscript_A01_t01: Fail # SsaBuilder.visitContinueStat ement not implemented
213 LibTest/core/Map/operator_subscripted_assignment_A01_t01: Fail # SsaBuilder.visi tContinueStatement not implemented
214 LibTest/core/Map/putIfAbsent_A01_t01: Fail # Cannot find value 196 LibTest/core/Map/putIfAbsent_A01_t01: Fail # Cannot find value
215 LibTest/core/Map/putIfAbsent_A01_t02: Fail # Cannot find value 197 LibTest/core/Map/putIfAbsent_A01_t02: Fail # Cannot find value
216 LibTest/core/Map/putIfAbsent_A01_t04: Fail # Cannot find value 198 LibTest/core/Map/putIfAbsent_A01_t04: Fail # Cannot find value
217 LibTest/core/Map/putIfAbsent_A01_t06: Fail # non-empty instruction stack 199 LibTest/core/Map/putIfAbsent_A01_t06: Fail # non-empty instruction stack
218 LibTest/core/Map/putIfAbsent_A01_t07: Fail # SsaBuilder.visitContinueStatement n ot implemented
219 LibTest/core/Map/putIfAbsent_A01_t08: Fail # SsaBuilder.visitContinueStatement n ot implemented
220 LibTest/core/Map/putIfAbsent_A01_t09: Fail # SsaBuilder.visitContinueStatement n ot implemented
221 LibTest/core/Map/putIfAbsent_A01_t10: Fail # non-empty instruction stack 200 LibTest/core/Map/putIfAbsent_A01_t10: Fail # non-empty instruction stack
222 LibTest/core/Map/remove_A01_t01: Fail # SsaBuilder.visitContinueStatement not im plemented
223 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length' 201 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found: 'get length'
224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 202 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
225 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 203 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
226 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 204 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
227 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 205 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
228 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented 206 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # SsaBuilder.visitContinueStatement not implemented
229 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 207 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
230 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 208 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
231 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
232 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value 210 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 650 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
673 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 651 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
674 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 652 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
675 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 653 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
676 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 654 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
677 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 655 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
678 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 656 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
679 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 657 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
680 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 658 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
681 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 659 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698