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

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

Issue 12041074: Mark test as flaky. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove extra space. Created 7 years, 11 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 package/package_isolate_test: Fail # Issue 7520. 8 package/package_isolate_test: Fail # Issue 7520.
9 io/test_runner_test: Pass, Fail # Issue 1947 9 io/test_runner_test: Pass, Fail # Issue 1947
10 10
11 [ $runtime == vm && $checked ] 11 [ $runtime == vm && $checked ]
12 # These tests have type errors on purpose. 12 # These tests have type errors on purpose.
13 io/process_invalid_arguments_test: Fail, OK 13 io/process_invalid_arguments_test: Fail, OK
14 io/directory_invalid_arguments_test: Fail, OK 14 io/directory_invalid_arguments_test: Fail, OK
15 io/file_invalid_arguments_test: Fail, OK 15 io/file_invalid_arguments_test: Fail, OK
16 io/socket_invalid_arguments_test: Fail, OK 16 io/socket_invalid_arguments_test: Fail, OK
17 # These test have type errors on purpose and take very long to run in 17 # These test have type errors on purpose and take very long to run in
18 # checked mode with no benefit. Skip. 18 # checked mode with no benefit. Skip.
19 io/file_fuzz_test: Skip 19 io/file_fuzz_test: Skip
20 io/directory_fuzz_test: Skip 20 io/directory_fuzz_test: Skip
21 21
22 [ $runtime == vm && $system == macos && $arch == x64 ]
23 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091
24
22 [ $runtime == vm && $system == macos ] 25 [ $runtime == vm && $system == macos ]
23 # This test fails with "Too many open files" on the Mac OS buildbot. 26 # This test fails with "Too many open files" on the Mac OS buildbot.
24 # This is expected as MacOS by default runs with a very low number 27 # This is expected as MacOS by default runs with a very low number
25 # of allowed open files ('ulimit -n' says something like 256). 28 # of allowed open files ('ulimit -n' says something like 256).
26 io/socket_many_connections_test: Skip 29 io/socket_many_connections_test: Skip
27 30
28 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines 31 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines
29 # that are running an earlier version of MacOS. The issue is that the 32 # that are running an earlier version of MacOS. The issue is that the
30 # old version of MacOS does not expand the precomposed utf-8 it gets 33 # old version of MacOS does not expand the precomposed utf-8 it gets
31 # from the VM before comparing it to the decomposed utf-8 used for the 34 # from the VM before comparing it to the decomposed utf-8 used for the
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 *: Skip 117 *: Skip
115 118
116 [ $arch == simarm ] 119 [ $arch == simarm ]
117 *: Skip 120 *: Skip
118 121
119 [ $arch == mips ] 122 [ $arch == mips ]
120 *: Skip 123 *: Skip
121 124
122 [ $arch == simmips ] 125 [ $arch == simmips ]
123 *: Skip 126 *: 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