summary refs log tree commit diff stats
path: root/tests/system
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-08-181-1/+1
|
* fixes more nil handling regressionsAraq2018-08-131-7/+3
|
* deprecate isNil for strings and seqsAraq2018-08-081-1/+1
|
* fixed #7894 (#8496)jcosborn2018-08-016-30/+60
| | | make system tests run properly
* VM: accessing the string terminator is not allowed anymore; cleanup ↵Andreas Rumpf2018-07-171-7/+10
| | | | tests/system/tostring.nim
* Add proc toOpenArray[byte] for strings (#7820)Dmitry Atamanov2018-07-071-0/+16
|
* test negative range arraynitely2018-06-061-0/+14
|
* check bounds instead of indexnitely2018-06-051-0/+25
|
* Added $ for openarrays. Fixes #7940.data-man2018-06-011-0/+1
|
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-0/+56
|
* nil in string concats does not produce crashes anymoreAndreas Rumpf2018-04-271-0/+25
|
* added toOpenArray builtin for zero-copy slices; syntax sugar yet to comeAraq2018-03-241-1/+28
|
* fix allocator corruption for large sizes (#7338)jcosborn2018-03-174-5/+47
| | | | | | * fix allocator corruption for large sizes * allow large chunks to coalesce and added test case * use correct constants in MaxBigChunkSize
* Fixes #7121 (#7148)pqflx32018-01-311-1/+24
| | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-4/+4
|
* fixes #6710Andreas Rumpf2017-11-081-0/+4
|
* make tests green againAraq2017-11-011-2/+2
|
* Implementation of high/low for SomeReal (#6570)Fabian Keller2017-10-301-0/+18
|
* make tests green again; closes #5861Andreas Rumpf2017-10-101-1/+1
|
* reverted genEchoArne Döring2017-08-081-1/+2
|
* don't filter '\0' characters in string generationArne Döring2017-08-071-1/+2
|
* prevent null characters in $ on collections of charArne Döring2017-07-241-3/+1
|
* made toString test assert basedArne Döring2017-07-241-33/+21
|
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-9/+3
|
* arrays can now be printedArne Döring2017-07-241-2/+31
|
* Handle different enum sizes in reprAux (#5207)Brandon Pickering2017-01-111-0/+25
|
* fixes #4818Araq2016-12-182-1/+21
|
* reverted deepcopy fix for nowAndreas Rumpf2016-11-241-0/+1
|
* disallow recursive module dependenciesAraq2016-11-231-0/+0
|
* added test case for deepcopyAndreas Rumpf2016-11-191-0/+94
|
* Fixes #2889. Merges *tostring tests in tests/system.Dominik Picheta2015-09-233-31/+34
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-0/+0
|
* fixes #2395Araq2015-03-241-0/+8
|
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-5/+3
|
* Merge pull request #1273 from katlogic/develAndreas Rumpf2014-07-151-0/+22
|\ | | | | Second stab at `$`(float)
| * Tests for `$`(float)katlogic2014-06-151-0/+22
| |
* | progress with futuresAraq2014-05-232-40/+0
| |
* | initial non-compiling version of 'parallel'Araq2014-05-122-4/+8
|/
* Merge pull request #1121 from EXetoC/spawn-testVarriount2014-04-231-0/+29
|\ | | | | Add spawn test. Hangs most of the time on linux x64 at least.
| * Add spawn test. Hangs most of the time on linux x64 at least.EXetoC2014-04-201-0/+29
| |
* | Add test for bad spawn argument.EXetoC2014-04-201-0/+7
|/
* added `$` for arraysSimon Hafner2014-03-311-1/+5
|
* Merge branch 'devel' of github.com:Araq/Nimrod into seq_toStringSimon Hafner2014-03-311-0/+52
|\
| * Update unit test.EXetoC2014-03-071-8/+15
| |
| * Update unit test.EXetoC2014-03-071-10/+10
| |
| * Update test with new names.EXetoC2014-03-071-3/+3
| |
| * Add allocation unit tests.EXetoC2014-03-061-0/+45
| |
* | explicit firstElement for `$` in collectionsSimon Hafner2014-02-111-1/+3
| |
* | Added `$` for seqSimon Hafner2014-02-111-0/+5
|/