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

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

Issue 9112012: Implement code generation for === and !==. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a bug and update status files. Created 8 years, 11 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 ] 7 [ $component == leg ]
8 BigIntegerVMTest: Fail 8 BigIntegerVMTest: Fail
9 CollectionFromTest: Fail 9 CollectionFromTest: Fail
10 ConstListLiteralTest: Fail 10 ConstListLiteralTest: Fail
11 ConstListRemoveRangeTest: Fail 11 ConstListRemoveRangeTest: Fail
12 ConstListSetRangeTest: Fail 12 ConstListSetRangeTest: Fail
13 CoreRuntimeTypesTest: Fail 13 CoreRuntimeTypesTest: Fail
14 DateTimeTest: Fail 14 DateTimeTest: Fail
15 DoubleCompareTest: Fail 15 DoubleCompareTest: Fail
16 ExceptionImplementationTest: Fail 16 ExceptionImplementationTest: Fail
17 ExpressionTest: Crash 17 ExpressionTest: Crash
18 ForInTest: Fail 18 ForInTest: Fail
19 GrowableObjectArray2VMTest: Fail 19 GrowableObjectArray2VMTest: Fail
20 GrowableObjectArrayVMTest: Fail 20 GrowableObjectArrayVMTest: Fail
21 HashMapTest: Crash 21 HashMapTest: Fail
22 IndexOutOfRangeExceptionTest: Fail 22 IndexOutOfRangeExceptionTest: Fail
23 IndexedListAccessTest: Fail 23 IndexedListAccessTest: Fail
24 LinkedHashMapTest: Fail 24 LinkedHashMapTest: Fail
25 ListGetRangeTest: Fail 25 ListGetRangeTest: Fail
26 ListIndexOfTest: Fail 26 ListIndexOfTest: Fail
27 ListInsertRangeTest: Fail 27 ListInsertRangeTest: Fail
28 ListIteratorsTest: Fail 28 ListIteratorsTest: Fail
29 ListLiteralTest: Fail 29 ListLiteralTest: Fail
30 ListRemoveRangeTest: Crash 30 ListRemoveRangeTest: Crash
31 ListSetRangeTest: Fail 31 ListSetRangeTest: Fail
32 ListSortTest: Fail 32 ListSortTest: Fail
33 ListTest: Fail 33 ListTest: Fail
34 MapFromTest: Fail 34 MapFromTest: Fail
35 MapTest: Fail 35 MapTest: Fail
36 MapsTest: Fail 36 MapsTest: Fail
37 MathTest: Fail 37 MathTest: Fail
38 NanInfinityTest: Fail 38 NanInfinityTest: Fail
39 PortTest: Crash 39 PortTest: Fail
40 PromiseTest: Crash 40 PromiseTest: Fail
41 QueueIteratorTest: Crash 41 QueueIteratorTest: Fail
42 QueueTest: Fail 42 QueueTest: Fail
43 RegExp1Test: Fail 43 RegExp1Test: Fail
44 RegExp4Test: Fail 44 RegExp4Test: Fail
45 RegExp5Test: Fail 45 RegExp5Test: Fail
46 RegExpAllMatchesTest: Crash 46 RegExpAllMatchesTest: Fail
47 RegExpFirstMatchTest: Crash 47 RegExpFirstMatchTest: Fail
48 RegExpGroupTest: Crash 48 RegExpGroupTest: Fail
49 RegExpGroupsTest: Crash 49 RegExpGroupsTest: Fail
50 RegExpHasMatchTest: Crash 50 RegExpHasMatchTest: Fail
51 RegExpStartEndTest: Crash 51 RegExpStartEndTest: Fail
52 RegExpStringMatchTest: Crash 52 RegExpStringMatchTest: Fail
53 SetIteratorTest: Fail 53 SetIteratorTest: Fail
54 SetTest: Crash 54 SetTest: Fail
55 SortTest: Fail 55 SortTest: Fail
56 SplayTreeTest: Fail 56 SplayTreeTest: Fail
57 StopwatchTest: Fail 57 StopwatchTest: Fail
58 StringBaseVMTest: Fail 58 StringBaseVMTest: Fail
59 StringBufferTest: Crash 59 StringBufferTest: Fail
60 StringFromListTest: Crash 60 StringFromListTest: Crash
61 StringPatternTest: Fail 61 StringPatternTest: Fail
62 StringReplaceTest: Fail 62 StringReplaceTest: Fail
63 StringSubstringTest: Crash 63 StringSubstringTest: Crash
64 StringTest: Fail 64 StringTest: Fail
65 StringsTest: Crash 65 StringsTest: Crash
66 UnicodeTest: Crash 66 UnicodeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698