[llvm-commits] [poolalloc] r125088 - in /poolalloc/trunk/test/dsa/local: union.ll union_P2I.ll

Will Dietz wdietz2 at illinois.edu
Tue Feb 8 08:59:24 PST 2011


Author: wdietz2
Date: Tue Feb  8 10:59:24 2011
New Revision: 125088

URL: http://llvm.org/viewvc/llvm-project?rev=125088&view=rev
Log:
Mark tests for features we have no plans to implement as XFAIL.

Modified:
    poolalloc/trunk/test/dsa/local/union.ll
    poolalloc/trunk/test/dsa/local/union_P2I.ll

Modified: poolalloc/trunk/test/dsa/local/union.ll
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/local/union.ll?rev=125088&r1=125087&r2=125088&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/local/union.ll (original)
+++ poolalloc/trunk/test/dsa/local/union.ll Tue Feb  8 10:59:24 2011
@@ -2,6 +2,11 @@
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-unknown-linux-gnu"
 
+;TODO: What exactly does this test?
+
+;Mark this as expected to fail since we don't plan on implementing this anytime soon.
+;XFAIL: *
+
 ;RUN: dsaopt %s -dsa-local -analyze -check-same-node=func:tmp:0,func:c:0,func:s1:0
 ;RUN: dsaopt %s -dsa-local -analyze -check-same-node=func:s1:8,func:x:8
 

Modified: poolalloc/trunk/test/dsa/local/union_P2I.ll
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/local/union_P2I.ll?rev=125088&r1=125087&r2=125088&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/local/union_P2I.ll (original)
+++ poolalloc/trunk/test/dsa/local/union_P2I.ll Tue Feb  8 10:59:24 2011
@@ -1,5 +1,8 @@
 ;checks that the PtrToInt and IntToPtr flag is set on unions that contain integer and pointer types
 
+;Mark this as expected to fail since we don't plan on implementing this anytime soon.
+;XFAIL: *
+
 ;RUN: dsaopt %s -dsa-local -analyze -check-same-node=main:ptr:0,main:obj:0
 ;RUN: dsaopt %s -dsa-local -analyze -verify-flags "main:obj+UP2"
 ;RUN: dsaopt %s -dsa-local -analyze -check-type=main:obj,0:i32|%\struct.StructType*





More information about the llvm-commits mailing list