| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 63c7637ddc605660c565890bd084d2dd377f6eb1..571e06f588119def6ceb963a4c7044205fed6b90 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -50,7 +50,12 @@ crypto/*: Skip # Don't run tests using dart:io in the browser
|
| package/*: Skip # Do not run those in Dartium.
|
|
|
| [ $compiler == dartc ]
|
| -package/*: Skip
|
| +
|
| +# package test issue 7392
|
| +package/package1_test: Fail
|
| +package/package_isolate_test: Fail
|
| +package/package_test: Fail
|
| +
|
|
|
| # The dart:io library is created at build time from separate files, and
|
| # there is no language-spec compatible way to run unit tests on the private
|
|
|