[compiler-rt] e9c20b9 - [test][asan] Disabled a new test on Android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 00:01:23 PDT 2024


Author: Vitaly Buka
Date: 2024-08-02T00:01:18-07:00
New Revision: e9c20b9132c93baaaf78a070fa4cd0a853ca5e65

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

LOG: [test][asan] Disabled a new test on Android

Will investigate soon.
The test is from #100923.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Linux/odr_indicator_unregister.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Linux/odr_indicator_unregister.cpp b/compiler-rt/test/asan/TestCases/Linux/odr_indicator_unregister.cpp
index 091ecfae5e5ca..0f2ed6597154b 100644
--- a/compiler-rt/test/asan/TestCases/Linux/odr_indicator_unregister.cpp
+++ b/compiler-rt/test/asan/TestCases/Linux/odr_indicator_unregister.cpp
@@ -6,6 +6,9 @@
 // RUN: %clangxx_asan -g -O0 %s %libdl -Wl,--export-dynamic -o %t
 // RUN: %env_asan_opts=report_globals=2:detect_odr_violation=1 %run %t 2>&1 | FileCheck %s
 
+// FIXME: Checks do not match on Android.
+// UNSUPPORTED: android
+
 #include <cstdlib>
 #include <dlfcn.h>
 #include <stdio.h>


        


More information about the llvm-commits mailing list