aboutsummaryrefslogtreecommitdiff
path: root/tests/issues
Commit message (Expand)AuthorAgeFilesLines
* Add test for issue #3435Feoramund2025-06-193-0/+40
* Add test for issue #2694Feoramund2025-06-153-0/+44
* Let compound literal array be broadcast to a struct field of arraysFeoramund2025-06-053-0/+20
* Fix #5265Jeroen van Rijn2025-06-033-0/+10
* fix swizzle in for in statementLaytan Laats2025-06-023-0/+23
* fix another type alias issue with mini cycleLaytan Laats2025-05-263-0/+26
* adds the cases of #5043 and #5097 to the CILaytan Laats2025-04-304-0/+42
* Merge pull request #4633 from spahnke/fix-matrix-adjugategingerBill2025-01-063-0/+200
|\
| * Add regression tests for inverse_transposeSebastian Pahnke2024-12-281-0/+9
| * Add regression tests for matrix inverseSebastian Pahnke2024-12-281-0/+95
| * Test symmetrySebastian Pahnke2024-12-281-9/+21
| * Add tests for determinants because their calculation depends on the adjugateSebastian Pahnke2024-12-281-1/+7
| * Add tests for glsl and hlsl variantsSebastian Pahnke2024-12-281-0/+20
| * Add regression tests reproducing the issueSebastian Pahnke2024-12-283-0/+58
* | Add `#+feature dynamic-literals` to testgingerBill2025-01-051-0/+1
|/
* Update 4210 test to use `unaligned_load`.Jeroen van Rijn2024-09-071-8/+8
* Add test for #4210Jeroen van Rijn2024-09-073-0/+87
* fix not printing `Error:` when terminal has no color supportLaytan Laats2024-06-071-1/+1
* fix regression in test_issue_2395Laytan Laats2024-06-072-5/+2
* utilize `odin test -all-packages` instead of (make/bat) scripts for running t...Laytan Laats2024-06-072-2/+0
* Minor cleanup of makefiles and scriptsAndreas T Jonsson2024-06-051-1/+1
* Fix and subsume `test_issue_2087` into `strconv` test suiteFeoramund2024-06-041-62/+0
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-026-178/+174
* Disable `FANCY_OUTPUT` in Odin test scriptsFeoramund2024-06-022-2/+2
* Fix #2666 by checking for disabled when generating parapoly procsLaytan Laats2023-07-193-0/+28
* Fix #2637ramn2023-07-083-0/+15
* add testLaytan Laats2023-07-023-0/+21
* [check-type] fix faulty #no_nil variants errorfinn2023-06-132-0/+36
* Add test for #2466J.C. Moyer2023-05-213-0/+24
* Add test for issue #2056J.C. Moyer2023-05-093-0/+24
* Make tests scripts error if a test failsLucas Perlind2023-04-031-9/+4
* Merge pull request #2115 from Lperlind/staging/soa_ptr_debug_fixgingerBill2022-10-103-9/+33
|\
| * Github CI: Add test case for issue 2113Lucas Perlind2022-10-083-9/+33
* | Fix #2122Jeroen van Rijn2022-10-091-1/+5
|/
* [strconv] Add parsing of Inf & NaNJeroen van Rijn2022-09-285-206/+214
* Update test paths.Jeroen van Rijn2022-04-262-15/+15
* Address edge cases.Jeroen van Rijn2022-04-262-17/+23
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-242-23/+17
* Compiler: Allow -out: to not have an extension on *nix for executables (only).Jeroen van Rijn2022-04-241-2/+2
* Compiler: Add early error for output path being a directory.Jeroen van Rijn2022-04-241-2/+2
* -file for tests\issues.Jeroen van Rijn2022-04-052-4/+4
* Fix issue #829 "Compiler crashes when declaring maps with procedure"gitlost2022-03-233-0/+68
* Fix issue #1592 "LLVM code gen error when using a constant in an if"gitlost2022-03-181-0/+489