Skip to content

Commit 86474c7

Browse files
committed
[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
1 parent 2935227 commit 86474c7

File tree

1 file changed

+1
-0
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Linux

1 file changed

+1
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/getpass.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %clangxx -O0 -g %s -lutil -o %t && %run %t | FileCheck %s
2+
// REQUIRES: stable-runtime
23
#include <assert.h>
34
#include <stdio.h>
45
#include <unistd.h>

0 commit comments

Comments
 (0)