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

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

Issue 8506010: Simplify SIGCLD handler on linux and mac. (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 | « runtime/bin/process_macos.cc ('k') | 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: Skip # Uses too much time to test on many platforms, for no gain. 17 TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain.
18 TestRunnerTest: Skip # Hangs occasionally on many platforms. Bug 383.
19 18
20 [ $component == vm && $system == macos] 19 [ $component == vm && $system == macos]
21 # This test fails with "Too many open files" on the Mac OS buildbot. 20 # This test fails with "Too many open files" on the Mac OS buildbot.
22 SocketManyConnectionsTest: Skip 21 SocketManyConnectionsTest: Skip
23 22
24 [ $component == dartium ] 23 [ $component == dartium ]
25 # Server specific tests OK to fail in the browser 24 # Server specific tests OK to fail in the browser
26 EchoServerTest: Skip # Uses Socket 25 EchoServerTest: Skip # Uses Socket
27 EchoServerStreamTest: Skip # Uses Socket 26 EchoServerStreamTest: Skip # Uses Socket
28 EchoServerStreamReadUntilTest: Skip # Uses Socket 27 EchoServerStreamReadUntilTest: Skip # Uses Socket
(...skipping 28 matching lines...) Expand all
57 [ $arch == x64 ] 56 [ $arch == x64 ]
58 *: Skip 57 *: Skip
59 58
60 59
61 [ $arch == arm ] 60 [ $arch == arm ]
62 *: Skip 61 *: Skip
63 62
64 63
65 [ $arch == simarm ] 64 [ $arch == simarm ]
66 *: Skip 65 *: Skip
OLDNEW
« no previous file with comments | « runtime/bin/process_macos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698