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

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

Issue 8220004: Skip directory tests when not running on the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dart 5 prefix dart
6 6
7 [ $arch == ia32] 7 [ $arch == ia32]
8 ManyEchoServerTest: Skip # Bug 5103754 8 ManyEchoServerTest: Skip # Bug 5103754
9 9
10 10
(...skipping 27 matching lines...) Expand all
38 SocketCloseTest: Skip # Uses Socket 38 SocketCloseTest: Skip # Uses Socket
39 SocketExceptionTest: Skip # Uses Socket 39 SocketExceptionTest: Skip # Uses Socket
40 FileTest: Skip 40 FileTest: Skip
41 ManyEchoServerTest: Skip # Uses Socket 41 ManyEchoServerTest: Skip # Uses Socket
42 TimerTest: Skip # Uses EventHandler 42 TimerTest: Skip # Uses EventHandler
43 TimerRepeatTest: Skip # Uses EventHandler 43 TimerRepeatTest: Skip # Uses EventHandler
44 MultipleTimerTest: Skip # Uses EventHandler 44 MultipleTimerTest: Skip # Uses EventHandler
45 TimerCancelTest: Skip # Uses EventHandler 45 TimerCancelTest: Skip # Uses EventHandler
46 FileInputStreamTest: Skip # Uses TextFileInputStream. 46 FileInputStreamTest: Skip # Uses TextFileInputStream.
47 Process*: Skip # Uses Process 47 Process*: Skip # Uses Process
48 Directory*: Skip # Uses Directory
48 49
49 50
50 [ $arch == dartc || $arch == chromium ] 51 [ $arch == dartc || $arch == chromium ]
51 *: Skip 52 *: Skip
52 53
53 54
54 [ $arch == x64 ] 55 [ $arch == x64 ]
55 *: Skip 56 *: Skip
56 57
57 58
58 [ $arch == arm ] 59 [ $arch == arm ]
59 *: Skip 60 *: Skip
60 61
61 62
62 [ $arch == simarm ] 63 [ $arch == simarm ]
63 *: Skip 64 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698