]> granicus.if.org Git - clang/commitdiff
[test] Disable Modules/prune.m on NetBSD as it requires 'touch -a'
authorMichal Gorny <mgorny@gentoo.org>
Wed, 5 Dec 2018 11:17:50 +0000 (11:17 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Wed, 5 Dec 2018 11:17:50 +0000 (11:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348356 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/prune.m

index 97a2fd7d0dcc7aa47b0403ddd26bb924443a90a1..7c462e20fcef9265bfc15b700d943794d488a6a0 100644 (file)
@@ -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;