Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
| index 7f3dd4fa1cba91fec8f57592a56ea5bbf9ed7ffd..4318cabf43fc9e68a61cfb83e7ef2eeedc23ad16 100644 |
| --- a/runtime/tests/vm/vm.status |
| +++ b/runtime/tests/vm/vm.status |
| @@ -78,6 +78,9 @@ dart/spawn_shutdown_test: Skip # VM Shutdown test |
| [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder_tag == asan ] |
| cc/Dart2JSCompileAll: Skip # Timeout. |
| +[ $builder_tag == asan ] |
| +cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. |
|
Florian Schneider
2016/02/25 22:35:36
Hm, it seemed to work before. are we using a newer
|
| + |
| [ $noopt ] |
| dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc |