summary refs log tree commit diff stats
path: root/tests/coroutines
Commit message (Expand)AuthorAgeFilesLines
* fix #15628 (#16387)flywind2021-01-212-25/+36
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-144-4/+4
* Close#5586 (#14682)Dylan Modesitt2020-06-162-3/+0
* #12103 - CI for OpenBSD (#12105)Euan2020-04-212-0/+2
* intVal works now on enum field symbols (#11403)Arne Döring2019-06-051-0/+3
* disable flaky coroutines testAndreas Rumpf2019-02-131-0/+1
* fix coro testArne Döring2018-11-231-1/+1
* updated tests to be executedArne Döring2018-11-231-1/+2
* disable some tests for the C++ target; refs #7870Araq2018-11-154-0/+13
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-022-0/+20
* Proper use of sequences in coroutine testsRokas Kupstys2017-02-242-11/+8
* Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-206-0/+68
ef='#n81'>81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130