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

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

Issue 8491014: Handling of wrong types of arguments in the File API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor tweaks Created 9 years, 1 month 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) 2011, 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 12
12 [ $component == vm] 13 [ $component == vm]
13 ManyEchoServerTest: Skip # Bug 5103754 14 ManyEchoServerTest: Skip # Bug 5103754
14 15
15 [ $component == vm && $mode == release] 16 [ $component == vm && $mode == release]
16 # Currently process tests are bound to debug mode. 17 # Currently process tests are bound to debug mode.
17 Process*: Skip # Bug 172 18 Process*: Skip # Bug 172
18 19
19 [ $component == vm && $system == macos] 20 [ $component == vm && $system == macos]
20 Process*: Skip # Bug 172 21 Process*: Skip # Bug 172
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 [ $arch == x64 ] 56 [ $arch == x64 ]
56 *: Skip 57 *: Skip
57 58
58 59
59 [ $arch == arm ] 60 [ $arch == arm ]
60 *: Skip 61 *: Skip
61 62
62 63
63 [ $arch == simarm ] 64 [ $arch == simarm ]
64 *: Skip 65 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698