Skip to content

Commit 539bf49

Browse files
committed
[Sanitizers] Disable prctl test on Android.
1 parent 4f7ce10 commit 539bf49

File tree

1 file changed

+2
-0
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Linux

1 file changed

+2
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %clangxx %s -o %t && %run %t %p
22

3+
// UNSUPPORTED: android
4+
35
#include <assert.h>
46
#include <errno.h>
57
#include <stdint.h>

0 commit comments

Comments
 (0)