ART: Disable some ASAN w/ interp-ac checks tests
The access-checks interpreter has larger stack frames than the regular interpreter, especially under address sanitization (and especially with user poisoning enabled). This can lead to stack overflow errors. Disable the tests. Bug: 31098551 Test: ART_ENABLE_ADDRESS_SANITIZER=true SANITIZE_HOST=address m test-art-host Change-Id: I41f321ecf8f4ba155d3a2a184f3754600e5dee7e
Loading
Please sign in to comment