[llvm-commits] CVS: llvm/test/Regression/Assembler/2002-05-02-ParseError.ll

Brian Gaeke gaeke at gally.cs.uiuc.edu
Wed Feb 25 14:35:01 PST 2004


Changes in directory llvm/test/Regression/Assembler:

2002-05-02-ParseError.ll updated: 1.3 -> 1.4

---
Log message:

Note that this test is currently expected to fail.


---
Diffs of the changes:  (+1 -0)

Index: llvm/test/Regression/Assembler/2002-05-02-ParseError.ll
diff -u llvm/test/Regression/Assembler/2002-05-02-ParseError.ll:1.3 llvm/test/Regression/Assembler/2002-05-02-ParseError.ll:1.4
--- llvm/test/Regression/Assembler/2002-05-02-ParseError.ll:1.3	Thu Mar  6 13:59:08 2003
+++ llvm/test/Regression/Assembler/2002-05-02-ParseError.ll	Wed Feb 25 14:34:02 2004
@@ -1,5 +1,6 @@
 ; This should parse correctly without an 'implementation', but our current YACC
 ; based parser doesn't have the required 2 token lookahead...
+; XFAIL 
 
 	%T = type int *
 





More information about the llvm-commits mailing list