forked from OSchip/llvm-project
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.) llvm-svn: 301840
This commit is contained in:
parent
b33cc94142
commit
b35fc3df5d
|
@ -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