aboutsummaryrefslogtreecommitdiff
path: root/tests/internal/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-071-24/+0
| | | | tests
* Minor cleanup of makefiles and scriptsAndreas T Jonsson2024-06-051-4/+6
|
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-021-9/+8
|
* Updated makefiles to exclude some tests on BSDsAndreas T Jonsson2024-05-131-2/+4
|
* Enable in MakefileJeroen van Rijn2024-05-121-1/+1
|
* Test string compareJeroen van Rijn2024-05-121-0/+3
| | | | To avoid regression of the bug fixed in f8581537e496e9854a40f07a87543fc1357404fb.
* fix amd64 sysv abi to pass asan everywhereLaytan Laats2024-04-041-1/+4
| | | | | | | | | | | | | | | I verified the PR by running the entire test suite of Odin itself with `-sanitize:address` and also the ols test suite (which caused unique problems before). A test has also been added with some problematic code, Windows seems to have problems with asan in CI or in general so it is not ran there. The LB_ABI_COMPUTE_RETURN_TYPES block has been removed entirely because it was unused, I got pretty confused why it didn't effect anything at first. Fixes #3211
* fix 128 bit int alignment on arm64Laytan Laats2024-04-041-2/+5
| | | | Fixes #2403
* Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.Jeroen van Rijn2023-11-041-2/+5
|
* Add test for RTTIJeroen van Rijn2023-10-301-5/+8
|
* map tests for Linux and MacJeroen van Rijn2022-11-131-0/+6