[PowerPC] Temporarily disable asan longjmp tests
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 15 Dec 2020 00:07:45 +0000 (18:07 -0600)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 15 Dec 2020 00:22:08 +0000 (18:22 -0600)
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.

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

index 8e9f2ae..bc4165f 100644 (file)
@@ -1,3 +1,4 @@
+// UNSUPPORTED: powerpc64
 // RUN: %clangxx_asan -O %s -o %t && %run %t
 
 #include <assert.h>