summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|\ | | | | Adds idetools tests
| * Removes CaasRun prefix from suggest-compile.txt test.Grzegorz Adam Hankiewicz2013-06-081-2/+2
| | | | | | | | | | The --trackDirty switch should work the same for ProcRun, so it's a bug that it doesn't dump the same suggestion information as in server mode.
| * 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
| | | | | | | | 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-074-11/+43
| |
| * Runs all caas tests also in process mode.Grzegorz Adam Hankiewicz2013-06-076-32/+67
| | | | | | | | | | | | | | 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.
* | 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
| | | | This reverts commit d82a032566de1612ff1ed2d82cc7ec2bd58267d7.
* Revert "more test made green"Araq2013-05-272-71/+70
| | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76.
* Revert "test cases for the new features"Araq2013-05-273-67/+0
| | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09.
* test cases for the new featuresZahary Karadjov2013-05-263-0/+67
|
* more test made greenZahary Karadjov2013-05-262-70/+71
| | | | | | | | | the lambda lifting was trying too hard to ignore generic prods isGenericRoutine was producing false-negatives and only this allowed for some of the warning and error messages to be triggered. some files with mixed line endings were fixed
* fix tforwardgenericZahary Karadjov2013-05-261-2/+3
|
* made some tests green; implemented 'from module import nil'Araq2013-05-192-1/+2
|
* made some tests greenAraq2013-05-193-3/+3
|
* fixes #433Araq2013-05-181-0/+10
|
* fixes #430Zahary Karadjov2013-05-121-0/+12
|
* fixes #429 and tstmtexprZahary Karadjov2013-05-121-1/+1
|
* fixing the dos line endings in a broken testZahary Karadjov2013-05-121-4/+3
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2013-05-121-0/+14
|\
| * new effect system should be sound nowAraq2013-05-111-0/+14
| |
* | documented the ``noforward`` pragmaZahary Karadjov2013-05-121-0/+10
|/
* better effects handling for callbacksAraq2013-05-091-0/+14
|
* Merge branch 'master' into newparserAraq2013-05-074-0/+38
|\
| * support suggest after compile in caas modeZahary Karadjov2013-05-053-0/+28
| |
| * bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-051-0/+10
| |
* | Merge branch 'master' into newparserAraq2013-05-0411-13/+173
|\|
| * failing test case demonstrating how generic arguments are preferred toZahary Karadjov2013-05-041-0/+26
| | | | | | | | openarray and varargs arguments
| * adding some failing caas testsZahary Karadjov2013-05-043-2/+21
| |
| * test-runner for caas multi-step testsZahary Karadjov2013-05-045-1/+107
| |
| * added distinct array testAraq2013-04-232-7/+14
| |
| * fixes #395Araq2013-04-231-5/+7
| |