[llvm] r269561 - Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, for now.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat May 14 05:47:40 PDT 2016


Author: chapuni
Date: Sat May 14 07:47:40 2016
New Revision: 269561

URL: http://llvm.org/viewvc/llvm-project?rev=269561&view=rev
Log:
Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, for now.

It was passing (and is XPASSing) with --host=linux --target=win32.

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=269561&r1=269560&r2=269561&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/cache.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/cache.ll Sat May 14 07:47:40 2016
@@ -1,5 +1,5 @@
 ; Windows is not producing anything in the cache apparently, TBD
-; XFAIL: win32
+; REQUIRES: shell
 
 ; 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