Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| =================================================================== |
| --- runtime/tests/vm/vm.status (revision 4547) |
| +++ runtime/tests/vm/vm.status (working copy) |
| @@ -6,3 +6,7 @@ |
| # When a spawned isolate throws an uncaught exception, we terminate the vm. |
| RunLoop_ExceptionChild: Fail |
| + |
| +[ $arch == x64 && $mode == debug ] |
| +CodeIndexTable: Crash # Stack overflow. |
| + |