Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
| index 7ec8b8ab7a2c7ede7fd5180449cbf265720e4b83..a3355b03d048ad37e79add2e62c9d90ea96b39f2 100644 |
| --- a/runtime/tests/vm/vm.status |
| +++ b/runtime/tests/vm/vm.status |
| @@ -295,3 +295,7 @@ cc/UseDartApi: Pass,Crash # Issue 28499 |
| [ $hot_reload || $hot_reload_rollback ] |
| dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
| dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloads. |
| + |
| +[ $system == linux ] # Tests are currently flaky and are being rewritten. |
|
bkonyi
2017/01/30 19:02:55
The tests are only run when tc_malloc is being use
|
| +cc/BasicMallocHookTest: Pass,Fail |
| +cc/FreeUnseenMemoryMallocHookTest: Pass,Fail |