aboutsummaryrefslogtreecommitdiff
path: root/core/testing
Commit message (Collapse)AuthorAgeFilesLines
* 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