Author: bogner
Date: Thu Jun 19 15:18:00 2014
New Revision: 211310

URL: http://llvm.org/viewvc/llvm-project?rev=211310&view=rev
Log:
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.

Modified:
    cfe/trunk/test/Modules/dependency-dump-dependent-module.m
    cfe/trunk/test/Modules/dependency-dump.m

Modified: cfe/trunk/test/Modules/dependency-dump-dependent-module.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/dependency-dump-dependent-module.m?rev=211310&r1=211309&r2=211310&view=diff
==============================================================================
--- cfe/trunk/test/Modules/dependency-dump-dependent-module.m (original)
+++ cfe/trunk/test/Modules/dependency-dump-dependent-module.m Thu Jun 19 
15:18:00 2014
@@ -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;

Modified: cfe/trunk/test/Modules/dependency-dump.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/dependency-dump.m?rev=211310&r1=211309&r2=211310&view=diff
==============================================================================
--- cfe/trunk/test/Modules/dependency-dump.m (original)
+++ cfe/trunk/test/Modules/dependency-dump.m Thu Jun 19 15:18:00 2014
@@ -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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to