diff options
author | 2022-12-14 15:17:50 +0000 | |
---|---|---|
committer | 2022-12-15 10:24:30 +0000 | |
commit | 7f4b34595d1427dc2897d0bca74da0ad7345687d (patch) | |
tree | 541606ab3249136155cd4d87872f2d776c2f8985 /compiler/optimizing/graph_checker.h | |
parent | 887fad3da55b232205d2272216b2a9a7cd253659 (diff) |
Disable test 305-other-fault-handler in switch interpreter mode.
This test intentionally segfaults and expects the fault to be handled,
but the fault handler in ART is only installed if implicit null / so /
suspend checks are supported, which is not true in switch interpreter
mode.
Prevously the test didn't fail on interpreter, as the implicit checks
are enabled for all supported architectures.
Bug: none
Test: art/test.py --target -r --64 --interpreter 305-other-fault-handler
# observe that the test is skipped
Test: art/test.py --target -r --64 --optimizing 305-other-fault-handler
# observe that the test runs successfully
Change-Id: I4d17e992e24d29fd8ea8525ec95050541d8207c8
Diffstat (limited to 'compiler/optimizing/graph_checker.h')
0 files changed, 0 insertions, 0 deletions