| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 3c092ae10e5d1a6377da5c4305aeb598ce16141e..04018929c2b2f4dcc18ab97b8cbd247967022812 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -26,6 +26,13 @@ dart/import_map_test: Skip # compilers not aware of import maps.
|
| dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
|
| dart/byte_array_test: Skip # compilers not aware of byte arrays
|
|
|
| +[ $compiler == dart2dart ]
|
| +cc/*: Skip
|
| +dart/byte_array_test: Fail
|
| +dart/import_map_test: Fail
|
| +dart/isolate_mirror_local_test: Crash
|
| +dart/isolate_mirror_remote_test: Crash
|
| +
|
| [ $arch == arm ]
|
| dart/*: Skip
|
|
|
|
|