| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3138 from FourteenBrush/master | gingerBill | 2024-01-29 | 1 | -2/+9 |
| |\ | | | | | Add a testing.expectf proc as a way to avoid a tprintf call. | ||||
| | * | Fix typo | FourteenBrush | 2024-01-25 | 1 | -1/+1 |
| | | | |||||
| | * | Need to unpack args | FourteenBrush | 2024-01-25 | 1 | -1/+1 |
| | | | |||||
| | * | Forgot to include loc param | FourteenBrush | 2024-01-25 | 1 | -2/+1 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/FourteenBrush/Odin | FourteenBrush | 2024-01-25 | 1 | -2/+2 |
| | |\ | |||||
| | * | | Add testing.expectf | FourteenBrush | 2024-01-25 | 1 | -0/+8 |
| | | | | |||||
| * | | | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 2 | -3/+3 |
| | |/ |/| | |||||
| * | | stdcall -> system | gingerBill | 2024-01-17 | 1 | -2/+2 |
| |/ | |||||
| * | fix: make -vet not complain | ramn | 2023-07-09 | 1 | -0/+2 |
| | | |||||
| * | Fix #2637 | ramn | 2023-07-08 | 1 | -2/+3 |
| | | | | | where testing.expect_value can't compare nils | ||||
| * | Use positional and named arguments within the core library | gingerBill | 2023-06-21 | 2 | -6/+6 |
| | | |||||
| * | [core:testing] add global_fail_timeout_thread nil check | Totoki Kei | 2022-06-04 | 1 | -1/+1 |
| | | | | Fixed an issue where test would always fail unless set_fail_timeout was called. | ||||
| * | Update core to use new atomic intrinsics | gingerBill | 2022-03-31 | 1 | -2/+2 |
| | | |||||
| * | Enforce `-strict-style` in CI | gingerBill | 2022-01-31 | 1 | -1/+1 |
| | | |||||
| * | Make many `package time` procedures use `"contextless"` calling convention | gingerBill | 2021-10-11 | 1 | -3/+0 |
| | | |||||
| * | Move assert to implementation file | gingerBill | 2021-10-11 | 2 | -1/+2 |
| | | |||||
| * | Add `testing.expect_value`; Improve `testing.set_fail_timeout` | gingerBill | 2021-10-11 | 2 | -19/+54 |
| | | |||||
| * | Keep -vet happy | gingerBill | 2021-10-11 | 1 | -1/+0 |
| | | |||||
| * | Add `testing.set_fail_timeout` | gingerBill | 2021-10-11 | 3 | -8/+51 |
| | | |||||
| * | Make the io/conv.odin utilities be `#optional_ok` | gingerBill | 2021-09-29 | 1 | -1/+1 |
| | | |||||
| * | testing: Strip ; from test runner. | Jeroen van Rijn | 2021-09-07 | 3 | -114/+114 |
| | | |||||
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| | | |||||
| * | Make `or_else` and `or_return` operators (binary and suffix respectively) | gingerBill | 2021-08-15 | 1 | -1/+1 |
| | | |||||
| * | Use `or_else` in the core library when it makes sense | gingerBill | 2021-07-05 | 1 | -6/+1 |
| | | |||||
| * | Fix Windows test runner. | Jeroen van Rijn | 2021-06-20 | 1 | -1/+1 |
| | | |||||
| * | Remove unused import | gingerBill | 2021-05-01 | 1 | -1/+0 |
| | | |||||
| * | Add `testing.fail_now` | gingerBill | 2021-05-01 | 2 | -1/+14 |
| | | |||||
| * | Move comment | gingerBill | 2021-05-01 | 2 | -1/+1 |
| | | |||||
| * | Make the core:testing runner on windows run in a separate thread to handle ↵ | gingerBill | 2021-05-01 | 4 | -6/+202 |
| | | | | | crashes in more safe manner | ||||
| * | PNG: Fix tRNS handling. | Jeroen van Rijn | 2021-05-01 | 1 | -1/+0 |
| | | |||||
| * | Change from `test_*` prefix to `@(test)` attribute for `odin test` | gingerBill | 2021-03-14 | 1 | -5/+3 |
| | | |||||
| * | Add "NO TESTS RAN" message to `testing.runner` if no tests were ran | gingerBill | 2021-03-14 | 1 | -1/+5 |
| | | |||||
| * | Add `pkg` field to `testing.Internal_Test` | gingerBill | 2021-03-14 | 2 | -3/+21 |
| | | |||||
| * | `odin test` to work with the new `core:testing` package | gingerBill | 2021-03-14 | 2 | -0/+128 |