[llvm-commits] CVS: llvm/test/Other/2002-01-31-PostDomSet-2.ll 2002-01-31-PostDomSet.ll

Chris Lattner sabre at nondot.org
Sat Apr 7 13:00:53 PDT 2007



Changes in directory llvm/test/Other:

2002-01-31-PostDomSet-2.ll updated: 1.4 -> 1.5
2002-01-31-PostDomSet.ll updated: 1.5 -> 1.6
---
Log message:

xfail these until owen can figure out the right fix


---
Diffs of the changes:  (+2 -2)

 2002-01-31-PostDomSet-2.ll |    2 +-
 2002-01-31-PostDomSet.ll   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Other/2002-01-31-PostDomSet-2.ll
diff -u llvm/test/Other/2002-01-31-PostDomSet-2.ll:1.4 llvm/test/Other/2002-01-31-PostDomSet-2.ll:1.5
--- llvm/test/Other/2002-01-31-PostDomSet-2.ll:1.4	Fri Dec  1 22:23:08 2006
+++ llvm/test/Other/2002-01-31-PostDomSet-2.ll	Sat Apr  7 15:00:36 2007
@@ -1,7 +1,7 @@
 ; Crash in post dominator set construction.
 ;
 ; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -postdomset
-;
+; XFAIL: *
 
 implementation
 


Index: llvm/test/Other/2002-01-31-PostDomSet.ll
diff -u llvm/test/Other/2002-01-31-PostDomSet.ll:1.5 llvm/test/Other/2002-01-31-PostDomSet.ll:1.6
--- llvm/test/Other/2002-01-31-PostDomSet.ll:1.5	Fri Dec  1 22:23:08 2006
+++ llvm/test/Other/2002-01-31-PostDomSet.ll	Sat Apr  7 15:00:36 2007
@@ -1,7 +1,7 @@
 ; Crash in post dominator set construction.
 ;
 ; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -postdomset
-;
+; XFAIL: *
 
 implementation
 






More information about the llvm-commits mailing list