Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestRunner enhancement request #1727

Closed
lattner opened this issue Apr 25, 2007 · 4 comments
Closed

TestRunner enhancement request #1727

lattner opened this issue Apr 25, 2007 · 4 comments
Labels
bugzilla Issues migrated from bugzilla test-suite

Comments

@lattner
Copy link
Collaborator

lattner commented Apr 25, 2007

Bugzilla Link 1355
Resolution FIXED
Resolved on Nov 07, 2018 00:17
Version trunk
OS MacOS X

Extended Description

The new TestRunner is much nicer than the old one, and very handy. One (hopefully easy) feature request:
It would be nice for TestRunner to take multiple tests on the command line. I usually do:

cd test/whatever; find . -name *.ll -print -exec ../../TestRunner.sh {} ;

It would be much nicer to do: cd test/whatever; TestRunner *

-Chris

@llvmbot
Copy link
Collaborator

llvmbot commented Apr 26, 2007

TestRunner.sh has been augmented to process a list of files, each of which it
will execute.

Note that the example is much more easily done with:

make check TESTSUITE=test/whatever

Fixed with this patch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070423/048480.html

@lattner
Copy link
Collaborator Author

lattner commented Apr 26, 2007

Not working:

$ cd llvm/test/Assembler
$ ../TestRunner.sh *.ll *.llx
...
couldn't open "/Users/sabre/cvs/llvm/test/2005-02-09-AsmWriterStoreBug.ll": no such file or
directory
couldn't open "/Users/sabre/cvs/llvm/test/2005-05-05-OpaqueUndefValues.ll": no such file or
directory
couldn't open "/Users/sabre/cvs/llvm/test/2005-12-21-ZeroInitVector.ll": no such file or directory
couldn't open "/Users/sabre/cvs/llvm/test/2006-05-26-VarargsCallEncode.ll": no such file or directory
couldn't open "/Users/sabre/cvs/llvm/test/2006-09-28-CrashOnInvalid.ll": no such file or directory
couldn't open "/Users/sabre/cvs/llvm/test/2006-12-09-Cast-To-Bool.ll": no such file or directory
couldn't open "/Users/sabre/cvs/llvm/test/2007-01-01-Cast-To-Bool.ll": no such file or directory
couldn't open "/Users/sabre/cvs/llvm/test/2007-01-02-Undefined-Arg-Type.ll": no such file or
directory
couldn't open "/Users/sabre/cvs/llvm/test/2007-01-05-Cmp-ConstExpr.ll": no such file or directory
...

@llvmbot
Copy link
Collaborator

llvmbot commented May 16, 2007

@lattner
Copy link
Collaborator Author

lattner commented May 16, 2007

Excellent, thanks Reid!

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla test-suite
Projects
None yet
Development

No branches or pull requests

2 participants