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

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

Issue 9572005: Move all tests using dart:io to a separate directory (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 | « tests/standalone/src/test_extension.dart ('k') | tests/standalone/test_config.dart » ('j') | 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 TimeoutTest: Skip # Timeout test for testing the test runner.
8 FailTest: Fail # Fails intentionally
Mads Ager (google) 2012/03/02 09:39:49 This should be Fail, OK That way it is reflected
Søren Gjesse 2012/03/02 10:56:13 Done.
9
7 [ $component == vm && $checked ] 10 [ $component == vm && $checked ]
8 # These tests have type errors on purpose. 11 # These tests have type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 12 io/ProcessInvalidArgumentsTest: Fail, OK
10 DirectoryInvalidArgumentsTest: Fail, OK 13 io/DirectoryInvalidArgumentsTest: Fail, OK
11 FileInvalidArgumentsTest: Fail, OK 14 io/FileInvalidArgumentsTest: Fail, OK
12 15
13 [ $component == vm] 16 [ $component == vm]
14 ManyEchoServerTest: Skip # Bug 5103754 17 io/ManyEchoServerTest: Skip # Bug 5103754
15 # These tests fail, crash, and timeout to test the testing infrastructure. 18 # These tests fail, crash, and timeout to test the testing infrastructure.
16 FailTest: Fail 19 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817)
17 TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain.
18 TestExtensionTest: Fail # shared library in wrong place (issue 1817)
19 20
20 [ $component == vm && $system == macos] 21 [ $component == vm && $system == macos]
21 # This test fails with "Too many open files" on the Mac OS buildbot. 22 # This test fails with "Too many open files" on the Mac OS buildbot.
22 SocketManyConnectionsTest: Skip 23 io/SocketManyConnectionsTest: Skip
23 TestExtensionTest: Skip # Extensions not implemented on MacOS 24 io/TestExtensionTest: Skip # Extensions not implemented on MacOS
24 25
25 [ $component == vm && $system == win32] 26 [ $component == vm && $system == win32]
26 TestExtensionTest: Skip # Extensions not implemented on Windows 27 io/TestExtensionTest: Skip # Extensions not implemented on Windows
27 28
28 [ $component == dartium ] 29 [ $component == dartium ]
29 # Server specific tests OK to fail in the browser 30 io/*: Skip # Don't run tests using dart:io in the browser
antonm 2012/03/02 09:35:18 yay!
30 EchoServerTest: Skip # Uses Socket
31 EchoServerStreamTest: Skip # Uses Socket
32 EchoServerStreamReadUntilTest: Skip # Uses Socket
33 ManyEchoServerTest: Skip # Uses Socket
34 SocketCloseTest: Skip # Uses Socket
35 SocketExceptionTest: Skip # Uses Socket
36 SocketManyConnectionsTest: Skip # Uses Socket
37 SocketStreamCloseTest: Skip # Uses Socket
38 ReadIntoConstList: Skip # Uses File
39 FileTest: Skip
40 ListInputStreamTest: Skip # Uses InputStream
41 ListOutputStreamTest: Skip # Uses OutputStream
42 ManyEchoServerTest: Skip # Uses Socket
43 TimerTest: Skip # Uses EventHandler
44 TimerRepeatTest: Skip # Uses EventHandler
45 MultipleTimerTest: Skip # Uses EventHandler
46 TimerCancelTest: Skip # Uses EventHandler
47 TimerCancel1Test: Skip # Uses EventHandler
48 TimerCancel2Test: Skip # Uses EventHandler
49 FileInputStreamTest: Skip # Uses TextFileInputStream.
50 Process*: Skip # Uses Process
51 Directory*: Skip # Uses Directory
52 StreamPipeTest: Skip # Uses Socket
53 StringStreamTest: Skip # Uses InputStream
54 StatusFileParserTest: Skip # Uses FileInputStream
55 OptionsTest: Skip # Expects options being passed from command line.
56 FailTest: Fail # Fails intentionally
57 TimeoutTest: Skip # Uses Socket
58 TestRunnerTest: Skip # Uses Process
59 FileInvalidArgumentsTest: Skip # Uses File
60 PlatformTest: Skip # Uses Platform
61 ChunkedStreamTest: Skip # Uses InputStream
62 DartStdIOPipeTest: Skip # Uses dart:io
63 FileOutputStreamTest: Skip # Uses dart:io
64 HttpTest: Skip # Uses dart:io
65 HttpParserTest: Skip # Uses dart:io
66 UrlEncodingTest: Skip # Uses dart:io
67 ManyDirectoryOperationsTest: Skip # Uses dart:io
68 ManyFileOperationsTest: Skip # Uses dart:io
69 TestExtensionTest: Skip # Extensions implemented only in Dart shell.
70 31
71 [ $component == dartc || $component == chromium ] 32 [ $component == dartc || $component == chromium ]
72 *: Skip 33 *: Skip
73 34
74 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 35 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ]
75 *: Skip 36 *: Skip
76 37
77 38
78 [ $component == frog || $component == frogsh ] 39 [ $component == frog || $component == frogsh ]
79 *: Skip 40 *: Skip
80 41
81 42
82 [ $arch == x64 ] 43 [ $arch == x64 ]
83 MediumIntegerTest: Fail # Issue 1146. 44 MediumIntegerTest: Fail # Issue 1146.
84 45
85 46
86 [ $arch == arm ] 47 [ $arch == arm ]
87 *: Skip 48 *: Skip
88 49
89 50
90 [ $arch == simarm ] 51 [ $arch == simarm ]
91 *: Skip 52 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/src/test_extension.dart ('k') | tests/standalone/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698