]> granicus.if.org Git - clang/commitdiff
Attempt to fix Windows buildbot.
authorGalina Kistanova <gkistanova@gmail.com>
Fri, 10 Mar 2017 19:34:15 +0000 (19:34 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Fri, 10 Mar 2017 19:34:15 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297497 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/dependency-dump-dependent-module.m
test/Modules/dependency-dump.m

index 2430726d3ae5a1f5ee38912c63d49ca742a6d5ab..49069861654654113adf2ef2014bd5f75427baa2 100644 (file)
@@ -1,6 +1,8 @@
 // When a module depends on another, check that we dump the dependency header
 // files for both.
 
+// REQUIRES: shell
+
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s
 // expected-no-diagnostics
index f3a487544b8e9e2f984a34647171184b7fe3d505..deb66188e14727a0760d2e8a5a50ff4736eb7378 100644 (file)
@@ -1,6 +1,8 @@
 // Check that we can dump all of the headers a module depends on, and a VFS map
 // for the same.
 
+// REQUIRES: shell
+
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -module-dependency-dir %t/vfs -F %S/Inputs -I %S/Inputs -verify %s
 // expected-no-diagnostics