[compiler-rt] 5c0f96d - sanitizer-common: temporarily disable release_to_os test for powerpc64

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 08:38:18 PDT 2023


Author: Thurston Dang
Date: 2023-05-25T15:37:24Z
New Revision: 5c0f96da4c81d96cf5d288a2e64176d786e934b8

URL: https://github.com/llvm/llvm-project/commit/5c0f96da4c81d96cf5d288a2e64176d786e934b8
DIFF: https://github.com/llvm/llvm-project/commit/5c0f96da4c81d96cf5d288a2e64176d786e934b8.diff

LOG: sanitizer-common: temporarily disable release_to_os test for powerpc64

release_to_os has been failing on powerpc64 since yesterday. Temporarily disabling the test to prevent this error from
hiding other potential problems.

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp
index 0a14d75c089b..67351a916441 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp
@@ -3,6 +3,7 @@
 
 // Temporarily disable test
 // UNSUPPORTED: tsan
+// UNSUPPORTED: target=powerpc64{{.*}}
 
 // Not needed, no allocator.
 // UNSUPPORTED: ubsan


        


More information about the llvm-commits mailing list