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

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

Issue 8467034: Isolates in frog - tweaks in existing js code to make things run (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years, 1 month 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 == vm || $component == dartium ] 7 [ $component == vm || $component == dartium ]
8 UnicodeTest: Fail # Bug 5163868 8 UnicodeTest: Fail # Bug 5163868
9 *DartcTest: Skip 9 *DartcTest: Skip
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ListGetRangeTest: Fail 47 ListGetRangeTest: Fail
48 ListFromListTest: Fail 48 ListFromListTest: Fail
49 ListInsertRangeTest: Fail 49 ListInsertRangeTest: Fail
50 ListRemoveRangeTest: Fail 50 ListRemoveRangeTest: Fail
51 ListSetRangeTest: Fail 51 ListSetRangeTest: Fail
52 ListTest: Fail 52 ListTest: Fail
53 MapFromTest: Fail 53 MapFromTest: Fail
54 MapsTest: Fail 54 MapsTest: Fail
55 MathTest: Fail 55 MathTest: Fail
56 NanInfinityTest: Fail 56 NanInfinityTest: Fail
57 PortTest: Fail
58 RegExpAllMatchesTest: Fail 57 RegExpAllMatchesTest: Fail
59 RegExp4Test: Fail # New test added on 10/28. 58 RegExp4Test: Fail # New test added on 10/28.
60 StringPatternTest: Fail 59 StringPatternTest: Fail
61 StringSubstringTest: Fail 60 StringSubstringTest: Fail
62 StringTest: Fail # Needs index out of range checks. 61 StringTest: Fail # Needs index out of range checks.
63 62
64 63
65 [ $arch == x64 ] 64 [ $arch == x64 ]
66 *: Skip 65 *: Skip
67 66
68 [ $arch == simarm ] 67 [ $arch == simarm ]
69 *: Skip 68 *: Skip
70 69
71 [ $arch == arm ] 70 [ $arch == arm ]
72 *: Skip 71 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698