summary refs log tree commit diff stats
path: root/tests/caasdriver.nim
Commit message (Collapse)AuthorAgeFilesLines
* Moves caasdriver comments into idetools document.Grzegorz Adam Hankiewicz2013-07-061-39/+1
|
* Forces removal of nimcache dir for all caas runs.Grzegorz Adam Hankiewicz2013-07-061-0/+2
| | | | | Now some test cases fail because they can't use a previous nimcache directory (which potentially could have wrong compiled code anyway).
* Adds $SILENT replacement to reduce test output verbosity.Grzegorz Adam Hankiewicz2013-06-161-0/+3
|
* Removes the nimcache symbol directory for each run.Grzegorz Adam Hankiewicz2013-06-111-2/+7
|
* Adds symbol proc run mode as suggested by Zahary.Grzegorz Adam Hankiewicz2013-06-111-5/+15
| | | | | To avoid collision each test case uses a different nimcache directory based on the input test filename.
* Adds $TESTNIM and $MODULE as variables to test cases.Grzegorz Adam Hankiewicz2013-06-111-9/+23
|
* Fixes caasdriver for --taintMode:on compilation.Grzegorz Adam Hankiewicz2013-06-101-1/+1
|
* Adds comments to output, can help debug failure logs.Grzegorz Adam Hankiewicz2013-06-071-0/+1
|
* Adds generic idetools api test case.Grzegorz Adam Hankiewicz2013-06-071-1/+5
| | | | At the moment three lines of the test case fail in proc mode.
* Implements prefixes for comments or specific mode runs.Grzegorz Adam Hankiewicz2013-06-071-6/+33
|
* Runs all caas tests also in process mode.Grzegorz Adam Hankiewicz2013-06-071-20/+55
| | | | | | | This requires changing a little bit the test cases to avoid specifying the filename as the last parameter. The trackDirty switch still doesn't work for process mode. Also revers some SuccessX which I think were hidden in the amount of output verbosity.
* Replaces dirname with osproc.parentDir.Grzegorz Adam Hankiewicz2013-06-071-4/+2
|
* Adds embedded comment describing program usage.Grzegorz Adam Hankiewicz2013-06-071-0/+22
|
* Adds verbose switch, by default reports only failures.Grzegorz Adam Hankiewicz2013-06-071-2/+12
|
* Makes caasdriver exit with number of errors.Grzegorz Adam Hankiewicz2013-06-071-8/+13
| | | | Also displays result and separator after each test.
* adding some failing caas testsZahary Karadjov2013-05-041-2/+5
|
* test-runner for caas multi-step testsZahary Karadjov2013-05-041-0/+83