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

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

Issue 12386020: Mark stdout_bad_argument_test as failing in checked mode, on purpose. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 # Temporarily disabled until the test scripts are rewritten for 8 # Temporarily disabled until the test scripts are rewritten for
9 # dart:io v2. 9 # dart:io v2.
10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error.
(...skipping 24 matching lines...) Expand all
35 # Issue 8232. 35 # Issue 8232.
36 debugger/basic_debugger_test: Pass, Fail 36 debugger/basic_debugger_test: Pass, Fail
37 37
38 38
39 [ $runtime == vm && $checked ] 39 [ $runtime == vm && $checked ]
40 # These tests have type errors on purpose. 40 # These tests have type errors on purpose.
41 io/process_invalid_arguments_test: Fail, OK 41 io/process_invalid_arguments_test: Fail, OK
42 io/directory_invalid_arguments_test: Fail, OK 42 io/directory_invalid_arguments_test: Fail, OK
43 io/file_invalid_arguments_test: Fail, OK 43 io/file_invalid_arguments_test: Fail, OK
44 io/socket_invalid_arguments_test: Fail, OK 44 io/socket_invalid_arguments_test: Fail, OK
45 io/stdout_bad_argument_test: Fail, OK
45 # These test have type errors on purpose and take very long to run in 46 # These test have type errors on purpose and take very long to run in
46 # checked mode with no benefit. Skip. 47 # checked mode with no benefit. Skip.
47 io/file_fuzz_test: Skip 48 io/file_fuzz_test: Skip
48 io/directory_fuzz_test: Skip 49 io/directory_fuzz_test: Skip
49 50
50 [ $runtime == vm && $system == macos ] 51 [ $runtime == vm && $system == macos ]
51 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 52 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091
52 53
53 # This test fails with "Too many open files" on the Mac OS buildbot. 54 # This test fails with "Too many open files" on the Mac OS buildbot.
54 # This is expected as MacOS by default runs with a very low number 55 # This is expected as MacOS by default runs with a very low number
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 *: Skip 140 *: Skip
140 141
141 [ $arch == simarm ] 142 [ $arch == simarm ]
142 *: Skip 143 *: Skip
143 144
144 [ $arch == mips ] 145 [ $arch == mips ]
145 *: Skip 146 *: Skip
146 147
147 [ $arch == simmips ] 148 [ $arch == simmips ]
148 *: Skip 149 *: 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