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

Side by Side Diff: pkg/pkg.status

Issue 359663002: [TBR] Remove status lines for ast_test and parser_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 249 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596
250 polymer/e2e_test/bad_import3: Fail, OK # tests broken import 250 polymer/e2e_test/bad_import3: Fail, OK # tests broken import
251 polymer/test/mirror_loader_test: Skip # tests development only behavior 251 polymer/test/mirror_loader_test: Skip # tests development only behavior
252 252
253 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 253 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
254 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 254 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
255 255
256 [ $browser ] 256 [ $browser ]
257 analysis_server/test/*: Skip # Uses dart:io. 257 analysis_server/test/*: Skip # Uses dart:io.
258 analyzer/test/error_test: Fail, OK # Uses dart:io. 258 analyzer/test/error_test: Fail, OK # Uses dart:io.
259 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
260 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 259 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
261 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 260 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
262 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
263 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 261 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
264 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 262 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
265 analyzer/test/options_test: Fail, OK # Uses dart:io. 263 analyzer/test/options_test: Fail, OK # Uses dart:io.
266 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. 264 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
267 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. 265 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
268 barback/test/*: Fail, OK # Uses dart:io. 266 barback/test/*: Fail, OK # Uses dart:io.
269 code_transformers/test/*: Skip # Uses dart:io. 267 code_transformers/test/*: Skip # Uses dart:io.
270 http/test/io/*: Fail, OK # Uses dart:io. 268 http/test/io/*: Fail, OK # Uses dart:io.
271 http_parser/test/web_socket_test: Fail, OK # Uses dart:io 269 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
272 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io 270 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 http/test/multipart_test: Fail 419 http/test/multipart_test: Fail
422 http/test/request_test: Fail 420 http/test/request_test: Fail
423 http/test/response_test: Fail 421 http/test/response_test: Fail
424 oauth2/test/authorization_code_grant_test: Fail 422 oauth2/test/authorization_code_grant_test: Fail
425 oauth2/test/client_test: Fail 423 oauth2/test/client_test: Fail
426 oauth2/test/credentials_test: Fail 424 oauth2/test/credentials_test: Fail
427 oauth2/test/handle_access_token_response_test: Fail 425 oauth2/test/handle_access_token_response_test: Fail
428 426
429 [ $runtime == drt ] 427 [ $runtime == drt ]
430 http/test/html/client_test: Skip # Issue 18566 428 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