Merge "Temporarily disable mte_illegal_setjump" into main

This commit is contained in:
Treehugger Robot 2024-04-10 21:55:10 +00:00 committed by Gerrit Code Review
commit c22ef3bd63
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