aboutsummaryrefslogtreecommitdiff
path: root/core/testing
Commit message (Collapse)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-282-3/+3
|
* stdcall -> systemgingerBill2024-01-171-2/+2
|
* fix: make -vet not complainramn2023-07-091-0/+2
|
* Fix #2637ramn2023-07-081-2/+3
| | | | where testing.expect_value can't compare nils
* Use positional and named arguments within the core librarygingerBill2023-06-212-6/+6
|
* [core:testing] add global_fail_timeout_thread nil checkTotoki Kei2022-06-041-1/+1
| | | Fixed an issue where test would always fail unless set_fail_timeout was called.
* Update core to use new atomic intrinsicsgingerBill2022-03-311-2/+2
|
* Enforce `-strict-style` in CIgingerBill2022-01-311-1/+1
|
* Make many `package time` procedures use `"contextless"` calling conventiongingerBill2021-10-111-3/+0
|
* Move assert to implementation filegingerBill2021-10-112-1/+2
|
* Add `testing.expect_value`; Improve `testing.set_fail_timeout`gingerBill2021-10-112-19/+54
|
* Keep -vet happygingerBill2021-10-111-1/+0
|
* Add `testing.set_fail_timeout`gingerBill2021-10-113-8/+51
|
* Make the io/conv.odin utilities be `#optional_ok`gingerBill2021-09-291-1/+1
|
* testing: Strip ; from test runner.Jeroen van Rijn2021-09-073-114/+114
|
* 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-012-1/+14
|
* Move commentgingerBill2021-05-012-1/+1
|
* Make the core:testing runner on windows run in a separate thread to handle ↵gingerBill2021-05-014-6/+202
| | | | crashes in more safe manner
* 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-142-3/+21
|
* `odin test` to work with the new `core:testing` packagegingerBill2021-03-142-0/+128