[Swift-devel] test suite

Mihael Hategan hategan at mcs.anl.gov
Sat Jul 2 13:09:18 CDT 2011


I've been playing with the test suite a bit, and I have a few comments:

- Ben's ./run scripts had this nice feature which allowed you to resume
a test run. This was great if you were testing some changes and wanted
to go through all tests and fix failing ones, and continue without
having to repeatedly re-run the previous tests. Ben's scripts don't work
any more, and the new test suite doesn't do that. It would be nice if
either was to work.

- it would be nice to have a way where you just run all the local tests
straight from the checkout with minimal intervention (i.e. run whatever
swift is in my path). Out of the box, ./suite.sh
-t /groups/group-all-local.sh doesn't work because it cannot find my
swift directory. I've changed the following to make that work:
TOPDIR=`readlink -f $PWD/../../../..`

Mihael




More information about the Swift-devel mailing list