Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing tester.nim.cfg. | Dominik Picheta | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 1 | -3/+4 |
|\ | | | | | Algorithm to find the nodejs binary | ||||
| * | find the nodejs binary | Simon Hafner | 2015-01-27 | 1 | -3/+4 |
| | | | | | | | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them. | ||||
* | | Merge pull request #1995 from def-/fix-idetools | Andreas Rumpf | 2015-01-27 | 1 | -6/+9 |
|\ \ | | | | | | | Make caasdriver compile | ||||
| * | | Make caasdriver compile | def | 2015-01-20 | 1 | -6/+9 |
| |/ | |||||
* / | proper 'space in dir' test | Araq | 2015-01-27 | 1 | -1/+1 |
|/ | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 5 | -5/+5 |
| | |||||
* | fixes #1796 | Araq | 2015-01-05 | 1 | -4/+9 |
| | |||||
* | fixes #1638 | Araq | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Fixes tester. | Dominik Picheta | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 3 | -4/+4 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 4 | -14/+14 |
| | |||||
* | koch now uses nim.exe | Araq | 2014-08-29 | 2 | -3/+3 |
| | |||||
* | tester compiles again | Araq | 2014-08-29 | 3 | -20/+20 |
| | |||||
* | updated the tester | Araq | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | some minor fixes | Araq | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | tester should work again | Araq | 2014-07-16 | 1 | -4/+1 |
| | |||||
* | Improve caasdriver output. | Dominik Picheta | 2014-06-16 | 1 | -7/+11 |
| | |||||
* | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 2 | -4/+14 |
|\ | | | | | New spawn | ||||
| * | tester works again | Araq | 2014-05-30 | 1 | -3/+3 |
| | | |||||
| * | added 'sortoutput' option to make output deterministic for threading tests | Araq | 2014-05-29 | 2 | -3/+13 |
| | | |||||
* | | Fixes #1263. | Dominik Picheta | 2014-06-15 | 1 | -0/+4 |
| | | |||||
* | | Update categories.nim | Varriount | 2014-06-14 | 1 | -19/+26 |
|/ | | | Fixed the tester from crashing when the babel package file is invalid. | ||||
* | fixed paths because caasdriver is now in testament | Simon Hafner | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Tester now ignores deprecation warnings. | Dominik Picheta | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Removes tthreadanalysis3 from threadTests spec. | Dominik Picheta | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 2 | -8/+15 |
| | |||||
* | Fixes incorrect nodejs detection in tester. | Dominik Picheta | 2014-04-16 | 1 | -2/+1 |
| | |||||
* | Modified tester output. Fixed JS tests. | Dominik Picheta | 2014-04-16 | 2 | -16/+24 |
| | |||||
* | tester outputs full test path | Araq | 2014-03-28 | 1 | -1/+2 |
| | |||||
* | fix the handling of "msg" tests | Zahary Karadjov | 2014-03-20 | 2 | -2/+6 |
| | |||||
* | make some tests red :) (i.e. print failure details while running the tester) | Zahary Karadjov | 2014-03-16 | 1 | -3/+8 |
| | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+2 |
| | |||||
* | Removed debug code | Clay Sweetser | 2014-03-08 | 1 | -1/+0 |
| | |||||
* | Tester now outputs all the test results of the current test run to json. | Clay Sweetser | 2014-03-07 | 1 | -0/+19 |
| | |||||
* | Changed behavior when babel cannot be found/run | Varriount | 2014-03-04 | 1 | -2/+4 |
| | | | Failure to find and run babel when using the tester now produces a warning message instead of causing the tester to quit. | ||||
* | Fix categories.nim | Varriount | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | Allowed specification of what babel packages to install via new categories - ↵ | Clay Sweetser | 2014-03-03 | 1 | -8/+23 |
| | | | | 'babel-core', 'babel-extra', and 'babel-all' | ||||
* | Removed babel package tests from those run when 'all' is specified. | Clay Sweetser | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | Integrated 'babel' with testament | Clay Sweetser | 2014-03-02 | 2 | -1/+71 |
| | |||||
* | the tester now produces a diff in the JSON | Araq | 2014-02-13 | 1 | -9/+35 |
| | |||||
* | tester compiles again | Araq | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | bugfix: codegen issue that caused getGMTime() to leak memory | Araq | 2014-02-07 | 1 | -0/+5 |
| | |||||
* | new tester produces json output | Araq | 2014-02-02 | 3 | -20/+26 |
| | |||||
* | better tester | Araq | 2014-01-17 | 3 | -28/+36 |
| | |||||
* | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 4 | -18/+45 |
| | |||||
* | tester: htmlgen almost works | Araq | 2014-01-14 | 1 | -2/+14 |
| | |||||
* | tester support html generation | Araq | 2014-01-14 | 6 | -10/+575 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 4 | -0/+773 |