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

Side by Side Diff: pkg/pkg.status

Issue 410063003: pkg.status: remove deleted test (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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 408 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
409 409
410 [ $browser || $runtime == vm ] 410 [ $browser || $runtime == vm ]
411 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 411 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
412 412
413 413
414 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 414 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
415 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 415 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
416 416
417 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 417 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
418 matcher/test/deprecated_matchers_test: StaticWarning # testing error creating ab stract class
419 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 418 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
420 419
421 [ $runtime == vm && ($system == windows || $system == macos) ] 420 [ $runtime == vm && ($system == windows || $system == macos) ]
422 watcher/test/*/linux_test: Skip 421 watcher/test/*/linux_test: Skip
423 422
424 [ $runtime == vm && ($system == windows || $system == linux) ] 423 [ $runtime == vm && ($system == windows || $system == linux) ]
425 watcher/test/*/mac_os_test: Skip 424 watcher/test/*/mac_os_test: Skip
426 425
427 [ $runtime == vm && ($system == macos || $system == linux) ] 426 [ $runtime == vm && ($system == macos || $system == linux) ]
428 watcher/test/*/windows_test: Skip 427 watcher/test/*/windows_test: Skip
(...skipping 23 matching lines...) Expand all
452 http/test/multipart_test: Fail 451 http/test/multipart_test: Fail
453 http/test/request_test: Fail 452 http/test/request_test: Fail
454 http/test/response_test: Fail 453 http/test/response_test: Fail
455 oauth2/test/authorization_code_grant_test: Fail 454 oauth2/test/authorization_code_grant_test: Fail
456 oauth2/test/client_test: Fail 455 oauth2/test/client_test: Fail
457 oauth2/test/credentials_test: Fail 456 oauth2/test/credentials_test: Fail
458 oauth2/test/handle_access_token_response_test: Fail 457 oauth2/test/handle_access_token_response_test: Fail
459 458
460 [ $runtime == drt ] 459 [ $runtime == drt ]
461 http/test/html/client_test: Skip # Issue 18566 460 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