From 86474c7a1addf59d511050552b697b8b2af61838 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Sat, 8 Aug 2015 15:47:17 +0000 Subject: [PATCH] [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 --- compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc index c9a2276..902c9cb5 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 #include #include -- 2.7.4