[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
Tue Dec 4 08:25:48 PST 2018


mgorny updated this revision to Diff 176645.
mgorny marked an inline comment as done.
mgorny added a comment.

Updated wrt comment.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55273/new/

https://reviews.llvm.org/D55273

Files:
  test/ThinLTO/X86/cache.ll


Index: test/ThinLTO/X86/cache.ll
===================================================================
--- test/ThinLTO/X86/cache.ll
+++ test/ThinLTO/X86/cache.ll
@@ -1,4 +1,6 @@
 ; Verify first that *without* hash, we don't use the cache.
+; NetBSD: noatime mounts currently inhibit 'touch -a' updates
+; UNSUPPORTED: system-netbsd
 
 ; 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.176645.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/fb91c4de/attachment.bin>


More information about the llvm-commits mailing list