aboutsummaryrefslogtreecommitdiff
path: root/tests/issues/run.bat
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6165Jeroen van Rijn2026-01-241-0/+1
|
* Update run.bat and run.shCJ2026-01-241-0/+1
|
* Fix literal endianness (fix #6068)ske2025-12-301-0/+1
|
* Add `-ignore-unused-defineables` to `tests/issues`.Jeroen van Rijn2025-12-041-1/+1
|
* Fix duplicate code emission in type assertions.miere432025-12-031-0/+1
|
* Add test for issue #3435Feoramund2025-06-191-0/+1
|
* Add test for issue #2694Feoramund2025-06-151-0/+1
|
* Let compound literal array be broadcast to a struct field of arraysFeoramund2025-06-051-0/+1
| | | | | | Fixes #4364 Patch courtesy of @cribalik
* Fix #5265Jeroen van Rijn2025-06-031-0/+1
|
* fix swizzle in for in statementLaytan Laats2025-06-021-0/+1
| | | | Fixes #1730
* fix another type alias issue with mini cycleLaytan Laats2025-05-261-0/+1
|
* adds the cases of #5043 and #5097 to the CILaytan Laats2025-04-301-0/+2
|
* Add regression tests reproducing the issueSebastian Pahnke2024-12-281-0/+1
|
* Add test for #4210Jeroen van Rijn2024-09-071-0/+1
|
* utilize `odin test -all-packages` instead of (make/bat) scripts for running ↵Laytan Laats2024-06-071-1/+0
| | | | tests
* Strip old test runner back out of `internal`, `issues` and `vendor`Jeroen van Rijn2024-06-021-10/+10
|
* Disable `FANCY_OUTPUT` in Odin test scriptsFeoramund2024-06-021-1/+1
| | | | This should tidy up the CI output logs a bit.
* Fix #2666 by checking for disabled when generating parapoly procsLaytan Laats2023-07-191-0/+1
|
* Fix #2637ramn2023-07-081-0/+1
| | | | where testing.expect_value can't compare nils
* add testLaytan Laats2023-07-021-0/+1
|
* Add test for #2466J.C. Moyer2023-05-211-0/+1
|
* Add test for issue #2056J.C. Moyer2023-05-091-0/+1
|
* Make tests scripts error if a test failsLucas Perlind2023-04-031-9/+4
| | | | | Additionally fixes tests that were found broken because of this.
* Github CI: Add test case for issue 2113Lucas Perlind2022-10-081-4/+12
|
* [strconv] Add parsing of Inf & NaNJeroen van Rijn2022-09-281-6/+4
|
* Update test paths.Jeroen van Rijn2022-04-261-7/+7
|
* Address edge cases.Jeroen van Rijn2022-04-261-8/+13
|
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-241-13/+8
|
* -file for tests\issues.Jeroen van Rijn2022-04-051-2/+2
|
* Fix issue #829 "Compiler crashes when declaring maps with procedure"gitlost2022-03-231-0/+17
Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells