[LLVMbugs] [Bug 1426] SingleSource/CustomChecked/flops fails

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed May 16 14:21:31 PDT 2007


http://llvm.org/bugs/show_bug.cgi?id=1426

rspencer at reidspencer.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From rspencer at reidspencer.com  2007-05-16 16:21 -------
The solution here is to break the tie between CustomChecked and TestRunner.sh.
The test suite should use its own machinery and not depend on the machinery of
the thing its testing. These patches:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070514/049699.html

implement a simple custom checked test running capability without TestRunner.sh,
Dejagnu, the LLVM makefile system or Tcl. Instead it is self contained and we
can extend it in the future if needed.  The makefile changes allow each test to
specify a GREP pattern for the output and a set of ARGS to run the program with.
That is sufficient for the current set of tests in the CustomChecked directory. 

Not sure if this should be put on the 2.0 branch or not.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list