Skip to content

Commit eed0b9a

Browse files
committed
[PowerPC] Temporarily disable asan longjmp tests
Commit bfdc19e seems to have broken some PPC bots with a couple of asan test cases. Disable those test cases for now until I can resolve the issue.
1 parent 54e03d0 commit eed0b9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: powerpc64
12
// Tests that __asan_handle_no_return properly unpoisons the signal alternate
23
// stack.
34

compiler-rt/test/asan/TestCases/longjmp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: powerpc64
12
// RUN: %clangxx_asan -O %s -o %t && %run %t
23

34
#include <assert.h>

0 commit comments

Comments
 (0)