summary refs log tree commit diff stats
path: root/tests/tester.nim
Commit message (Collapse)AuthorAgeFilesLines
* examples from the talk part of test suiteAraq2013-09-271-0/+1
|
* Fixes usage of public API caasTestsRunner in tester.Grzegorz Adam Hankiewicz2013-06-101-2/+3
|
* test-runner for caas multi-step testsZahary Karadjov2013-05-041-1/+7
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
| | | | No one calls it EcmaScript anymore.
* small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-39/+75
|
* docs should build under doc2; unittests of times.nim compile under 32bit; ↵Araq2012-11-201-1/+2
| | | | small bugfix for the tester
* fixes #230; fixes #227Araq2012-10-191-0/+1
|
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-111-6/+4
| | | | of 'compile' are not overwritten
* first steps to make templates hygienicAraq2012-08-201-2/+5
|
* tester compiles under taint mode againAraq2012-07-201-3/+3
|
* fixed the rodfiles testsZahary Karadjov2012-07-201-29/+35
|
* JS codegen enhancements; still unusableAraq2012-07-011-3/+22
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* implemented 'let' statementAraq2011-11-291-9/+9
|
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-2/+2
|
* got rid of 'accept' dir in the testsAraq2011-11-191-2/+2
|
* tester: threading tests addedAraq2011-11-191-7/+11
|
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-181-107/+9
|
* tester uses same layout as nimbuildAraq2011-11-121-5/+21
|
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-0/+3
| | | | output (this should be better for nimbuild)
* GC tests now finally part of testsuiteAraq2011-11-101-0/+18
|
* operator precedence changed: assignment like operators are supported; ↵Araq2011-11-091-0/+4
| | | | escaping of operators with \ is supported
* bugfixes for the testsuiteAraq2011-11-081-14/+17
|
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-081-47/+63
|
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-23/+46
|
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-6/+1
|
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-061-0/+4
|
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-041-0/+10
| | | | test suite.
* Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-311-9/+9
|
* lazy loading of body ast implementedAraq2011-10-301-12/+23
|
* compilation cache: tests now part of test suiteAraq2011-10-271-0/+47
|
* attempt to fix tester.nim file handle leakAraq2011-08-291-0/+1
|
* json code generation works againAraq2011-08-071-0/+1
|
* tests/tester.nim: HTML-encode the expected results and actual results before ↵Keita Haga2011-07-301-28/+28
| | | | writing them out
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵Araq2011-06-271-17/+48
| | | | not suffice
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-11/+5
|
* tester now outputs jsondom962011-05-081-5/+22
|
* little repo cleanupAraq2011-05-021-32/+39
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-6/+26
|
* p[] instead of p^Araq2011-04-111-5/+16
|
* some tests cleaned up; some bugfixesAraq2011-04-111-19/+28
|
* fixes #21Araq2011-03-241-0/+1
|
* suggest: improvementsAraq2011-02-231-25/+18
|
* tests themselves contain the expected resultAraq2011-02-201-48/+88
|
* c2nim compiles again [#9 state:resolved]; better error message for named ↵Araq2011-01-091-1/+1
| | | | parameters
* better tester; yet another iterator bugfixAraq2011-01-061-0/+10
|
* version 0.8.8Andreas Rumpf2010-03-141-6/+1
|
* improvements graphics moduleAndreas Rumpf2010-03-101-14/+20
|
* addes osinfo_* modulesrumpf_a@web.de2010-03-071-4/+1
|