summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-06-19 20:18:00 +0000
committerJustin Bogner <mail@justinbogner.com>2014-06-19 20:18:00 +0000
commit2960d4766524f443e57f7e30b21380019c9f0661 (patch)
treeac1a1a4574ce974c5a572e319e040557733577b6 /clang/test/Modules
parent37700dc057ab65c68d86667da1c3d2741f142026 (diff)
downloadbcm5719-llvm-2960d4766524f443e57f7e30b21380019c9f0661.tar.gz
bcm5719-llvm-2960d4766524f443e57f7e30b21380019c9f0661.zip
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. llvm-svn: 211310
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/dependency-dump-dependent-module.m11
-rw-r--r--clang/test/Modules/dependency-dump.m10
2 files changed, 0 insertions, 21 deletions
diff --git a/clang/test/Modules/dependency-dump-dependent-module.m b/clang/test/Modules/dependency-dump-dependent-module.m
index 5308f7efba3..2f75dd6be7f 100644
--- a/clang/test/Modules/dependency-dump-dependent-module.m
+++ b/clang/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/clang/test/Modules/dependency-dump.m b/clang/test/Modules/dependency-dump.m
index 58d6c1572da..630af4950c1 100644
--- a/clang/test/Modules/dependency-dump.m
+++ b/clang/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;
OpenPOWER on IntegriCloud