mirror of https://github.com/microsoft/clang.git
Put back REQUIRES: system-darwin to fix asan bot.
These tests do not appear to be Darwin-specific, and this REQUIRES: appears to be hiding a real bug; this change is just restoring the prior state to get the buildbots happy again while we investigate. (The system-darwin requirement is covered by PR32851.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52cc5a2a3d
commit
3aa549e82b
|
@ -1,4 +1,4 @@
|
|||
// REQUIRES: crash-recovery, shell
|
||||
// REQUIRES: crash-recovery, shell, system-darwin
|
||||
|
||||
// This uses a headermap with this entry:
|
||||
// Foo.h -> Foo/Foo.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// REQUIRES: crash-recovery, shell
|
||||
// REQUIRES: crash-recovery, shell, system-darwin
|
||||
//
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t/m %t/out
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// REQUIRES: crash-recovery, shell
|
||||
// REQUIRES: crash-recovery, shell, system-darwin
|
||||
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t/m
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// REQUIRES: crash-recovery, shell
|
||||
// REQUIRES: crash-recovery, shell, system-darwin
|
||||
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t/m
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// REQUIRES: crash-recovery, shell
|
||||
// REQUIRES: crash-recovery, shell, system-darwin
|
||||
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t/i %t/m %t
|
||||
|
|
Loading…
Reference in New Issue