aboutsummaryrefslogtreecommitdiff
path: root/core/testing/runner.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Use more concise way of satisfying `-vet`Feoramund2024-06-021-9/+4
* Catch `SIGILL`, `SIGFPE`, `SIGSEGV` in the test runnerFeoramund2024-06-021-2/+63
* Remove unneeded importFeoramund2024-06-021-1/+0
* Support deterministic random seeding of testsFeoramund2024-06-021-0/+14
* Report test memory usage only if there's an issueFeoramund2024-06-021-11/+27
* Track memory in the test runner by defaultFeoramund2024-06-021-1/+1
* Change test runner options to `SCREAMING_SNAKE_CASE`Feoramund2024-06-021-11/+11
* Send terminal control code to `STDOUT` insteadFeoramund2024-06-021-1/+1
* Fix ANSI redraw eating last log lineFeoramund2024-06-021-1/+7
* Remove `safe_heap_allocator` from test runnerFeoramund2024-06-021-9/+3
* Use plain sort for `internal_tests`Feoramund2024-06-021-1/+1
* Refactor the test runnerFeoramund2024-06-021-38/+640
* Make the io/conv.odin utilities be `#optional_ok`gingerBill2021-09-291-1/+1
* testing: Strip ; from test runner.Jeroen van Rijn2021-09-071-32/+32
* Move commentgingerBill2021-05-011-1/+0
* Make the core:testing runner on windows run in a separate thread to handle cr...gingerBill2021-05-011-4/+2
* PNG: Fix tRNS handling.Jeroen van Rijn2021-05-011-1/+0
* Change from `test_*` prefix to `@(test)` attribute for `odin test`gingerBill2021-03-141-5/+3
* Add "NO TESTS RAN" message to `testing.runner` if no tests were rangingerBill2021-03-141-1/+5
* Add `pkg` field to `testing.Internal_Test`gingerBill2021-03-141-3/+18
* `odin test` to work with the new `core:testing` packagegingerBill2021-03-141-0/+60