| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 0a6f61bb09b05e735fce53f39af766207af16001..ffaa7c02a252612eba8a9e2ffcc55c86a28873e8 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -11,6 +11,12 @@ cc/AllocGeneric_Overflow: Crash
|
|
|
| cc/SNPrint_BadArgs: Skip
|
|
|
| +# This test assumes tthat the core library doesn't change and, e.g., that
|
| +# it contains interfaces.
|
| +# It should test the mirror system on a library that is controlled by
|
| +# the test instead.
|
| +dart/isolate_mirror_local_test: Fail
|
| +
|
| [ $arch == x64 ]
|
| cc/IsolateInterrupt: Skip
|
|
|
|
|