[llvm-commits] [patch] test suite documentation updates, new "XFAIL: disable_assertions"
Shantonu Sen
ssen at apple.com
Thu Jun 25 11:19:04 PDT 2009
I was getting a test suite failure with a Release-Asserts build on
test/CodeGen/PowerPC/int-fp-conv-0.ll because it does:
> ; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep {= store}
"llc -debug" is only available when assertions are enabled, so there
should be a way to XFAIL this when assertions are disabled. I added
this ability to the llvm dejagnu tests, and now the test PASSes for a
Debug build, and XFAILs for Release-Asserts.
I noticed a bunch of other documentation issues that I ran into, which
I expanded on.
Chris L. says that --with-f2c hasn't been supported in a while, and
should probably be removed, so I did (it also breaks W3C validation of
the HTML)
Mac OS X has shipped Tcl and expect since 10.4 at least, I don't think
it's relevant to recommend ways to install them.
Diff attached
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-disable-assertions.patch
Type: application/octet-stream
Size: 8141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090625/14d60d12/attachment.obj>
-------------- next part --------------
Shantonu Sen
ssen at apple.com
Sent from my Mac Pro
More information about the llvm-commits
mailing list