| Index: runtime/tests/vm/vm.status
|
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
|
| index 2313aab69c110d862d46349d0ebb74d88e74989e..98cbd0b805c0ce8d80941f0c9b6e3e7114ac7031 100644
|
| --- a/runtime/tests/vm/vm.status
|
| +++ b/runtime/tests/vm/vm.status
|
| @@ -85,8 +85,8 @@ cc/Dart2JSCompileAll: SkipSlow # Timeout.
|
| [ $builder_tag == asan ]
|
| cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure.
|
|
|
| -[ $noopt ]
|
| -dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc
|
| +[ $noopt || $compiler == precompiler ]
|
| +dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc
|
|
|
| [ $noopt || $compiler == precompiler || $mode == product ]
|
| dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
|
|
|