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

Will investigate soon.
The test is from #100923.
This commit is contained in:
Vitaly Buka
2024-08-02 00:00:19 -07:00
parent b33a675e3f
commit e9c20b9132

View File

@@ -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>