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

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

Issue 8355001: Add more tests for classes which may not be subclassed. (Closed) Base URL: http://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/BlackListedTest.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 TimerCancel1Test: Skip 9 TimerCancel1Test: Skip
10 10
11 BlackListedTest/01: Fail # Bug 5469684
12 BlackListedTest/02: Fail # Bug 5469684
13 BlackListedTest/03: Fail, Crash # Bug 5469684
14 BlackListedTest/04: Fail, Crash # Bug 5469684
15 BlackListedTest/05: Fail # Bug 5469684
16 BlackListedTest/06: Fail # Bug 5469684
17 BlackListedTest/07: Fail, Crash # Bug 5469684
18 BlackListedTest/08: Fail # Bug 5469684
19 BlackListedTest/09: Fail, Crash # Bug 5469684
20 BlackListedTest/10: Fail, Crash # Bug 5469684
21 BlackListedTest/11: Fail, Crash # Bug 5469684
22 BlackListedTest/12: Fail, Crash # Bug 5469684
23
11 [ $arch == ia32 && $mode == release] 24 [ $arch == ia32 && $mode == release]
12 # Currently process tests are bound to debug mode. 25 # Currently process tests are bound to debug mode.
13 Process*: Skip 26 Process*: Skip
14 27
15 [ $arch == ia32 && $system == macos] 28 [ $arch == ia32 && $system == macos]
16 # Currently process tests are not working on Mac OS. 29 # Currently process tests are not working on Mac OS.
17 Process*: Skip 30 Process*: Skip
18 # This test fails with "Too many open files" on the Mac OS buildbot. 31 # This test fails with "Too many open files" on the Mac OS buildbot.
19 SocketManyConnectionsTest: Skip 32 SocketManyConnectionsTest: Skip
20 33
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 [ $arch == x64 ] 65 [ $arch == x64 ]
53 *: Skip 66 *: Skip
54 67
55 68
56 [ $arch == arm ] 69 [ $arch == arm ]
57 *: Skip 70 *: Skip
58 71
59 72
60 [ $arch == simarm ] 73 [ $arch == simarm ]
61 *: Skip 74 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/src/BlackListedTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698