Lines Matching +full:ls +full:- +full:files
12 // RUN: rm -rf %t
14 … -DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-…
15 … -DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-…
16 // RUN: ls %t | grep modules.timestamp
17 // RUN: ls -R %t | grep ^Module.*pcm
18 // RUN: ls -R %t | grep DependsOnModule.*pcm
21 // but nothing gets pruned because the module files are new enough.
22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
23 …cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prun…
24 // RUN: ls %t | grep modules.timestamp
25 // RUN: ls -R %t | grep ^Module.*pcm
26 // RUN: ls -R %t | grep DependsOnModule.*pcm
31 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
32 …cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prun…
33 // RUN: ls %t | grep modules.timestamp
34 // RUN: ls -R %t | grep ^Module.*pcm
35 // RUN: ls -R %t | grep DependsOnModule.*pcm
39 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
40 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
41 …cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prun…
42 // RUN: ls %t | grep modules.timestamp
43 // RUN: ls -R %t | grep ^Module.*pcm
44 // RUN: ls -R %t | not grep DependsOnModule.*pcm
46 // expected-no-diagnostics