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

Side by Side Diff: pkg/pkg.status

Issue 23691028: Fixing status of analyzer_experimental/test/options_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 [ $compiler == dart2js && $browser ] 106 [ $compiler == dart2js && $browser ]
107 stack_trace/test/vm_test: Fail, OK # VM-specific traces 107 stack_trace/test/vm_test: Fail, OK # VM-specific traces
108 crypto/test/sha256_test: Slow, Pass 108 crypto/test/sha256_test: Slow, Pass
109 crypto/test/sha1_test: Slow, Pass 109 crypto/test/sha1_test: Slow, Pass
110 110
111 [ $browser ] 111 [ $browser ]
112 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 112 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
113 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 113 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
114 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 114 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
115 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 115 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io.
116 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 116 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
117 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. 117 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
118 barback/test/*: Fail, OK # Uses dart:io. 118 barback/test/*: Fail, OK # Uses dart:io.
119 http/test/client_test: Fail, OK # Uses dart:io. 119 http/test/client_test: Fail, OK # Uses dart:io.
120 http/test/http_test: Fail, OK # Uses dart:io. 120 http/test/http_test: Fail, OK # Uses dart:io.
121 http/test/mock_client_test: Fail, OK # Uses dart:io. 121 http/test/mock_client_test: Fail, OK # Uses dart:io.
122 http/test/multipart_test: Fail, OK # Uses dart:io. 122 http/test/multipart_test: Fail, OK # Uses dart:io.
123 http/test/request_test: Fail, OK # Uses dart:io. 123 http/test/request_test: Fail, OK # Uses dart:io.
124 http/test/response_test: Fail, OK # Uses dart:io. 124 http/test/response_test: Fail, OK # Uses dart:io.
125 http/test/streamed_request_test: Fail, OK # Uses dart:io. 125 http/test/streamed_request_test: Fail, OK # Uses dart:io.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 mutation_observer: Skip 201 mutation_observer: Skip
202 polymer_expressions/test/syntax_test: Skip 202 polymer_expressions/test/syntax_test: Skip
203 third_party/html5lib/test/browser/browser_test: Skip 203 third_party/html5lib/test/browser/browser_test: Skip
204 204
205 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 205 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
206 docgen/test/single_library_test: Skip # Uses dart:io 206 docgen/test/single_library_test: Skip # Uses dart:io
207 207
208 # Issue http://dartbug.com/12930 208 # Issue http://dartbug.com/12930
209 [ $runtime == vm ] 209 [ $runtime == vm ]
210 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 210 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
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