[llvm] r269548 - XFAIL ThinLTO Caching test on Windows.

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 22:38:59 PDT 2016


Author: mehdi_amini
Date: Sat May 14 00:38:58 2016
New Revision: 269548

URL: http://llvm.org/viewvc/llvm-project?rev=269548&view=rev
Log:
XFAIL ThinLTO Caching test on Windows.

I have no idea what's going on on Windows here.

From: Mehdi Amini <mehdi.amini at apple.com>

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=269548&r1=269547&r2=269548&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/cache.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/cache.ll Sat May 14 00:38:58 2016
@@ -1,3 +1,6 @@
+; Windows is not producing anything in the cache apparently, TBD
+; XFAIL: win32
+
 ; RUN: opt -module-summary %s -o %t.bc
 ; RUN: opt -module-summary %p/Inputs/funcimport.ll -o %t2.bc
 




More information about the llvm-commits mailing list