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

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

Issue 9689071: Implement regular expression support for split and replace{First,All}. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: minor changes 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
« runtime/lib/string.dart ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $component == vm || $component == dartium ] 5 [ $component == vm || $component == dartium ]
6 UnicodeTest: Fail # Bug 5163868 6 UnicodeTest: Fail # Bug 5163868
7 StringSplitRegExpTest: Fail # Issue 429 7 StringSplitRegExpTest: Skip # Issue 429
Ivan Posva 2012/03/14 05:05:37 Why is this marked as "Skip"? My guess is that thi
cshapiro 2012/03/14 20:18:00 Correct. I was not going to close 429 until I got
8 *DartcTest: Skip 8 *DartcTest: Skip
9 9
10 [ $arch == ia32 ] 10 [ $arch == ia32 ]
11 11
12 12
13 [ $component == dartc || $component == chromium ] 13 [ $component == dartc || $component == chromium ]
14 *VMTest: Skip 14 *VMTest: Skip
15 15
16 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] 16 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
17 # VM or DartC specific tests not to be run by Frog. See language.status. 17 # VM or DartC specific tests not to be run by Frog. See language.status.
(...skipping 30 matching lines...) Expand all
48 48
49 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 49 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
50 *: Skip 50 *: Skip
51 51
52 [ $arch == simarm ] 52 [ $arch == simarm ]
53 *: Skip 53 *: Skip
54 54
55 [ $arch == arm ] 55 [ $arch == arm ]
56 *: Skip 56 *: Skip
57 57
OLDNEW
« runtime/lib/string.dart ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698