Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update path to SSL certificates | cheatfate | 2016-09-07 | 1 | -2/+2 |
* | Removed tests with `asyncio`. | cheatfate | 2016-09-07 | 4 | -171/+67 |
* | fixes #4721 | Andreas Rumpf | 2016-09-07 | 1 | -0/+11 |
* | Merge pull request #4725 from cheatfate/fixtest_upcoming | Andreas Rumpf | 2016-09-06 | 1 | -0/+125 |
|\ | |||||
| * | Fix windows issues. | cheatfate | 2016-09-06 | 1 | -0/+125 |
* | | fixes a critical tables bug that caused 'enlarge' to crash after 'add' | Andreas Rumpf | 2016-09-05 | 1 | -0/+13 |
|/ | |||||
* | Merge pull request #4706 from cheatfate/testupcoming | Andreas Rumpf | 2016-09-04 | 2 | -0/+12 |
|\ | |||||
| * | Fix define. | cheatfate | 2016-09-04 | 1 | -1/+1 |
| * | Add upcoming/asyncdispatch.nim to tests. | cheatfate | 2016-09-04 | 2 | -0/+12 |
* | | Enabled logging tests for js | Yuriy Glukhov | 2016-09-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4701 from mbaulch/fix4675 | Andreas Rumpf | 2016-09-03 | 3 | -0/+27 |
|\ | |||||
| * | Add a test case for issue #4675. | Matthew Baulch | 2016-09-03 | 3 | -0/+27 |
* | | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -0/+13 |
* | | fixes #4672 | Andreas Rumpf | 2016-09-01 | 1 | -0/+12 |
* | | Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635 | Yuriy Glukhov | 2016-08-29 | 1 | -3/+3 |
* | | Merge pull request #4661 from yglukhov/js-uncaught-stacktrace | Andreas Rumpf | 2016-08-29 | 3 | -3/+8 |
|\ \ | |||||
| * | | Treat all failure codes from nodejs as 1 | Yuriy Glukhov | 2016-08-27 | 1 | -0/+5 |
| * | | Fixed js codegen issue for uncaught exceptions. | Yuriy Glukhov | 2016-08-27 | 2 | -3/+3 |
| |/ | |||||
* | | fixes a regression that caused --import in a config file to break things | Andreas Rumpf | 2016-08-29 | 3 | -0/+2 |
* | | disable rodfile tests depending on gtk | Araq | 2016-08-28 | 1 | -1/+1 |
* | | Merged | Araq | 2016-08-27 | 20 | -54/+305 |
|\| | |||||
| * | test case cleanup | Andreas Rumpf | 2016-08-26 | 1 | -4/+4 |
| * | added missing test files | Andreas Rumpf | 2016-08-26 | 2 | -0/+110 |
| * | fixes #4292 | Andreas Rumpf | 2016-08-26 | 1 | -0/+9 |
| * | fixes #4658 | Andreas Rumpf | 2016-08-26 | 1 | -0/+13 |
| * | make tests green again | Andreas Rumpf | 2016-08-25 | 1 | -1/+1 |
| * | make tests green again | Andreas Rumpf | 2016-08-25 | 2 | -3/+3 |
| * | Merge pull request #4367 from kierdavis/4365-tables-clear | Andreas Rumpf | 2016-08-25 | 2 | -0/+48 |
| |\ | |||||
| | * | Disable failing tests for tables.clear() | Kier Davis | 2016-07-09 | 1 | -20/+22 |
| | * | Add tests for tables.clear() | Kier Davis | 2016-07-09 | 2 | -0/+46 |
| * | | Merge pull request #4629 from flyx/times-parse-yearday | Andreas Rumpf | 2016-08-25 | 1 | -38/+32 |
| |\ \ | |||||
| | * | | Improved times tests | Felix Krause | 2016-08-21 | 1 | -38/+32 |
| * | | | side-effect computation now done in the proper pass; fixes #4254 | Andreas Rumpf | 2016-08-25 | 1 | -3/+3 |
| * | | | Merge pull request #4652 from flyx/unittest-output | Andreas Rumpf | 2016-08-25 | 3 | -1/+8 |
| |\ \ \ | |||||
| | * | | | Fixed another test to expect new unittest output | Felix Krause | 2016-08-24 | 1 | -1/+3 |
| | * | | | Fixed tests to expect [Suite] output from unittest | Felix Krause | 2016-08-24 | 2 | -0/+5 |
| * | | | | fixes #4653 | Andreas Rumpf | 2016-08-24 | 1 | -0/+26 |
| |/ / / | |||||
| * | | | fixes #4600 | Andreas Rumpf | 2016-08-23 | 1 | -0/+8 |
| * | | | fixes #4619 | Andreas Rumpf | 2016-08-23 | 1 | -0/+3 |
| * | | | fixes #3221 | Andreas Rumpf | 2016-08-22 | 1 | -0/+33 |
| |/ / | |||||
| * | | Resolve #4606 | cheatfate | 2016-08-12 | 1 | -4/+4 |
* | | | tester cleanup; enable some rod tests | Araq | 2016-08-27 | 2 | -15/+17 |
* | | | updated test case | Araq | 2016-08-27 | 1 | -2/+2 |
* | | | next steps in getting symbol files to work again | Araq | 2016-08-16 | 4 | -10/+8 |
|/ / | |||||
* | | fixes #4589 | Andreas Rumpf | 2016-08-10 | 1 | -0/+7 |
* | | fixes #4551 | Andreas Rumpf | 2016-08-09 | 1 | -0/+13 |
* | | fixes #4528 | Andreas Rumpf | 2016-08-08 | 1 | -0/+8 |
* | | Merge pull request #4572 from oderwat/distinct-nil | Andreas Rumpf | 2016-08-05 | 1 | -0/+47 |
|\ \ | |||||
| * | | Allowing `nil` for distinct types where the base type is nilable | Hans Raaf | 2016-08-05 | 1 | -0/+47 |
* | | | fixes #4354 | Andreas Rumpf | 2016-08-04 | 1 | -0/+27 |