From: Michal Gorny Date: Wed, 5 Dec 2018 11:17:50 +0000 (+0000) Subject: [test] Disable Modules/prune.m on NetBSD as it requires 'touch -a' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c26ea9cb513268a469149b6978016d4124cd127;p=clang [test] Disable Modules/prune.m on NetBSD as it requires 'touch -a' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348356 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/prune.m b/test/Modules/prune.m index 97a2fd7d0d..7c462e20fc 100644 --- a/test/Modules/prune.m +++ b/test/Modules/prune.m @@ -1,3 +1,6 @@ +// NetBSD: noatime mounts currently inhibit 'touch -a' updates +// UNSUPPORTED: system-netbsd + // Test the automatic pruning of module cache entries. #ifdef IMPORT_DEPENDS_ON_MODULE @import DependsOnModule;