Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves caasdriver comments into idetools document. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -39/+1 |
| | |||||
* | Forces removal of nimcache dir for all caas runs. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -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 Hankiewicz | 2013-06-16 | 1 | -0/+3 |
| | |||||
* | Removes the nimcache symbol directory for each run. | Grzegorz Adam Hankiewicz | 2013-06-11 | 1 | -2/+7 |
| | |||||
* | Adds symbol proc run mode as suggested by Zahary. | Grzegorz Adam Hankiewicz | 2013-06-11 | 1 | -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 Hankiewicz | 2013-06-11 | 1 | -9/+23 |
| | |||||
* | Fixes caasdriver for --taintMode:on compilation. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Adds comments to output, can help debug failure logs. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | Adds generic idetools api test case. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -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 Hankiewicz | 2013-06-07 | 1 | -6/+33 |
| | |||||
* | Runs all caas tests also in process mode. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -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 Hankiewicz | 2013-06-07 | 1 | -4/+2 |
| | |||||
* | Adds embedded comment describing program usage. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+22 |
| | |||||
* | Adds verbose switch, by default reports only failures. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -2/+12 |
| | |||||
* | Makes caasdriver exit with number of errors. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -8/+13 |
| | | | | Also displays result and separator after each test. | ||||
* | adding some failing caas tests | Zahary Karadjov | 2013-05-04 | 1 | -2/+5 |
| | |||||
* | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -0/+83 |