summary refs log tree commit diff stats
path: root/tests/parallel
Commit message (Collapse)AuthorAgeFilesLines
* hashes: implement murmur3 (#12022)Miran2019-09-011-3/+4
| | | | | | | | * hashes: implement murmur3 * refactoring; there is only one murmurHash and it works at compile-time via VM hooks * fixes JS tests * makes toOpenArrayByte work with C++ * make it bootstrap in C++ mode for 0.20
* fixes #11832 (#12049)Palash Nigam2019-08-261-2/+2
|
* make tests greennarimiran2019-05-281-1/+1
|
* tsendtwice test: make it arch-independentnarimiran2019-05-271-13/+13
|
* fixes #11275 (#11276)Ștefan Talpalaru2019-05-201-0/+2
|
* make tests green againAndreas Rumpf2019-03-071-1/+1
|
* remove `tdont_be_stupid`, fixes #10386narimiran2019-01-231-23/+0
|
* fix twrong_refcounts in nim cpp mode (#10313)Timothee Cour2019-01-151-0/+3
|
* lots of small changesArne Döring2018-12-116-6/+6
|
* require errormsg to be specified before file.Arne Döring2018-12-112-2/+2
|
* eyewashArne Döring2018-11-231-5/+5
|
* updated tests to be executedArne Döring2018-11-232-7/+8
|
* make run the default action of a test in testerArne Döring2018-11-236-0/+51
|
* make some tests faster (#9413)Miran2018-10-172-12/+8
| | | | | | | | | | | | * remove duplicated slow test * smaller `convex hull` * smaller sleep * faster `trtree` * smaller sleep in `tfuturestream`
* make tests green againAndreas Rumpf2018-08-181-6/+6
|
* renames threadpool.await to blockUntil; refs #7853Araq2018-08-141-2/+2
|
* deprecated regionized pointersAraq2018-08-101-2/+2
|
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-1/+1
|
* fixes #7638; awaitAny blocks if the flow vars all have been complete alreadyAndreas Rumpf2018-04-191-0/+35
|
* GC test workaround: use a lock for 'echo' for WindowsAraq2017-12-071-3/+10
|
* Channels can now block depending on maxItems (#6153)Yuriy Glukhov2017-07-311-0/+37
|
* Remove expr/stmt (#5857)Arne Döring2017-07-254-5/+5
|
* Make tgc_unsafe2 green againZahary Karadjov2017-03-241-3/+3
| | | | | apparently, the error reporting code introduced for concepts results in a slightly diffent output for this test case.
* fixes #4776Andreas Rumpf2016-09-241-0/+71
|
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
|
* Consistently use Channel instead of TChanneldef2016-02-253-3/+3
|
* Fix a few deprecation warningsdef2016-01-251-1/+1
|
* disjoint checker is smarter (and slower)Araq2015-09-231-0/+28
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-3/+3
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 'parallel' now requires --experimental modeAraq2015-08-141-0/+1
|
* better test programAraq2015-06-141-4/+49
|
* fixes #2854Araq2015-06-061-0/+26
|
* fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-0/+53
|
* GC-safety error messages are useful nowAraq2015-04-041-0/+39
|
* fixes #2257Araq2015-03-162-0/+58
|
* disjoint checker is somewhat smarterAraq2015-03-161-0/+15
|
* fixes #2286Araq2015-03-122-1/+41
|
* fixes #2287Araq2015-03-121-0/+41
|
* disable t5000 test for the autobuilderAraq2014-12-111-0/+3
|
* fixes #1597Araq2014-12-112-0/+62
|
* fixes #1646Araq2014-11-101-0/+22
|
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-082-4/+6
|
* fixed the deadlock that happens when stress testing ToFreeQueueAraq2014-11-081-1/+1
|
* broken attempt to fix queue exhaustionAraq2014-11-071-0/+62
|
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+35
|
* 'let' within 'parallel' now worksAraq2014-09-221-0/+14
|
* made some tests greenAraq2014-09-211-0/+1
|
* implemented 'guard' annotationAraq2014-09-212-0/+64
|
* further adaptationsAraq2014-08-293-3/+3
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+0
|