[llvm] r348355 - [test] Skip ThinLTO cache tests requiring atime setting on NetBSD
Michal Gorny via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 5 03:15:51 PST 2018
Author: mgorny
Date: Wed Dec 5 03:15:50 2018
New Revision: 348355
URL: http://llvm.org/viewvc/llvm-project?rev=348355&view=rev
Log:
[test] Skip ThinLTO cache tests requiring atime setting on NetBSD
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.
Differential Revision: https://reviews.llvm.org/D55273
Modified:
llvm/trunk/test/ThinLTO/X86/cache.ll
Modified: llvm/trunk/test/ThinLTO/X86/cache.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/cache.ll?rev=348355&r1=348354&r2=348355&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/cache.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/cache.ll Wed Dec 5 03:15:50 2018
@@ -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
More information about the llvm-commits
mailing list