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

Side by Side Diff: standalone/standalone.status

Issue 12079104: Update status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
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 9
10 [ $runtime == vm && $checked ] 10 [ $runtime == vm && $checked ]
(...skipping 26 matching lines...) Expand all
37 # from the VM before comparing it to the decomposed utf-8 used for the 37 # from the VM before comparing it to the decomposed utf-8 used for the
38 # file system. 38 # file system.
39 io/file_non_ascii_sync_test: Pass, Fail 39 io/file_non_ascii_sync_test: Pass, Fail
40 io/file_non_ascii_test: Pass, Fail 40 io/file_non_ascii_test: Pass, Fail
41 io/directory_non_ascii_sync_test: Pass, Fail 41 io/directory_non_ascii_sync_test: Pass, Fail
42 io/directory_non_ascii_test: Pass, Fail 42 io/directory_non_ascii_test: Pass, Fail
43 io/process_non_ascii_test: Pass, Fail 43 io/process_non_ascii_test: Pass, Fail
44 44
45 [ $runtime == vm && $system == windows ] 45 [ $runtime == vm && $system == windows ]
46 io/file_system_links_test: Skip # No links on Windows. 46 io/file_system_links_test: Skip # No links on Windows.
47 io/test_extension_fail_test: Fail # Issue 7157
48 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157
49 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157
50 io/directory_list_nonexistent_test: Skip # Issue 7157
51 io/web_socket_test: Skip # Issue 7157
52 io/web_socket_no_secure_test: Pass # Issue 7157 - Remove test when fixed.
53 47
54 [ $compiler == none && $runtime == drt ] 48 [ $compiler == none && $runtime == drt ]
55 io/*: Skip # Don't run tests using dart:io in the browser 49 io/*: Skip # Don't run tests using dart:io in the browser
56 crypto/*: Skip # Don't run tests using dart:io in the browser 50 crypto/*: Skip # Don't run tests using dart:io in the browser
57 package/*: Skip # Do not run those in Dartium. 51 package/*: Skip # Do not run those in Dartium.
58 debugger/*: Skip # Do not run standalone debugger tests in browser. 52 debugger/*: Skip # Do not run standalone debugger tests in browser.
59 53
60 [ $compiler == dartc ] 54 [ $compiler == dartc ]
61 55
62 # package test issue 7392 56 # package test issue 7392
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 *: Skip 114 *: Skip
121 115
122 [ $arch == simarm ] 116 [ $arch == simarm ]
123 *: Skip 117 *: Skip
124 118
125 [ $arch == mips ] 119 [ $arch == mips ]
126 *: Skip 120 *: Skip
127 121
128 [ $arch == simmips ] 122 [ $arch == simmips ]
129 *: Skip 123 *: 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