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

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

Issue 13070002: Fix analyzer status file (Closed) Base URL: http://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 && ( $system == windows ) ] 7 [ $runtime == vm && ( $system == windows ) ]
8 io/raw_socket_test: Pass, Fail # Issue 8901 8 io/raw_socket_test: Pass, Fail # Issue 8901
9 io/http_shutdown_test: Pass, Fail # Issue 9101 9 io/http_shutdown_test: Pass, Fail # Issue 9101
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 typed_data_isolate_test: Skip # This test uses dart:io 55 typed_data_isolate_test: Skip # This test uses dart:io
56 io/*: Skip # Don't run tests using dart:io in the browser 56 io/*: Skip # Don't run tests using dart:io in the browser
57 crypto/*: Skip # Don't run tests using dart:io in the browser 57 crypto/*: Skip # Don't run tests using dart:io in the browser
58 package/*: Skip # Do not run those in Dartium. 58 package/*: Skip # Do not run those in Dartium.
59 debugger/*: Skip # Do not run standalone debugger tests in browser. 59 debugger/*: Skip # Do not run standalone debugger tests in browser.
60 60
61 [ $compiler == dartc ] 61 [ $compiler == dartc ]
62 62
63 # package test issue 7392 63 # package test issue 7392
64 package/package1_test: Fail 64 package/package1_test: Fail
65 package/package_isolate_test: Fail
66 package/package_test: Fail 65 package/package_test: Fail
67 66
68 67
69 # The dart:io library is created at build time from separate files, and 68 # The dart:io library is created at build time from separate files, and
70 # there is no language-spec compatible way to run unit tests on the private 69 # there is no language-spec compatible way to run unit tests on the private
71 # members and methods of dart:io. 70 # members and methods of dart:io.
72 # Dartc spots the misuse of 'part' directives in these unit tests. 71 # Dartc spots the misuse of 'part' directives in these unit tests.
73 crypto/*: Skip # dartc cannot parse dart:io unit tests. 72 crypto/*: Skip # dartc cannot parse dart:io unit tests.
74 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. 73 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests.
75 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 74 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 *: Skip 123 *: Skip
125 124
126 [ $arch == simarm ] 125 [ $arch == simarm ]
127 *: Skip 126 *: Skip
128 127
129 [ $arch == mips ] 128 [ $arch == mips ]
130 *: Skip 129 *: Skip
131 130
132 [ $arch == simmips ] 131 [ $arch == simmips ]
133 *: Skip 132 *: 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