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

Side by Side Diff: runtime/tests/dart/dart.status

Issue 8227010: Fix deadlock in process exit handling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from @ager Created 9 years, 2 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 | « 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 dart 5 prefix dart
6 6
7 [ $arch == ia32] 7 [ $arch == ia32]
8 ManyEchoServerTest: Skip # Bug 5103754 8 ManyEchoServerTest: Skip # Bug 5103754
9 9
10 10
11 [ $arch == ia32 && $mode == release] 11 [ $arch == ia32 && $mode == release]
12 # Currently process tests are bound to debug mode. 12 # Currently process tests are bound to debug mode.
13 Process*: Skip 13 Process*: Skip
14 14
15 15
16 [ $arch == ia32 && $system == macos] 16 [ $arch == ia32 && $system == macos]
17 # Currently process tests are not working on Mac OS. 17 # Currently process tests are not working on Mac OS.
18 Process*: Skip 18 Process*: Skip
19 19
20 20
21 [ $arch == ia32 && $system == linux]
22 # Currently process tests can cause timeouts on Linux.
23 Process*: Skip # Bug 1
24
25
26 [ $arch == ia32 && $system == win32] 21 [ $arch == ia32 && $system == win32]
27 # Windows implementation of Process is still pending. 22 # Windows implementation of Process is still pending.
28 Process*: Skip 23 Process*: Skip
29 EchoServerStreamReadUntilTest: Skip # Bug 5414270 24 EchoServerStreamReadUntilTest: Skip # Bug 5414270
30 25
31 26
32 [ $arch == dartium ] 27 [ $arch == dartium ]
33 # Server specific tests OK to fail in the browser 28 # Server specific tests OK to fail in the browser
34 EchoServerTest: Skip # Uses Socket 29 EchoServerTest: Skip # Uses Socket
35 EchoServerStreamTest: Skip # Uses Socket 30 EchoServerStreamTest: Skip # Uses Socket
(...skipping 19 matching lines...) Expand all
55 [ $arch == x64 ] 50 [ $arch == x64 ]
56 *: Skip 51 *: Skip
57 52
58 53
59 [ $arch == arm ] 54 [ $arch == arm ]
60 *: Skip 55 *: Skip
61 56
62 57
63 [ $arch == simarm ] 58 [ $arch == simarm ]
64 *: Skip 59 *: 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