| Index: sdk/lib/_internal/pub/pub.status
|
| diff --git a/utils/tests/pub/pub.status b/sdk/lib/_internal/pub/pub.status
|
| similarity index 65%
|
| rename from utils/tests/pub/pub.status
|
| rename to sdk/lib/_internal/pub/pub.status
|
| index 5d194b4b25a7af0f68ac319bc7ccc5f24362c303..93d4029a9e11fcd1c1e7ee369a9dafd33f5be60c 100644
|
| --- a/utils/tests/pub/pub.status
|
| +++ b/sdk/lib/_internal/pub/pub.status
|
| @@ -2,8 +2,8 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -pub_uploader_test: Pass, Fail # Issue 9357
|
| -oauth2/with_server_rejected_credentials_authenticates_again_test: Pass, Fail # Issue 9839.
|
| +test/pub_uploader_test: Pass, Fail # Issue 9357
|
| +test/oauth2/with_server_rejected_credentials_authenticates_again_test: Pass, Fail # Issue 9839.
|
|
|
| # Pub only runs on the VM, so just rule out all compilers.
|
| [ $compiler == dart2js || $compiler == dart2dart ]
|
| @@ -14,5 +14,5 @@ oauth2/with_server_rejected_credentials_authenticates_again_test: Pass, Fail # I
|
| *: Skip
|
|
|
| [ $system == windows ]
|
| -io_test: Fail # Issue 7505
|
| -install/hosted/fail_gracefully_on_url_resolve_test: Pass, Fail # Issue 9503
|
| +test/io_test: Fail # Issue 7505
|
| +test/install/hosted/fail_gracefully_on_url_resolve_test: Pass, Fail # Issue 9503
|
|
|