]> granicus.if.org Git - clang/commitdiff
test: Just check the VFS when testing module-dependency-dump
authorJustin Bogner <mail@justinbogner.com>
Thu, 19 Jun 2014 20:18:00 +0000 (20:18 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 19 Jun 2014 20:18:00 +0000 (20:18 +0000)
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

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

index 5308f7efba30732eaa20a0e68aa3962411dec27d..2f75dd6be7f09b2b249f9de920fada00f88cdcee 100644 (file)
 // 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;
index 58d6c1572da27afe98bf640f8d9575ad47d0b37f..630af4950c186710655937036853ac957793a634 100644 (file)
 // 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;