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

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

Issue 9114054: Port a couple more stubs to x64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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) 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 *DartcTest: Skip 9 *DartcTest: Skip
10 10
11 [ $arch == ia32 ] 11 [ $arch == ia32 ]
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 [ $component == webdriver && $browser == ff ] 54 [ $component == webdriver && $browser == ff ]
55 *: Skip 55 *: Skip
56 56
57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
58 *: Skip 58 *: Skip
59 59
60 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 60 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
61 *: Skip 61 *: Skip
62 62
63 [ $arch == x64 ]
64 *: Skip
65
66 [ $arch == simarm ] 63 [ $arch == simarm ]
67 *: Skip 64 *: Skip
68 65
69 [ $arch == arm ] 66 [ $arch == arm ]
70 *: Skip 67 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698