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

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

Issue 9353015: Remove dartc optimizing backend. (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) 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 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 StringSplitRegExpTest: Fail # Issue 429 9 StringSplitRegExpTest: Fail # Issue 429
10 *DartcTest: Skip 10 *DartcTest: Skip
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 *: Skip 59 *: Skip
60 60
61 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 61 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
62 *: Skip 62 *: Skip
63 63
64 [ $arch == simarm ] 64 [ $arch == simarm ]
65 *: Skip 65 *: Skip
66 66
67 [ $arch == arm ] 67 [ $arch == arm ]
68 *: Skip 68 *: Skip
69
70 [ $component == dartc && $mode == release ]
zundel 2012/02/08 00:22:36 (This will work, but I was hoping we could just tu
ahe 2012/02/08 09:36:10 Regardless, "test.py -cdartc -mrelease" should sti
zundel 2012/02/08 13:49:34 Here's what I'd rather do. remove the implicit --
71 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698