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

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

Issue 15051002: Fix for issue 10488 standalone/basic_debugger_test flaky (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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
« runtime/bin/dbg_connection.cc ('K') | « runtime/bin/dbg_connection.cc ('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) 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 # Fails because checked-in dart executable is not up to date. 8 # Fails because checked-in dart executable is not up to date.
9 io/test_runner_test: Fail 9 io/test_runner_test: Fail
10 # Fails because checked-in dart executable is not up to date. 10 # Fails because checked-in dart executable is not up to date.
(...skipping 20 matching lines...) Expand all
31 # checked mode with no benefit. Skip. 31 # checked mode with no benefit. Skip.
32 io/file_fuzz_test: Skip 32 io/file_fuzz_test: Skip
33 io/directory_fuzz_test: Skip 33 io/directory_fuzz_test: Skip
34 34
35 [ $runtime == vm && $system == macos ] 35 [ $runtime == vm && $system == macos ]
36 # This test fails with "Too many open files" on the Mac OS buildbot. 36 # This test fails with "Too many open files" on the Mac OS buildbot.
37 # This is expected as MacOS by default runs with a very low number 37 # This is expected as MacOS by default runs with a very low number
38 # of allowed open files ('ulimit -n' says something like 256). 38 # of allowed open files ('ulimit -n' says something like 256).
39 io/socket_many_connections_test: Skip 39 io/socket_many_connections_test: Skip
40 40
41 debugger/basic_debugger_test: Pass, Crash # Issue 10488
42
43 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines 41 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines
44 # that are running an earlier version of MacOS. The issue is that the 42 # that are running an earlier version of MacOS. The issue is that the
45 # old version of MacOS does not expand the precomposed utf-8 it gets 43 # old version of MacOS does not expand the precomposed utf-8 it gets
46 # from the VM before comparing it to the decomposed utf-8 used for the 44 # from the VM before comparing it to the decomposed utf-8 used for the
47 # file system. 45 # file system.
48 io/file_non_ascii_sync_test: Pass, Fail 46 io/file_non_ascii_sync_test: Pass, Fail
49 io/file_non_ascii_test: Pass, Fail 47 io/file_non_ascii_test: Pass, Fail
50 io/directory_non_ascii_sync_test: Pass, Fail 48 io/directory_non_ascii_sync_test: Pass, Fail
51 io/directory_non_ascii_test: Pass, Fail 49 io/directory_non_ascii_test: Pass, Fail
52 io/process_non_ascii_test: Pass, Fail 50 io/process_non_ascii_test: Pass, Fail
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 *: Skip 131 *: Skip
134 132
135 [ $arch == simarm ] 133 [ $arch == simarm ]
136 *: Skip 134 *: Skip
137 135
138 [ $arch == mips ] 136 [ $arch == mips ]
139 *: Skip 137 *: Skip
140 138
141 [ $arch == simmips ] 139 [ $arch == simmips ]
142 *: Skip 140 *: Skip
OLDNEW
« runtime/bin/dbg_connection.cc ('K') | « runtime/bin/dbg_connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698