History log of /external/llvm/test/Other/invalid-commandline-option.ll
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49589f0d0e35f643e697ab7ae8a51a530d38b0d8 02-Jul-2012 Chandler Carruth <chandlerc@gmail.com> Convert the uses of '|&' to use '2>&1 |' instead, which works on old
versions of Bash. In addition, I can back out the change to the lit
built-in shell test runner to support this.

This should fix the majority of fallout on Darwin, but I suspect there
will be a few straggling issues.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159544 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/invalid-commandline-option.ll
4177e6fff50552908bab510f1e896fa974a6f155 02-Jul-2012 Chandler Carruth <chandlerc@gmail.com> Convert all tests using TCL-style quoting to use shell-style quoting.

This was done through the aid of a terrible Perl creation. I will not
paste any of the horrors here. Suffice to say, it require multiple
staged rounds of replacements, state carried between, and a few
nested-construct-parsing hacks that I'm not proud of. It happens, by
luck, to be able to deal with all the TCL-quoting patterns in evidence
in the LLVM test suite.

If anyone is maintaining large out-of-tree test trees, feel free to poke
me and I'll send you the steps I used to convert things, as well as
answer any painful questions etc. IRC works best for this type of thing
I find.

Once converted, switch the LLVM lit config to use ShTests the same as
Clang. In addition to being able to delete large amounts of Python code
from 'lit', this will also simplify the entire test suite and some of
lit's architecture.

Finally, the test suite runs 33% faster on Linux now. ;]
For my 16-hardware-thread (2x 4-core xeon e5520): 36s -> 24s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159525 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/invalid-commandline-option.ll
ecf4fa27442a45ff1903c0d98c5eb5c5fbd982b2 28-Jul-2008 Duncan Sands <baldrick@free.fr> Test this differently: I saw this test fail
because opt exited while llvm-as was still
writing to the pipe, causing it to get a
SIGPIPE. It seems best to change things to
avoid the race altogether.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54138 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/invalid-commandline-option.ll
7361f63b258fb12bc755f03323abb37b45a33b24 10-Jun-2008 Matthijs Kooijman <matthijs@stdin.nl> Let some more tests ignore expected output on stderr.
Also, use > %t instead of -o %t for output in one test since that also works
when %t already exists.

This fixes 6 testcases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52178 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/invalid-commandline-option.ll
61e015fe7426ca97c3c7afb583f04f5f93050370 23-Feb-2008 Dan Gohman <gohman@apple.com> Fix a bug that caused opt and other tools to silently ignore
invalid command-line options.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47523 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/invalid-commandline-option.ll