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

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

Issue 8417023: Add type checks to directory listing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 [ $arch == ia32 && $checked ] 7 [ $arch == ia32 && $checked ]
8 # This test has 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 11
11 [ $arch == ia32] 12 [ $arch == ia32]
12 ManyEchoServerTest: Skip # Bug 5103754 13 ManyEchoServerTest: Skip # Bug 5103754
13 14
14 BlackListedTest/01: Fail # Bug 5469684 15 BlackListedTest/01: Fail # Bug 5469684
15 BlackListedTest/02: Fail # Bug 5469684 16 BlackListedTest/02: Fail # Bug 5469684
16 BlackListedTest/03: Fail, Crash # Bug 5469684 17 BlackListedTest/03: Fail, Crash # Bug 5469684
17 BlackListedTest/04: Fail, Crash # Bug 5469684 18 BlackListedTest/04: Fail, Crash # Bug 5469684
18 BlackListedTest/05: Fail # Bug 5469684 19 BlackListedTest/05: Fail # Bug 5469684
19 BlackListedTest/06: Fail # Bug 5469684 20 BlackListedTest/06: Fail # Bug 5469684
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 [ $arch == x64 ] 67 [ $arch == x64 ]
67 *: Skip 68 *: Skip
68 69
69 70
70 [ $arch == arm ] 71 [ $arch == arm ]
71 *: Skip 72 *: Skip
72 73
73 74
74 [ $arch == simarm ] 75 [ $arch == simarm ]
75 *: Skip 76 *: Skip
OLDNEW
« runtime/bin/directory_impl.dart ('K') | « tests/standalone/src/DirectoryInvalidArgumentsTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698