summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #486 from gradha/pr_idetools_docsAraq2013-06-2818-44/+200
|\
| * Adds idetools hierarchy nesting test.Grzegorz Adam Hankiewicz2013-06-162-0/+58
| * Adds idetools test to verify --usages, reuses testcase.Grzegorz Adam Hankiewicz2013-06-161-0/+17
| * Adds idetools test to check declaration proc signatures.Grzegorz Adam Hankiewicz2013-06-162-0/+24
| * Adds idetoos testcase to verify returned signatures.Grzegorz Adam Hankiewicz2013-06-162-0/+49
| * Adds $SILENT replacement to reduce test output verbosity.Grzegorz Adam Hankiewicz2013-06-1611-44/+52
* | Merge pull request #487 from gradha/pr_no_more_slurpingAraq2013-06-281-0/+2
|\ \
| * | Adds highlite to tests suite.Grzegorz Adam Hankiewicz2013-06-181-0/+2
| |/
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-271-3/+3
|\ \
| * | Fixed OSError + recvLine deprecation warnings.Dominik Picheta2013-06-271-3/+3
| |/
* | fixes #488Araq2013-06-271-0/+9
* | fixes #442Araq2013-06-271-0/+18
|/
* fixes #481Araq2013-06-131-1/+14
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-1316-73/+147
|\
| * Merge pull request #478 from gradha/pr_idetoolszah2013-06-1216-73/+147
| |\
| | * 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
| | * Enables trackDirty query for idetools proc mode.Grzegorz Adam Hankiewicz2013-06-112-4/+2
| | * Adds $TESTNIM and $MODULE as variables to test cases.Grzegorz Adam Hankiewicz2013-06-119-55/+69
| | * Adds idetools testcase for dynamic dispatch. Refs #477.Grzegorz Adam Hankiewicz2013-06-102-0/+24
| | * Renames test cases to be more human friendly.Grzegorz Adam Hankiewicz2013-06-106-25/+25
| | * Adds skMethod example to idetools api test.Grzegorz Adam Hankiewicz2013-06-102-0/+23
* | | improvements for 'not nil' checkingAraq2013-06-131-2/+4
|/ /
* | bugfixes for the guarded data flow analysisAraq2013-06-121-2/+2
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-1114-45/+267
|\|
| * Fixes usage of public API caasTestsRunner in tester.Grzegorz Adam Hankiewicz2013-06-101-2/+3
| * Fixes caasdriver for --taintMode:on compilation.Grzegorz Adam Hankiewicz2013-06-101-1/+1
| * Merge pull request #470 from gradha/pr_idetools_testszah2013-06-1013-43/+264
| |\
| | * Removes CaasRun prefix from suggest-compile.txt test.Grzegorz Adam Hankiewicz2013-06-081-2/+2
| | * Adds idetools testcase. Refs #416.Grzegorz Adam Hankiewicz2013-06-072-0/+19
| | * Adds comments to output, can help debug failure logs.Grzegorz Adam Hankiewicz2013-06-071-0/+1
| | * Adds idetools test case. Refs #416.Grzegorz Adam Hankiewicz2013-06-072-0/+31
| | * Adds generic idetools api test case.Grzegorz Adam Hankiewicz2013-06-073-1/+69
| | * Implements prefixes for comments or specific mode runs.Grzegorz Adam Hankiewicz2013-06-074-11/+43
| | * Runs all caas tests also in process mode.Grzegorz Adam Hankiewicz2013-06-076-32/+67
| | * 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
* | | next steps for guarded data flow analysisAraq2013-06-112-1/+64
|/ /
* | made tests greenAraq2013-06-104-4/+4
* | resolved conflict; added missing filesAraq2013-06-092-0/+48
|\|
* | implemented large parts of the 'not nil' checkingAraq2013-06-091-0/+36
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-0/+4
* fixes #451Araq2013-06-041-0/+12
* manyloc test should be green againAraq2013-06-043-30/+22
* fixes semicolon parsing issueAraq2013-06-031-0/+5
* fixes #385Araq2013-06-031-0/+494
* fixes #458Araq2013-05-311-3/+5
* Revert "fix tforwardgeneric"Araq2013-05-271-3/+2