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

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

Issue 9570021: Suppress another dart:io tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 TimeoutTest: Skip # Uses Socket 57 TimeoutTest: Skip # Uses Socket
58 TestRunnerTest: Skip # Uses Process 58 TestRunnerTest: Skip # Uses Process
59 FileInvalidArgumentsTest: Skip # Uses File 59 FileInvalidArgumentsTest: Skip # Uses File
60 PlatformTest: Skip # Uses Platform 60 PlatformTest: Skip # Uses Platform
61 ChunkedStreamTest: Skip # Uses InputStream 61 ChunkedStreamTest: Skip # Uses InputStream
62 DartStdIOPipeTest: Skip # Uses dart:io 62 DartStdIOPipeTest: Skip # Uses dart:io
63 FileOutputStreamTest: Skip # Uses dart:io 63 FileOutputStreamTest: Skip # Uses dart:io
64 HttpTest: Skip # Uses dart:io 64 HttpTest: Skip # Uses dart:io
65 HttpParserTest: Skip # Uses dart:io 65 HttpParserTest: Skip # Uses dart:io
66 UrlEncodingTest: Skip # Uses dart:io 66 UrlEncodingTest: Skip # Uses dart:io
67 ManyDirectoryOperationsTest: Skip # Uses dart:io
67 TestExtensionTest: Skip # Extensions implemented only in Dart shell. 68 TestExtensionTest: Skip # Extensions implemented only in Dart shell.
68 69
69 [ $component == dartc || $component == chromium ] 70 [ $component == dartc || $component == chromium ]
70 *: Skip 71 *: Skip
71 72
72 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 73 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ]
73 *: Skip 74 *: Skip
74 75
75 76
76 [ $component == frog || $component == frogsh ] 77 [ $component == frog || $component == frogsh ]
77 *: Skip 78 *: Skip
78 79
79 80
80 [ $arch == x64 ] 81 [ $arch == x64 ]
81 MediumIntegerTest: Fail # Issue 1146. 82 MediumIntegerTest: Fail # Issue 1146.
82 83
83 84
84 [ $arch == arm ] 85 [ $arch == arm ]
85 *: Skip 86 *: Skip
86 87
87 88
88 [ $arch == simarm ] 89 [ $arch == simarm ]
89 *: Skip 90 *: 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