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

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

Issue 9418031: Restore the OutOfMemory test now that WeakPersistentHandles work. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: not from a read-only checkout Created 8 years, 10 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 | « 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 StreamPipeTest: Skip # Uses Socket 47 StreamPipeTest: Skip # Uses Socket
48 StringStreamTest: Skip # Uses InputStream 48 StringStreamTest: Skip # Uses InputStream
49 StatusFileParserTest: Skip # Uses FileInputStream 49 StatusFileParserTest: Skip # Uses FileInputStream
50 OptionsTest: Skip # Expects options being passed from command line. 50 OptionsTest: Skip # Expects options being passed from command line.
51 FailTest: Fail # Fails intentionally 51 FailTest: Fail # Fails intentionally
52 TimeoutTest: Skip # Uses Socket 52 TimeoutTest: Skip # Uses Socket
53 TestRunnerTest: Skip # Uses Process 53 TestRunnerTest: Skip # Uses Process
54 FileInvalidArgumentsTest: Skip # Uses File 54 FileInvalidArgumentsTest: Skip # Uses File
55 PlatformTest: Skip # Uses Platform 55 PlatformTest: Skip # Uses Platform
56 ChunkedStreamTest: Skip # Uses InputStream 56 ChunkedStreamTest: Skip # Uses InputStream
57 OutOfMemoryTest: Skip # Issue 1640
58 DartStdIOPipeTest: Skip # Uses dart:io 57 DartStdIOPipeTest: Skip # Uses dart:io
59 58
60 [ $component == dartc || $component == chromium ] 59 [ $component == dartc || $component == chromium ]
61 *: Skip 60 *: Skip
62 61
63 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ] 62 [ $component == frog || $component == frogsh || $component == leg || $component == frogium ]
64 *: Skip 63 *: Skip
65 64
66 65
67 [ $component == frog || $component == frogsh ] 66 [ $component == frog || $component == frogsh ]
68 *: Skip 67 *: Skip
69 68
70 69
71 [ $arch == x64 ] 70 [ $arch == x64 ]
72 MediumIntegerTest: Fail # Issue 1146. 71 MediumIntegerTest: Fail # Issue 1146.
73 72
74 73
75 [ $arch == arm ] 74 [ $arch == arm ]
76 *: Skip 75 *: Skip
77 76
78 77
79 [ $arch == simarm ] 78 [ $arch == simarm ]
80 *: Skip 79 *: 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