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

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

Issue 9423042: Copy JSSyntaxRegExp from frog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 BigIntegerVMTest: Fail
13 CollectionFromTest: Fail 12 CollectionFromTest: Fail
14 ConstListRemoveRangeTest: Fail 13 ConstListRemoveRangeTest: Fail
15 ConstListSetRangeTest: Fail 14 ConstListSetRangeTest: Fail
16 CoreRuntimeTypesTest: Fail 15 CoreRuntimeTypesTest: Fail
17 DateTimeTest: Fail 16 DateTimeTest: Fail
18 DoubleCompareTest: Fail 17 DoubleCompareTest: Fail
19 ExpressionTest: Fail 18 ExpressionTest: Fail
20 ForInTest: Fail 19 ForInTest: Fail
21 FutureTest: Fail 20 FutureTest: Fail
22 FuturesTest: Fail 21 FuturesTest: Fail
23 GrowableObjectArray2VMTest: Fail
24 GrowableObjectArrayVMTest: Fail
25 HashMapTest: Fail 22 HashMapTest: Fail
26 LinkedHashMapTest: Fail 23 LinkedHashMapTest: Fail
27 ListGetRangeTest: Fail 24 ListGetRangeTest: Fail
28 ListSortTest: Fail 25 ListSortTest: Fail
29 ListTest: Fail 26 ListTest: Fail
30 MapFromTest: Fail 27 MapFromTest: Fail
31 MapTest: Fail 28 MapTest: Fail
32 MapsTest: Fail 29 MapsTest: Fail
33 MathTest: Fail 30 MathTest: Fail
34 PortTest: Fail 31 PortTest: Fail
35 PromiseTest: Fail 32 PromiseTest: Fail
36 QueueTest: Fail 33 QueueTest: Fail
37 RegExp1Test: Fail 34 RegExp1Test: Fail
38 RegExp4Test: Fail
39 RegExp5Test: Fail
40 RegExpAllMatchesTest: Fail 35 RegExpAllMatchesTest: Fail
41 RegExpFirstMatchTest: Fail
42 RegExpGroupTest: Fail
43 RegExpGroupsTest: Fail
44 RegExpHasMatchTest: Fail
45 RegExpStartEndTest: Fail
46 RegExpStringMatchTest: Fail
47 SetIteratorTest: Fail 36 SetIteratorTest: Fail
48 SetTest: Fail 37 SetTest: Fail
49 SortTest: Fail 38 SortTest: Fail
50 SplayTreeTest: Fail 39 SplayTreeTest: Fail
51 StopwatchTest: Fail 40 StopwatchTest: Fail
52 StringBaseVMTest: Fail
53 StringPatternTest: Fail 41 StringPatternTest: Fail
54 StringSplitRegExpTest: Fail 42 StringSplitRegExpTest: Fail
55 StringTest: Fail 43 StringTest: Fail
44
45
46 BigIntegerVMTest: Fail, OK # VM specific test.
47 GrowableObjectArray2VMTest: Fail, OK # VM specific test.
48 GrowableObjectArrayVMTest: Fail, OK # VM specific test.
49 StringBaseVMTest: Fail, OK # VM specific test.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698