Temporarily disable mte_illegal_setjump

Change-Id: I39a770196a79488160b50d7de4c3baa39dd1c57e
This commit is contained in:
Florian Mayer 2024-04-10 20:24:56 +00:00
parent 361120ca71
commit 9216490321
2 changed files with 1 additions and 2 deletions

View file

@ -373,7 +373,6 @@ cc_test {
sanitize: {
memtag_heap: true,
memtag_stack: true,
},
shared_libs: [

View file

@ -610,7 +610,7 @@ __attribute__((noinline)) void mte_illegal_setjmp_helper(jmp_buf& jump_buf) {
setjmp(jump_buf);
}
TEST_F(CrasherTest, mte_illegal_setjmp) {
TEST_F(CrasherTest, DISABLED_mte_illegal_setjmp) {
// This setjmp is illegal because it jumps back into a function that already returned.
// Quoting man 3 setjmp:
// If the function which called setjmp() returns before longjmp() is