diff options
| author | Kostya Kortchinsky <kostyak@google.com> | 2017-08-04 21:26:20 +0000 |
|---|---|---|
| committer | Kostya Kortchinsky <kostyak@google.com> | 2017-08-04 21:26:20 +0000 |
| commit | a53de0bf0fa31a730746a79d22b5a5c6d59e414c (patch) | |
| tree | d6bdb45680882dbb1859825b26698430df1cc33c /compiler-rt | |
| parent | 3f3aad235d9396e85d0e2ed77f3fc92ee5fac36e (diff) | |
| download | bcm5719-llvm-a53de0bf0fa31a730746a79d22b5a5c6d59e414c.tar.gz bcm5719-llvm-a53de0bf0fa31a730746a79d22b5a5c6d59e414c.zip | |
[asan] Fix unsupported test on Android
Summary:
`pvalloc` appears to not be available on Android. Mark the failing test as
unsupported on that platform.
Reviewers: alekseyshl, vitalybuka
Reviewed By: alekseyshl, vitalybuka
Subscribers: srhines, kubamracek, llvm-commits
Differential Revision: https://reviews.llvm.org/D36339
llvm-svn: 310133
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc b/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc index 80a2b9ce8e4..b47c6266b93 100644 --- a/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc +++ b/compiler-rt/test/asan/TestCases/Linux/pvalloc-overflow.cc @@ -4,7 +4,7 @@ // RUN: ASAN_OPTIONS=allocator_may_return_null=0 not %run %t psm1 2>&1 | FileCheck %s // RUN: ASAN_OPTIONS=allocator_may_return_null=1 %run %t psm1 2>&1 -// UNSUPPORTED: freebsd +// UNSUPPORTED: freebsd, android // Checks that pvalloc overflows are caught. If the allocator is allowed to // return null, the errno should be set to ENOMEM. |

