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.

llvm-svn: 211310

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

index 5308f7e..2f75dd6 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 58d6c15..630af49 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;