Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds idetools failure case for re"" being reported as a module. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+7 |
| | |||||
* | Documents idetools skMacro with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+33 |
| | |||||
* | Documents idetools skLabel with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+18 |
| | |||||
* | 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 more idetools suggest failure cases. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+32 |
| | |||||
* | Merge pull request #485 from gradha/pr_suggest_case | Araq | 2013-07-02 | 3 | -0/+57 |
|\ | | | | | Adds idetools --suggest test case. Refs #484. | ||||
| * | Adds idetools --suggest test case. Refs #484. | Grzegorz Adam Hankiewicz | 2013-07-02 | 3 | -0/+57 |
| | | | | | | | | | | | | 1) There are too many suggestions for the given prefix. 2) The suggestions don't take into account the preceeding type. 3) trackDirty only works on caas mode. | ||||
* | | fixes #503 | Araq | 2013-07-02 | 1 | -0/+10 |
|/ | |||||
* | fixes #501 | Araq | 2013-07-01 | 1 | -0/+3 |
| | |||||
* | fixes --os:standalone | Araq | 2013-06-30 | 1 | -1/+3 |
| | |||||
* | made some tests green | Araq | 2013-06-30 | 3 | -4/+4 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 3 | -0/+25 |
| | |||||
* | fixes lots of regressions | Araq | 2013-06-29 | 1 | -6/+8 |
| | |||||
* | Merge pull request #486 from gradha/pr_idetools_docs | Araq | 2013-06-28 | 18 | -44/+200 |
|\ | | | | | Adds idetools docs | ||||
| * | Adds idetools hierarchy nesting test. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+58 |
| | | |||||
| * | Adds idetools test to verify --usages, reuses testcase. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+17 |
| | | |||||
| * | Adds idetools test to check declaration proc signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+24 |
| | | |||||
| * | Adds idetoos testcase to verify returned signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+49 |
| | | | | | | | | At the moment too many of them return proc. | ||||
| * | Adds $SILENT replacement to reduce test output verbosity. | Grzegorz Adam Hankiewicz | 2013-06-16 | 11 | -44/+52 |
| | | |||||
* | | Merge pull request #487 from gradha/pr_no_more_slurping | Araq | 2013-06-28 | 1 | -0/+2 |
|\ \ | | | | | | | Improves highlite module | ||||
| * | | Adds highlite to tests suite. | Grzegorz Adam Hankiewicz | 2013-06-18 | 1 | -0/+2 |
| |/ | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-27 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fixed OSError + recvLine deprecation warnings. | Dominik Picheta | 2013-06-27 | 1 | -3/+3 |
| |/ | |||||
* | | fixes #488 | Araq | 2013-06-27 | 1 | -0/+9 |
| | | |||||
* | | fixes #442 | Araq | 2013-06-27 | 1 | -0/+18 |
|/ | |||||
* | fixes #481 | Araq | 2013-06-13 | 1 | -1/+14 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-13 | 16 | -73/+147 |
|\ | |||||
| * | Merge pull request #478 from gradha/pr_idetools | zah | 2013-06-12 | 16 | -73/+147 |
| |\ | | | | | | | More idetools additions | ||||
| | * | 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. | ||||
| | * | Enables trackDirty query for idetools proc mode. | Grzegorz Adam Hankiewicz | 2013-06-11 | 2 | -4/+2 |
| | | | |||||
| | * | Adds $TESTNIM and $MODULE as variables to test cases. | Grzegorz Adam Hankiewicz | 2013-06-11 | 9 | -55/+69 |
| | | | |||||
| | * | Adds idetools testcase for dynamic dispatch. Refs #477. | Grzegorz Adam Hankiewicz | 2013-06-10 | 2 | -0/+24 |
| | | | |||||
| | * | Renames test cases to be more human friendly. | Grzegorz Adam Hankiewicz | 2013-06-10 | 6 | -25/+25 |
| | | | |||||
| | * | Adds skMethod example to idetools api test. | Grzegorz Adam Hankiewicz | 2013-06-10 | 2 | -0/+23 |
| | | | |||||
* | | | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -2/+4 |
|/ / | |||||
* | | bugfixes for the guarded data flow analysis | Araq | 2013-06-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-11 | 14 | -45/+267 |
|\| | |||||
| * | Fixes usage of public API caasTestsRunner in tester. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -2/+3 |
| | | |||||
| * | Fixes caasdriver for --taintMode:on compilation. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #470 from gradha/pr_idetools_tests | zah | 2013-06-10 | 13 | -43/+264 |
| |\ | | | | | | | Adds idetools tests | ||||
| | * | Removes CaasRun prefix from suggest-compile.txt test. | Grzegorz Adam Hankiewicz | 2013-06-08 | 1 | -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 Hankiewicz | 2013-06-07 | 2 | -0/+19 |
| | | | |||||
| | * | Adds comments to output, can help debug failure logs. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
| | | | |||||
| | * | Adds idetools test case. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 2 | -0/+31 |
| | | | |||||
| | * | Adds generic idetools api test case. | Grzegorz Adam Hankiewicz | 2013-06-07 | 3 | -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 Hankiewicz | 2013-06-07 | 4 | -11/+43 |
| | | | |||||
| | * | Runs all caas tests also in process mode. | Grzegorz Adam Hankiewicz | 2013-06-07 | 6 | -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 Hankiewicz | 2013-06-07 | 1 | -4/+2 |
| | | |