Skip to content

Commit e9c20b9

Browse files
committed
[test][asan] Disabled a new test on Android
Will investigate soon. The test is from #100923.
1 parent b33a675 commit e9c20b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %clangxx_asan -g -O0 %s %libdl -Wl,--export-dynamic -o %t
77
// RUN: %env_asan_opts=report_globals=2:detect_odr_violation=1 %run %t 2>&1 | FileCheck %s
88

9+
// FIXME: Checks do not match on Android.
10+
// UNSUPPORTED: android
11+
912
#include <cstdlib>
1013
#include <dlfcn.h>
1114
#include <stdio.h>

0 commit comments

Comments
 (0)