mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[test][asan] Disabled a new test on Android
Will investigate soon. The test is from #100923.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user