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

Side by Side Diff: pkg/pkg.status

Issue 365213003: Skip analyzer tests in browsers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 266 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596
267 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 267 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596
268 polymer/e2e_test/bad_import3: Fail, OK # tests broken import 268 polymer/e2e_test/bad_import3: Fail, OK # tests broken import
269 polymer/test/mirror_loader_test: Skip # tests development only behavior 269 polymer/test/mirror_loader_test: Skip # tests development only behavior
270 270
271 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 271 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
272 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 272 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
273 273
274 [ $browser ] 274 [ $browser ]
275 analysis_server/test/*: Skip # Uses dart:io. 275 analysis_server/test/*: Skip # Uses dart:io.
276 analyzer/test/error_test: Fail, OK # Uses dart:io. 276 analyzer/test/*: Skip # Uses dart:io.
277 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
278 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
279 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
280 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
281 analyzer/test/options_test: Fail, OK # Uses dart:io.
282 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
283 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
284 barback/test/*: Fail, OK # Uses dart:io. 277 barback/test/*: Fail, OK # Uses dart:io.
285 code_transformers/test/*: Skip # Uses dart:io. 278 code_transformers/test/*: Skip # Uses dart:io.
286 http/test/io/*: Fail, OK # Uses dart:io. 279 http/test/io/*: Fail, OK # Uses dart:io.
287 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 280 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
288 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io 281 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
289 http_server/test/*: Fail, OK # Uses dart:io. 282 http_server/test/*: Fail, OK # Uses dart:io.
290 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 283 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
291 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 284 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
292 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 285 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
293 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 286 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 http/test/multipart_test: Fail 430 http/test/multipart_test: Fail
438 http/test/request_test: Fail 431 http/test/request_test: Fail
439 http/test/response_test: Fail 432 http/test/response_test: Fail
440 oauth2/test/authorization_code_grant_test: Fail 433 oauth2/test/authorization_code_grant_test: Fail
441 oauth2/test/client_test: Fail 434 oauth2/test/client_test: Fail
442 oauth2/test/credentials_test: Fail 435 oauth2/test/credentials_test: Fail
443 oauth2/test/handle_access_token_response_test: Fail 436 oauth2/test/handle_access_token_response_test: Fail
444 437
445 [ $runtime == drt ] 438 [ $runtime == drt ]
446 http/test/html/client_test: Skip # Issue 18566 439 http/test/html/client_test: Skip # Issue 18566
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