From: Justin Bogner Date: Thu, 19 Jun 2014 20:18:00 +0000 (+0000) Subject: test: Just check the VFS when testing module-dependency-dump X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd6b54b7e2bcff4818461f2e5ad4392a95b13d0c;p=clang test: Just check the VFS when testing module-dependency-dump Checking the filesystem seems to be a bit unreliable. Limit the tests to the VFS map for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211310 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/dependency-dump-dependent-module.m b/test/Modules/dependency-dump-dependent-module.m index 5308f7efba..2f75dd6be7 100644 --- a/test/Modules/dependency-dump-dependent-module.m +++ b/test/Modules/dependency-dump-dependent-module.m @@ -13,15 +13,4 @@ // VFS: 'name': "Sub.h" // VFS: 'name': "Sub2.h" -// TODO: We need shell to use find here. Is there a simpler way? -// REQUIRES: shell - -// RUN: find %t/vfs -type f | FileCheck %s -check-prefix=DUMP -// DUMP: AlsoDependsOnModule.framework/Headers/AlsoDependsOnModule.h -// DUMP: Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h -// DUMP: Module.framework/Headers/Buried/Treasure.h -// DUMP: Module.framework/Headers/Module.h -// DUMP: Module.framework/Headers/Sub.h -// DUMP: Module.framework/Headers/Sub2.h - @import AlsoDependsOnModule; diff --git a/test/Modules/dependency-dump.m b/test/Modules/dependency-dump.m index 58d6c1572d..630af4950c 100644 --- a/test/Modules/dependency-dump.m +++ b/test/Modules/dependency-dump.m @@ -12,14 +12,4 @@ // VFS: 'name': "Sub.h" // VFS: 'name': "Sub2.h" -// TODO: We need shell to use find here. Is there a simpler way? -// REQUIRES: shell - -// RUN: find %t/vfs -type f | FileCheck %s -check-prefix=DUMP -// DUMP: Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h -// DUMP: Module.framework/Headers/Buried/Treasure.h -// DUMP: Module.framework/Headers/Module.h -// DUMP: Module.framework/Headers/Sub.h -// DUMP: Module.framework/Headers/Sub2.h - @import Module;