diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-08-08 15:47:17 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-08-08 15:47:17 +0000 |
commit | 86474c7a1addf59d511050552b697b8b2af61838 (patch) | |
tree | 9c147092fc9dabdd2b02769c38e977b88ac3802c /compiler-rt | |
parent | 2935227fb4251c37d0a2b5b1375b67917b8d26fc (diff) | |
download | bcm5719-llvm-86474c7a1addf59d511050552b697b8b2af61838.tar.gz bcm5719-llvm-86474c7a1addf59d511050552b697b8b2af61838.zip |
[ASAN/AArch64] Disable forkpty tests until we can fix them
Reported in PR24400. Disable until it works, so we can keep the rest
tested and green.
llvm-svn: 244398
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc index c9a2276cc24..902c9cb5655 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc @@ -1,4 +1,5 @@ // RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s +// REQUIRES: stable-runtime #include <assert.h> #include <stdio.h> #include <unistd.h> |