[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:07:35 PST 2018


mgorny created this revision.
mgorny added reviewers: krytarowski, jhenderson, inglorion, pcc, rnk.
Herald added subscribers: dexonsmith, steven_wu, eraman, mehdi_amini.

Skip the ThinLTO cache tests on NetBSD.  They require 'touch' being
able to alter atime of files, while NetBSD inhibits atime updates
when filesystem is mounted noatime.


Repository:
  rL LLVM

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,5 @@
 ; Verify first that *without* hash, we don't use the cache.
+; 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.176641.patch
Type: text/x-patch
Size: 367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/31b9a85a/attachment.bin>


More information about the llvm-commits mailing list