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

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

Issue 9490003: Implement String.hashCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Don't use XOR :-( 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 corelib 5 prefix corelib
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
11 [ $component == leg ] 11 [ $component == leg ]
12 DoubleCompareTest: Fail, OK # VM handling of double literals. 12 DoubleCompareTest: Fail, OK # VM handling of double literals.
13 MathTest: Fail, OK # VM handling of double literals. 13 MathTest: Fail, OK # VM handling of double literals.
14 14
15 DateTimeTest: Crash # Issue 1857 15 DateTimeTest: Crash # Issue 1857
16 16
17 # Compilation errors. 17 # Compilation errors.
18 CollectionFromTest: Fail # named constructors with type arguments are not implem ented 18 CollectionFromTest: Fail # named constructors with type arguments are not implem ented
19 CollectionToStringTest: Fail # visitContinueStatement not implemented 19 CollectionToStringTest: Fail # visitContinueStatement not implemented
20 ConstListLiteralTest: Fail # visitContinueStatement not implemented 20 ConstListLiteralTest: Fail # visitContinueStatement not implemented
21 CoreRuntimeTypesTest: Fail # map not implemented 21 CoreRuntimeTypesTest: Fail # map not implemented
22 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented 22 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented
23 ForInTest: Fail # visitContinueStatement not implemented 23 ForInTest: Fail # visitContinueStatement not implemented
24 FutureTest: Fail # named constructors with type arguments are not implemented 24 FutureTest: Fail # named constructors with type arguments are not implemented
25 FuturesTest: Fail # factory ReceivePort is not implemented 25 FuturesTest: Fail # factory ReceivePort is not implemented
26 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented
27 LinkedHashMapTest: Fail # Internal Error: Cannot find value 26 LinkedHashMapTest: Fail # Internal Error: Cannot find value
28 ListGetRangeTest: Fail # Bad code for Expect.throws. 27 ListGetRangeTest: Fail # Bad code for Expect.throws.
29 ListSortTest: Fail # visitContinueStatement not implemented 28 ListSortTest: Fail # visitContinueStatement not implemented
30 ListTest: Fail # Internal Error: Cannot find value 29 ListTest: Fail # Internal Error: Cannot find value
31 MapFromTest: Fail # map not implemented 30 MapFromTest: Fail # map not implemented
32 MapTest: Fail # map not implemented 31 MapTest: Fail # map not implemented
33 MapsTest: Fail # Internal Error: Cannot find value 32 MapsTest: Fail # Internal Error: Cannot find value
34 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented 33 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented
35 QueueTest: Fail # Internal Error: Cannot find value 34 QueueTest: Fail # Internal Error: Cannot find value
36 SetIteratorTest: Fail # CompileTimeConstantEvaluator not implemented 35 SetIteratorTest: Fail # CompileTimeConstantEvaluator not implemented
37 SetTest: Fail # Internal Error: Cannot find value 36 SetTest: Fail # Internal Error: Cannot find value
38 SortTest: Fail # visitContinueStatement not implemented 37 SortTest: Fail # visitContinueStatement not implemented
39 StringPatternTest: Fail # Bad bailout code related to for-in. 38 StringPatternTest: Fail # Bad bailout code related to for-in.
40 StringTest: Fail # Internal Error: Cannot find value 39 StringTest: Fail # Internal Error: Cannot find value
41 40
42 41
43 # Bad test, assumes RegExp.allMatches returns a Collection. 42 # Bad test, assumes RegExp.allMatches returns a Collection.
44 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE ach' 43 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE ach'
45 44
46 45
47 BigIntegerVMTest: Fail, OK # VM specific test. 46 BigIntegerVMTest: Fail, OK # VM specific test.
48 GrowableObjectArray2VMTest: Fail, OK # VM specific test. 47 GrowableObjectArray2VMTest: Fail, OK # VM specific test.
49 GrowableObjectArrayVMTest: Fail, OK # VM specific test. 48 GrowableObjectArrayVMTest: Fail, OK # VM specific test.
50 StringBaseVMTest: Fail, OK # VM specific test. 49 StringBaseVMTest: Fail, OK # VM specific test.
OLDNEW
« dart/frog/leg/lib/js_helper.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698