aboutsummaryrefslogtreecommitdiff
path: root/core/testing/runner_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* stdcall -> systemgingerBill2024-01-171-2/+2
* Use positional and named arguments within the core librarygingerBill2023-06-211-1/+1
* [core:testing] add global_fail_timeout_thread nil checkTotoki Kei2022-06-041-1/+1
* Update core to use new atomic intrinsicsgingerBill2022-03-311-2/+2
* Make many `package time` procedures use `"contextless"` calling conventiongingerBill2021-10-111-3/+0
* Move assert to implementation filegingerBill2021-10-111-0/+2
* Add `testing.expect_value`; Improve `testing.set_fail_timeout`gingerBill2021-10-111-15/+44
* Keep -vet happygingerBill2021-10-111-1/+0
* Add `testing.set_fail_timeout`gingerBill2021-10-111-4/+26
* testing: Strip ; from test runner.Jeroen van Rijn2021-09-071-63/+63
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-1/+1
* Use `or_else` in the core library when it makes sensegingerBill2021-07-051-6/+1
* Fix Windows test runner.Jeroen van Rijn2021-06-201-1/+1
* Remove unused importgingerBill2021-05-011-1/+0
* Add `testing.fail_now`gingerBill2021-05-011-1/+5
* Make the core:testing runner on windows run in a separate thread to handle cr...gingerBill2021-05-011-0/+188