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

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

Issue 8477028: Skip TestRunnerTest on win32 platform, file issue 363 about flaky Process class. (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
« 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 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
11 FileInvalidArgumentsTest: Fail, OK 11 FileInvalidArgumentsTest: Fail, OK
12 12
13 [ $component == vm] 13 [ $component == vm]
14 ManyEchoServerTest: Skip # Bug 5103754 14 ManyEchoServerTest: Skip # Bug 5103754
15 # These tests fail, crash, and timeout to test the testing infrastructure. 15 # These tests fail, crash, and timeout to test the testing infrastructure.
16 FailTest: Fail 16 FailTest: Fail
17 TimeoutTest: Timeout 17 TimeoutTest: Timeout
18 18
19 [ $component == vm && $mode == release] 19 [ $component == vm && $mode == release]
20 # Currently process tests are bound to debug mode. 20 # Currently process tests are bound to debug mode.
21 Process*: Skip # Bug 172 21 Process*: Skip # Bug 172
22 22
23 [ $component == vm && $system == macos] 23 [ $component == vm && $system == macos]
24 Process*: Skip # Bug 172 24 Process*: Skip # Bug 172
25 # This test fails with "Too many open files" on the Mac OS buildbot. 25 # This test fails with "Too many open files" on the Mac OS buildbot.
26 SocketManyConnectionsTest: Skip 26 SocketManyConnectionsTest: Skip
27 27
28 [ $component == vm && $system == win32] 28 [ $component == vm && $system == win32]
29 Process*: Skip 29 Process*: Skip # Dart issue 363.
30 TestRunnerTest: Skip # Uses Process. Dart issue 363.
30 31
31 [ $component == dartium ] 32 [ $component == dartium ]
32 # Server specific tests OK to fail in the browser 33 # Server specific tests OK to fail in the browser
33 EchoServerTest: Skip # Uses Socket 34 EchoServerTest: Skip # Uses Socket
34 EchoServerStreamTest: Skip # Uses Socket 35 EchoServerStreamTest: Skip # Uses Socket
35 EchoServerStreamReadUntilTest: Skip # Uses Socket 36 EchoServerStreamReadUntilTest: Skip # Uses Socket
36 ManyEchoServerTest: Skip # Uses Socket 37 ManyEchoServerTest: Skip # Uses Socket
37 SocketCloseTest: Skip # Uses Socket 38 SocketCloseTest: Skip # Uses Socket
38 SocketExceptionTest: Skip # Uses Socket 39 SocketExceptionTest: Skip # Uses Socket
39 SocketManyConnectionsTest: Skip # Uses Socket 40 SocketManyConnectionsTest: Skip # Uses Socket
(...skipping 22 matching lines...) Expand all
62 [ $arch == x64 ] 63 [ $arch == x64 ]
63 *: Skip 64 *: Skip
64 65
65 66
66 [ $arch == arm ] 67 [ $arch == arm ]
67 *: Skip 68 *: Skip
68 69
69 70
70 [ $arch == simarm ] 71 [ $arch == simarm ]
71 *: Skip 72 *: 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