Author: rsmith Date: Mon May 1 16:49:54 2017 New Revision: 301840 URL: http://llvm.org/viewvc/llvm-project?rev=301840&view=rev Log: 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.) Modified: cfe/trunk/test/Modules/crash-vfs-headermaps.m cfe/trunk/test/Modules/crash-vfs-include-pch.m cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m cfe/trunk/test/Modules/crash-vfs-relative-incdir.m cfe/trunk/test/Modules/crash-vfs-run-reproducer.m Modified: cfe/trunk/test/Modules/crash-vfs-headermaps.m URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-headermaps.m?rev=301840&r1=301839&r2=301840&view=diff ============================================================================== --- cfe/trunk/test/Modules/crash-vfs-headermaps.m (original) +++ cfe/trunk/test/Modules/crash-vfs-headermaps.m Mon May 1 16:49:54 2017 @@ -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 Modified: cfe/trunk/test/Modules/crash-vfs-include-pch.m URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-include-pch.m?rev=301840&r1=301839&r2=301840&view=diff ============================================================================== --- cfe/trunk/test/Modules/crash-vfs-include-pch.m (original) +++ cfe/trunk/test/Modules/crash-vfs-include-pch.m Mon May 1 16:49:54 2017 @@ -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 Modified: cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m?rev=301840&r1=301839&r2=301840&view=diff ============================================================================== --- cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m (original) +++ cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m Mon May 1 16:49:54 2017 @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // RUN: rm -rf %t // RUN: mkdir -p %t/m Modified: cfe/trunk/test/Modules/crash-vfs-relative-incdir.m URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-relative-incdir.m?rev=301840&r1=301839&r2=301840&view=diff ============================================================================== --- cfe/trunk/test/Modules/crash-vfs-relative-incdir.m (original) +++ cfe/trunk/test/Modules/crash-vfs-relative-incdir.m Mon May 1 16:49:54 2017 @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // RUN: rm -rf %t // RUN: mkdir -p %t/m Modified: cfe/trunk/test/Modules/crash-vfs-run-reproducer.m URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-run-reproducer.m?rev=301840&r1=301839&r2=301840&view=diff ============================================================================== --- cfe/trunk/test/Modules/crash-vfs-run-reproducer.m (original) +++ cfe/trunk/test/Modules/crash-vfs-run-reproducer.m Mon May 1 16:49:54 2017 @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits