Skip to content

Commit

Permalink
[Sanitizers] Disable prctl test on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoimenov committed Aug 14, 2024
1 parent 4f7ce10 commit 539bf49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/test/sanitizer_common/TestCases/Linux/prctl.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// RUN: %clangxx %s -o %t && %run %t %p

// UNSUPPORTED: android

#include <assert.h>
#include <errno.h>
#include <stdint.h>
Expand Down

0 comments on commit 539bf49

Please sign in to comment.