index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert test case indentation to tabs
Tohei Ichikawa
2025-11-09
1
-30
/
+30
*
Add link to relevant PR to test case
Tohei Ichikawa
2025-11-09
1
-0
/
+3
*
Fix allocation of anonymous globals
Tohei Ichikawa
2025-11-09
1
-0
/
+64
*
skip pow -25 for linux arm64 too
Laytan Laats
2025-11-08
1
-2
/
+2
*
Fix memory leaks in type inference test
Tohei Ichikawa
2025-09-24
1
-11
/
+25
*
Fix test_proc_group_type_inference.odin
Tohei Ichikawa
2025-09-24
1
-11
/
+11
*
Improve type inferencing of literals when calling proc groups
Tohei Ichikawa
2025-09-15
1
-0
/
+142
*
Fix test for global procedure initialization
gingerBill
2025-08-08
1
-1
/
+1
*
Add intrinsics.type_enum_is_contiguous test
FourteenBrush
2025-07-11
1
-0
/
+24
*
Add to `tests/internal`
Jeroen van Rijn
2025-06-26
1
-0
/
+34
*
fix global and static any
Laytan Laats
2025-05-17
1
-0
/
+40
*
new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed
0xrsp
2025-05-15
1
-0
/
+34
*
fix variable NaN comparisons
Laytan Laats
2025-04-30
1
-0
/
+44
*
Remove reference to git issue
mtarik34b
2025-04-15
1
-0
/
+0
*
Ensure NaN != any_float_value evaluates to true for constant NaN values
mtarik34b
2025-04-15
1
-21
/
+35
*
Fix #5004
Jeroen van Rijn
2025-04-05
1
-0
/
+33
*
reorganize tests and handle endian
Laytan Laats
2025-02-06
1
-5
/
+117
*
add tests for abs() on floats
Laytan Laats
2025-02-06
1
-0
/
+56
*
Add regression test for #4553
Gavin
2024-12-05
1
-0
/
+53
*
fix type switching over internal pointer union
Laytan Laats
2024-08-12
1
-0
/
+24
*
fix `specific_union_variant in map_keyed_by_union` not converting to union type
Laytan Laats
2024-07-29
1
-0
/
+20
*
Use test's random generator
Feoramund
2024-06-15
1
-26
/
+13
*
Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`
gingerBill
2024-06-15
1
-21
/
+41
*
utilize `odin test -all-packages` instead of (make/bat) scripts for running t...
Laytan Laats
2024-06-07
8
-43
/
+10
*
Minor cleanup of makefiles and scripts
Andreas T Jonsson
2024-06-05
1
-4
/
+6
*
Strip old test runner back out of `internal`, `issues` and `vendor`
Jeroen van Rijn
2024-06-02
8
-367
/
+99
*
Updated makefiles to exclude some tests on BSDs
Andreas T Jonsson
2024-05-13
1
-2
/
+4
*
Enable in Makefile
Jeroen van Rijn
2024-05-12
1
-1
/
+1
*
Add 1 more each for < and >
Jeroen van Rijn
2024-05-12
1
-0
/
+2
*
Test string compare
Jeroen van Rijn
2024-05-12
3
-3
/
+99
*
fix amd64 sysv abi to pass asan everywhere
Laytan Laats
2024-04-04
2
-1
/
+66
*
fix 128 bit int alignment on arm64
Laytan Laats
2024-04-04
3
-3
/
+67
*
correct newly found vets
Laytan Laats
2024-04-03
1
-6
/
+6
*
fix hxa test use after free, skip weird pow test failure
Laytan Laats
2024-02-02
1
-2
/
+10
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Delete test artifact.
Jeroen van Rijn
2023-11-04
1
-0
/
+0
*
Work around LLVM idiocy.
Jeroen van Rijn
2023-11-04
2
-3
/
+9
*
Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.
Jeroen van Rijn
2023-11-04
3
-3
/
+74
*
Temporarily disable RTTI test on Windows.
Jeroen van Rijn
2023-10-31
2
-2
/
+2
*
Add test for RTTI
Jeroen van Rijn
2023-10-30
3
-8
/
+113
*
Make tests scripts error if a test fails
Lucas Perlind
2023-04-03
1
-1
/
+1
*
Test new map when used as a set.
Jeroen van Rijn
2022-11-15
1
-0
/
+117
*
map tests for Linux and Mac
Jeroen van Rijn
2022-11-13
2
-1
/
+8
*
map: Add tests for update + delete.
Jeroen van Rijn
2022-11-13
1
-5
/
+148
*
Update tests/internal/build.bat
Jeroen van Rijn
2022-11-12
1
-1
/
+2
*
Add tests/internal/build.bat
Jeroen van Rijn
2022-11-12
1
-0
/
+2
*
Add tests for new map implementation.
Jeroen van Rijn
2022-11-12
1
-0
/
+122