[llvm] r247011 - [WebAssembly] Temporarily disable this test, as it depends on additional patches that aren't yet checked in.

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 06:21:12 PDT 2015


Author: djg
Date: Tue Sep  8 08:21:12 2015
New Revision: 247011

URL: http://llvm.org/viewvc/llvm-project?rev=247011&view=rev
Log:
[WebAssembly] Temporarily disable this test, as it depends on additional patches that aren't yet checked in.

Modified:
    llvm/trunk/test/CodeGen/WebAssembly/phi.ll

Modified: llvm/trunk/test/CodeGen/WebAssembly/phi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/phi.ll?rev=247011&r1=247010&r2=247011&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/phi.ll (original)
+++ llvm/trunk/test/CodeGen/WebAssembly/phi.ll Tue Sep  8 08:21:12 2015
@@ -1,5 +1,8 @@
 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
 
+; This test depends on branching support, which is not yet checked in.
+; XFAIL: *
+
 ; Test that phis are lowered.
 
 target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"




More information about the llvm-commits mailing list