diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-06-19 20:18:00 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-06-19 20:18:00 +0000 |
| commit | 2960d4766524f443e57f7e30b21380019c9f0661 (patch) | |
| tree | ac1a1a4574ce974c5a572e319e040557733577b6 /clang/test/Modules | |
| parent | 37700dc057ab65c68d86667da1c3d2741f142026 (diff) | |
| download | bcm5719-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.m | 11 | ||||
| -rw-r--r-- | clang/test/Modules/dependency-dump.m | 10 |
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; |

