[LLVMbugs] [Bug 1331] Make TestRunner.sh work with new Tcl exec based test harness

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Apr 14 23:33:22 PDT 2007


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

rspencer at x10sys.com changed:

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



------- Additional Comments From rspencer at x10sys.com  2007-04-15 01:33 -------
This issue has been fixed. The functionality of TestRunner.sh is now embedded
into the test/Makefile. It is also invokable from the top level Makefile. In
either case you can run a single test with:

make check-one TESTONE=path/to/test/script.ll

for example:  make check-one TESTONE=test/Feature/basictest.ll
or even:      make check-one TESTONE=Feature/basictest.ll

This will run just the one script specified in an environment similar to what
dejagnu provides. If the test succeeds you'll just get a "PASS: ..." line. If it
fails, you'll get all the gory details.

The TestRunner.sh script was modified to just run "make check-one TESTONE"
appropriatly.

Resolved with these patches:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047583.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047584.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047585.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047586.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047587.html



------- 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