summary refs log tree commit diff stats
path: root/tests/threads/tthreadvars.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes a severe bug of testament (#20832)ringabout2022-11-171-0/+1
| | | | | | | | | | | | | | | | | | | * test azure * use exit 1 * try again * use useSysAssert * disable i386 * use refc for tlsEmulation on i386 * use refc * disable i386 Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
* Support thread-local variables declared inside procs; fixes #7565Zahary Karadjov2018-05-071-0/+78