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. GitOrigin-RevId: 5c0f96da4c81d96cf5d288a2e64176d786e934b8
diff --git a/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp b/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp index 0a14d75..67351a9 100644 --- a/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp +++ b/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