[compiler-rt] r244398 - [ASAN/AArch64] Disable forkpty tests until we can fix them

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 08:47:17 PDT 2015


Author: rengolin
Date: Sat Aug  8 10:47:17 2015
New Revision: 244398

URL: http://llvm.org/viewvc/llvm-project?rev=244398&view=rev
Log:
[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.

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpass.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpass.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpass.cc?rev=244398&r1=244397&r2=244398&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpass.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpass.cc Sat Aug  8 10:47:17 2015
@@ -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>




More information about the llvm-commits mailing list