[ASAN/AArch64] Disable forkpty tests until we can fix them
authorRenato Golin <renato.golin@linaro.org>
Sat, 8 Aug 2015 15:47:17 +0000 (15:47 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sat, 8 Aug 2015 15:47:17 +0000 (15:47 +0000)
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

index c9a2276..902c9cb 100644 (file)
@@ -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>