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

Side by Side Diff: pkg/pkg.status

Issue 56523002: fix status file with analyzer tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 145
146 # This test cannot run under CSP because it is injecting a JavaScript polyfill 146 # This test cannot run under CSP because it is injecting a JavaScript polyfill
147 mutation_observer: Skip 147 mutation_observer: Skip
148 148
149 [ $compiler == dart2js && $minified ] 149 [ $compiler == dart2js && $minified ]
150 # The unminified unittest tests test that the real names of Dart types are 150 # The unminified unittest tests test that the real names of Dart types are
151 # printed. Minified versions of these tests exist that test the behavior when 151 # printed. Minified versions of these tests exist that test the behavior when
152 # minified. 152 # minified.
153 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 153 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
154 154
155 # Issue 9217: Uses unspecified Type.toString.
156 analyzer/test/generated/ast_test: Fail
157
158 [ $compiler == dart2js && $browser ] 155 [ $compiler == dart2js && $browser ]
159 stack_trace/test/vm_test: Fail, OK # VM-specific traces 156 stack_trace/test/vm_test: Fail, OK # VM-specific traces
160 crypto/test/sha256_test: Slow, Pass 157 crypto/test/sha256_test: Slow, Pass
161 crypto/test/sha1_test: Slow, Pass 158 crypto/test/sha1_test: Slow, Pass
162 polymer/example/component: Fail # Issue 13198 159 polymer/example/component: Fail # Issue 13198
163 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior 160 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior
164 161
165 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 162 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
166 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 163 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
167 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 164 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
168 165
169 [ $compiler == none && $runtime == vm && $system == windows ] 166 [ $compiler == none && $runtime == vm && $system == windows ]
170 http_server/test/http_body_test: Pass, Fail # Issue 14381 167 http_server/test/http_body_test: Pass, Fail # Issue 14381
171 168
172 [ $browser ] 169 [ $browser ]
170 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
171 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
172 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
173 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
173 analyzer/test/error_test: Fail, Timeout, OK # Uses dart:io. 174 analyzer/test/error_test: Fail, Timeout, OK # Uses dart:io.
174 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 175 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
175 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 176 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
176 analyzer/test/options_test: Fail, OK, Pass # Uses dart:io. 177 analyzer/test/options_test: Fail, OK, Pass # Uses dart:io.
177 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. 178 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
178 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. 179 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
179 barback/test/*: Fail, OK # Uses dart:io. 180 barback/test/*: Fail, OK # Uses dart:io.
180 http/test/client_test: Fail, OK # Uses dart:io. 181 http/test/client_test: Fail, OK # Uses dart:io.
181 http/test/http_test: Fail, OK # Uses dart:io. 182 http/test/http_test: Fail, OK # Uses dart:io.
182 http/test/mock_client_test: Fail, OK # Uses dart:io. 183 http/test/mock_client_test: Fail, OK # Uses dart:io.
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 intl/test/date_time_format_file_odd_test: StaticWarning 328 intl/test/date_time_format_file_odd_test: StaticWarning
328 intl/test/date_time_format_http_request_test: StaticWarning 329 intl/test/date_time_format_http_request_test: StaticWarning
329 intl/test/date_time_format_local_even_test: StaticWarning 330 intl/test/date_time_format_local_even_test: StaticWarning
330 intl/test/date_time_format_local_odd_test: StaticWarning 331 intl/test/date_time_format_local_odd_test: StaticWarning
331 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class 332 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class
332 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 333 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
333 334
334 [ $runtime == vm ] 335 [ $runtime == vm ]
335 # Issue surfaced after removing deprecated async features. 336 # Issue surfaced after removing deprecated async features.
336 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639 337 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639
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