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

Side by Side Diff: tests/standalone/standalone.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 standalone 5 prefix standalone
6 6
7 [ $component == vm && $checked ] 7 [ $component == vm && $checked ]
8 # These tests have type errors on purpose. 8 # These tests have type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 DirectoryInvalidArgumentsTest: Fail, OK 10 DirectoryInvalidArgumentsTest: Fail, OK
11 FileInvalidArgumentsTest: Fail, OK 11 FileInvalidArgumentsTest: Fail, OK
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 61 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ]
62 *: Skip 62 *: Skip
63 63
64 64
65 [ $component == frog || $component == frogsh ] 65 [ $component == frog || $component == frogsh ]
66 *: Skip 66 *: Skip
67 67
68 68
69 [ $arch == x64 ] 69 [ $arch == x64 ]
70 *: Skip 70 MediumIntegerTest: Fail # Issue 1146.
71 71
72 72
73 [ $arch == arm ] 73 [ $arch == arm ]
74 *: Skip 74 *: Skip
75 75
76 76
77 [ $arch == simarm ] 77 [ $arch == simarm ]
78 *: Skip 78 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698