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

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

Issue 8357002: Disabled failing tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « tests/standalone/src/TimerCancel1Test.dart ('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 [ $arch == ia32] 7 [ $arch == ia32]
8 ManyEchoServerTest: Skip # Bug 5103754 8 ManyEchoServerTest: Skip # Bug 5103754
9 9 TimerCancel1Test: Skip
Søren Gjesse 2011/10/19 14:22:44 Please open a bug and document it here.
jrgfogh 2011/10/19 14:26:41 Done.
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
16 [ $arch == ia32 && $system == macos] 15 [ $arch == ia32 && $system == macos]
17 # Currently process tests are not working on Mac OS. 16 # Currently process tests are not working on Mac OS.
18 Process*: Skip 17 Process*: Skip
19 # This test fails with "Too many open files" on the Mac OS buildbot. 18 # This test fails with "Too many open files" on the Mac OS buildbot.
20 SocketManyConnectionsTest: Skip 19 SocketManyConnectionsTest: Skip
21 20
22 [ $arch == ia32 && $system == win32] 21 [ $arch == ia32 && $system == win32]
23 # Windows implementation of Process is still pending. 22 # Windows implementation of Process is still pending.
24 Process*: Skip 23 Process*: Skip
25 24
26 25
27 [ $arch == dartium ] 26 [ $arch == dartium ]
28 # Server specific tests OK to fail in the browser 27 # Server specific tests OK to fail in the browser
29 EchoServerTest: Skip # Uses Socket 28 EchoServerTest: Skip # Uses Socket
30 EchoServerStreamTest: Skip # Uses Socket 29 EchoServerStreamTest: Skip # Uses Socket
31 EchoServerStreamReadUntilTest: Skip # Uses Socket 30 EchoServerStreamReadUntilTest: Skip # Uses Socket
32 ManyEchoServerTest: Skip # Uses Socket 31 ManyEchoServerTest: Skip # Uses Socket
33 SocketCloseTest: Skip # Uses Socket 32 SocketCloseTest: Skip # Uses Socket
34 SocketExceptionTest: Skip # Uses Socket 33 SocketExceptionTest: Skip # Uses Socket
35 SocketManyConnectionsTest: Skip # Uses Socket 34 SocketManyConnectionsTest: Skip # Uses Socket
36 FileTest: Skip 35 FileTest: Skip
37 ManyEchoServerTest: Skip # Uses Socket 36 ManyEchoServerTest: Skip # Uses Socket
38 TimerTest: Skip # Uses EventHandler 37 TimerTest: Skip # Uses EventHandler
39 TimerRepeatTest: Skip # Uses EventHandler 38 TimerRepeatTest: Skip # Uses EventHandler
40 MultipleTimerTest: Skip # Uses EventHandler 39 MultipleTimerTest: Skip # Uses EventHandler
41 TimerCancelTest: Skip # Uses EventHandler 40 TimerCancelTest: Skip # Uses EventHandler
Søren Gjesse 2011/10/19 14:22:44 Dies the TimerCancelTest tese still exist?
jrgfogh 2011/10/19 14:26:41 Yes.
41 TimerCancel1Test: Skip # Uses EventHandler
42 TimerCancel2Test: Skip # Uses EventHandler
42 FileInputStreamTest: Skip # Uses TextFileInputStream. 43 FileInputStreamTest: Skip # Uses TextFileInputStream.
43 Process*: Skip # Uses Process 44 Process*: Skip # Uses Process
44 Directory*: Skip # Uses Directory 45 Directory*: Skip # Uses Directory
45 46
46 47
47 [ $arch == dartc || $arch == chromium ] 48 [ $arch == dartc || $arch == chromium ]
48 *: Skip 49 *: Skip
49 50
50 51
51 [ $arch == x64 ] 52 [ $arch == x64 ]
52 *: Skip 53 *: Skip
53 54
54 55
55 [ $arch == arm ] 56 [ $arch == arm ]
56 *: Skip 57 *: Skip
57 58
58 59
59 [ $arch == simarm ] 60 [ $arch == simarm ]
60 *: Skip 61 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/src/TimerCancel1Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698