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

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

Issue 9372109: Suppress another dart:io test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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) 2012, 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
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 StringStreamTest: Skip # Uses InputStream 48 StringStreamTest: Skip # Uses InputStream
49 StatusFileParserTest: Skip # Uses FileInputStream 49 StatusFileParserTest: Skip # Uses FileInputStream
50 OptionsTest: Skip # Expects options being passed from command line. 50 OptionsTest: Skip # Expects options being passed from command line.
51 FailTest: Fail # Fails intentionally 51 FailTest: Fail # Fails intentionally
52 TimeoutTest: Skip # Uses Socket 52 TimeoutTest: Skip # Uses Socket
53 TestRunnerTest: Skip # Uses Process 53 TestRunnerTest: Skip # Uses Process
54 FileInvalidArgumentsTest: Skip # Uses File 54 FileInvalidArgumentsTest: Skip # Uses File
55 PlatformTest: Skip # Uses Platform 55 PlatformTest: Skip # Uses Platform
56 ChunkedStreamTest: Skip # Uses InputStream 56 ChunkedStreamTest: Skip # Uses InputStream
57 DartStdIOPipeTest: Skip # Uses dart:io 57 DartStdIOPipeTest: Skip # Uses dart:io
58 FileOutputStreamTest: Skip # Uses dart:io
58 59
59 [ $component == dartc || $component == chromium ] 60 [ $component == dartc || $component == chromium ]
60 *: Skip 61 *: Skip
61 62
62 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 63 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ]
63 *: Skip 64 *: Skip
64 65
65 66
66 [ $component == frog || $component == frogsh ] 67 [ $component == frog || $component == frogsh ]
67 *: Skip 68 *: Skip
68 69
69 70
70 [ $arch == x64 ] 71 [ $arch == x64 ]
71 MediumIntegerTest: Fail # Issue 1146. 72 MediumIntegerTest: Fail # Issue 1146.
72 73
73 74
74 [ $arch == arm ] 75 [ $arch == arm ]
75 *: Skip 76 *: Skip
76 77
77 78
78 [ $arch == simarm ] 79 [ $arch == simarm ]
79 *: Skip 80 *: 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