From: Nemanja Ivanovic Date: Tue, 15 Dec 2020 00:07:45 +0000 (-0600) Subject: [PowerPC] Temporarily disable asan longjmp tests X-Git-Tag: llvmorg-13-init~3423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eed0b9acdfe4409fb90b356d58c996f12cfd733f;p=platform%2Fupstream%2Fllvm.git [PowerPC] Temporarily disable asan longjmp tests Commit bfdc19e77868b849b5c636bf0512970264aef571 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. --- diff --git a/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp b/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp index 4774993..9da47fa 100644 --- a/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp @@ -1,3 +1,4 @@ +// UNSUPPORTED: powerpc64 // Tests that __asan_handle_no_return properly unpoisons the signal alternate // stack. diff --git a/compiler-rt/test/asan/TestCases/longjmp.cpp b/compiler-rt/test/asan/TestCases/longjmp.cpp index 8e9f2ae..bc4165f 100644 --- a/compiler-rt/test/asan/TestCases/longjmp.cpp +++ b/compiler-rt/test/asan/TestCases/longjmp.cpp @@ -1,3 +1,4 @@ +// UNSUPPORTED: powerpc64 // RUN: %clangxx_asan -O %s -o %t && %run %t #include