From 8c26ea9cb513268a469149b6978016d4124cd127 Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Wed, 5 Dec 2018 11:17:50 +0000 Subject: [PATCH] [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 --- test/Modules/prune.m | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.50.1