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

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

Issue 8417041: Standalone status file was updated too early. (Closed) Base URL: http://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 [ $arch == ia32 && $checked ] 7 [ $arch == ia32 && $checked ]
8 # This test has type errors on purpose. 8 # This test has type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 10
11 [ $arch == ia32] 11 [ $arch == ia32]
12 ManyEchoServerTest: Skip # Bug 5103754 12 ManyEchoServerTest: Skip # Bug 5103754
13 13
14 BlackListedTest/01: Fail # Bug 5469684
15 BlackListedTest/02: Fail # Bug 5469684
16 BlackListedTest/03: Fail, Crash # Bug 5469684
17 BlackListedTest/04: Fail, Crash # Bug 5469684
18 BlackListedTest/05: Fail # Bug 5469684
19 BlackListedTest/06: Fail # Bug 5469684
20 BlackListedTest/07: Fail, Crash # Bug 5469684
21 BlackListedTest/08: Fail # Bug 5469684
22 BlackListedTest/09: Fail, Crash # Bug 5469684
23 BlackListedTest/10: Fail, Crash # Bug 5469684
24 BlackListedTest/11: Fail, Crash # Bug 5469684
25 BlackListedTest/12: Fail, Crash # Bug 5469684
26
14 [ $arch == ia32 && $mode == release] 27 [ $arch == ia32 && $mode == release]
15 # Currently process tests are bound to debug mode. 28 # Currently process tests are bound to debug mode.
16 Process*: Skip # Bug 172 29 Process*: Skip # Bug 172
17 30
18 [ $arch == ia32 && $system == macos] 31 [ $arch == ia32 && $system == macos]
19 Process*: Skip # Bug 172 32 Process*: Skip # Bug 172
20 # This test fails with "Too many open files" on the Mac OS buildbot. 33 # This test fails with "Too many open files" on the Mac OS buildbot.
21 SocketManyConnectionsTest: Skip 34 SocketManyConnectionsTest: Skip
22 35
23 [ $arch == ia32 && $system == win32] 36 [ $arch == ia32 && $system == win32]
(...skipping 29 matching lines...) Expand all
53 [ $arch == x64 ] 66 [ $arch == x64 ]
54 *: Skip 67 *: Skip
55 68
56 69
57 [ $arch == arm ] 70 [ $arch == arm ]
58 *: Skip 71 *: Skip
59 72
60 73
61 [ $arch == simarm ] 74 [ $arch == simarm ]
62 *: Skip 75 *: 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