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

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

Issue 12261054: Mark standalone/io/socket_stream_close_test as flaky on windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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) 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/web_socket_test: Fail, Pass # Issue 8495. 9 io/web_socket_test: Fail, Pass # Issue 8495.
10 10
(...skipping 27 matching lines...) Expand all
38 # from the VM before comparing it to the decomposed utf-8 used for the 38 # from the VM before comparing it to the decomposed utf-8 used for the
39 # file system. 39 # file system.
40 io/file_non_ascii_sync_test: Pass, Fail 40 io/file_non_ascii_sync_test: Pass, Fail
41 io/file_non_ascii_test: Pass, Fail 41 io/file_non_ascii_test: Pass, Fail
42 io/directory_non_ascii_sync_test: Pass, Fail 42 io/directory_non_ascii_sync_test: Pass, Fail
43 io/directory_non_ascii_test: Pass, Fail 43 io/directory_non_ascii_test: Pass, Fail
44 io/process_non_ascii_test: Pass, Fail 44 io/process_non_ascii_test: Pass, Fail
45 45
46 [ $runtime == vm && $system == windows ] 46 [ $runtime == vm && $system == windows ]
47 io/file_system_links_test: Skip # No links on Windows. 47 io/file_system_links_test: Skip # No links on Windows.
48 io//socket_stream_close_test: Fail, Pass # Issue 8556.
ahe 2013/02/15 09:23:04 Extra /
ricow1 2013/02/15 09:24:55 Done.
48 49
49 [ $compiler == none && $runtime == drt ] 50 [ $compiler == none && $runtime == drt ]
50 io/*: Skip # Don't run tests using dart:io in the browser 51 io/*: Skip # Don't run tests using dart:io in the browser
51 crypto/*: Skip # Don't run tests using dart:io in the browser 52 crypto/*: Skip # Don't run tests using dart:io in the browser
52 package/*: Skip # Do not run those in Dartium. 53 package/*: Skip # Do not run those in Dartium.
53 debugger/*: Skip # Do not run standalone debugger tests in browser. 54 debugger/*: Skip # Do not run standalone debugger tests in browser.
54 55
55 [ $compiler == dartc ] 56 [ $compiler == dartc ]
56 57
57 # package test issue 7392 58 # package test issue 7392
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 *: Skip 116 *: Skip
116 117
117 [ $arch == simarm ] 118 [ $arch == simarm ]
118 *: Skip 119 *: Skip
119 120
120 [ $arch == mips ] 121 [ $arch == mips ]
121 *: Skip 122 *: Skip
122 123
123 [ $arch == simmips ] 124 [ $arch == simmips ]
124 *: Skip 125 *: 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