[PATCH] D55273: [test] Skip ThinLTO cache tests requiring atime setting on NetBSD
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 5 03:18:55 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348355: [test] Skip ThinLTO cache tests requiring atime setting on NetBSD (authored by mgorny, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55273?vs=176784&id=176785#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55273/new/
https://reviews.llvm.org/D55273
Files:
llvm/trunk/test/ThinLTO/X86/cache.ll
Index: llvm/trunk/test/ThinLTO/X86/cache.ll
===================================================================
--- llvm/trunk/test/ThinLTO/X86/cache.ll
+++ llvm/trunk/test/ThinLTO/X86/cache.ll
@@ -1,5 +1,7 @@
-; Verify first that *without* hash, we don't use the cache.
+; NetBSD: noatime mounts currently inhibit 'touch -a' updates
+; UNSUPPORTED: system-netbsd
+; Verify first that *without* hash, we don't use the cache.
; RUN: opt -module-summary %s -o %t.bc
; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.bc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55273.176785.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181205/bd5b662c/attachment.bin>
More information about the llvm-commits
mailing list