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

Commit c22ef3bd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Temporarily disable mte_illegal_setjump" into main

parents e6eda1f8 92164903
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