Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92164903 authored by Florian Mayer's avatar Florian Mayer
Browse files

Temporarily disable mte_illegal_setjump

Change-Id: I39a770196a79488160b50d7de4c3baa39dd1c57e
parent 361120ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@ cc_test {

    sanitize: {
        memtag_heap: true,
        memtag_stack: true,
    },

    shared_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -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