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

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

Issue 9689089: Improve the replaceFirst, replaceAll and split methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: propertly specify test exceptions 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) 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: Skip # Issue 2171
8 *DartcTest: Skip 7 *DartcTest: Skip
9 8
10 [ $arch == ia32 ] 9 [ $arch == ia32 ]
11 10
12 11
13 [ $component == dartc || $component == chromium ] 12 [ $component == dartc || $component == chromium ]
14 *VMTest: Skip 13 *VMTest: Skip
15 14
16 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] 15 [ $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. 16 # VM or DartC specific tests not to be run by Frog. See language.status.
(...skipping 30 matching lines...) Expand all
48 47
49 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 48 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
50 *: Skip 49 *: Skip
51 50
52 [ $arch == simarm ] 51 [ $arch == simarm ]
53 *: Skip 52 *: Skip
54 53
55 [ $arch == arm ] 54 [ $arch == arm ]
56 *: Skip 55 *: Skip
57 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698