[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
This commit is contained in:
Renato Golin 2015-08-08 15:47:17 +00:00
parent 2935227fb4
commit 86474c7a1a
1 changed files with 1 additions and 0 deletions

View 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>