File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
compiler-rt/test/asan/TestCases Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
// RUN: env LD_PRELOAD=%shared_libasan %run %t-2 2>&1 | FileCheck %s
11
11
// REQUIRES: asan-dynamic-runtime
12
12
13
+ // FIXME: Test regressed while android bot was disabled. Needs investigation.
14
+ // UNSUPPORTED: android
15
+
13
16
#include < stdlib.h>
14
17
#include < stdio.h>
15
18
Original file line number Diff line number Diff line change 1
1
// RUN: %clang_asan -O0 -g %s -o %t
2
2
// RUN: %env_asan_opts=strict_string_checks=1 %run %t
3
3
4
+ // Android NDK does not have libintl.h
5
+ // UNSUPPORTED: android
6
+
4
7
#include <stdlib.h>
5
8
#include <libintl.h>
6
9
Original file line number Diff line number Diff line change 7
7
// RUN: not %clang_asan -Dtestfunc=pvalloc %s -o %t
8
8
// RUN: not %clang_asan -Dtestfunc=cfree %s -o %t
9
9
10
+ // Conflicts with BIONIC declarations.
11
+ // UNSUPPORTED: android
12
+
10
13
#include <stdlib.h>
11
14
12
15
// For glibc, cause link failures by referencing a nonexistent function.
You can’t perform that action at this time.
0 commit comments