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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup tests
Phil
2022-09-01
1
-0
/
+7
*
add sort_by_indices overload and test
Phil
2022-09-01
1
-0
/
+16
*
add tests for sort_by_indices
Phil
2022-09-01
1
-0
/
+65
*
cleanup slice sorting with indices changes
Phil
2022-09-01
1
-1
/
+4
*
have sort_with_indices allocate. Add a couple convenience procs for using the...
Phil
2022-09-01
1
-10
/
+4
*
Add test for core:slice.
Jeroen van Rijn
2022-09-01
2
-1
/
+103
*
Correct naming in tests
gingerBill
2022-07-11
2
-4
/
+4
*
[image/png] Construct test paths differently.
Jeroen van Rijn
2022-06-11
1
-1
/
+2
*
Correct xml test
gingerBill
2022-05-12
1
-1
/
+1
*
Fix issue 1761. Added the test vector to the core and vendor tests
zhibog
2022-05-04
2
-0
/
+8
*
[xxhash] For the streaming tests, randomly select the size to use.
Jeroen van Rijn
2022-05-02
1
-5
/
+23
*
[xxhash] Add tests for large inputs
Jeroen van Rijn
2022-05-02
2
-3
/
+155
*
[tests/core/image] Remove old crappy PPM writer.
Jeroen van Rijn
2022-04-30
1
-201
/
+0
*
[pbm] Also test PFM formats.
Jeroen van Rijn
2022-04-30
1
-14
/
+95
*
Merge branch 'master' into pr/1726
Jeroen van Rijn
2022-04-30
1
-1
/
+1
|
\
|
*
[xml] Add `parse_from_string` overload.
Jeroen van Rijn
2022-04-30
1
-1
/
+1
*
|
[pbm] Fixes.
Jeroen van Rijn
2022-04-30
1
-42
/
+44
*
|
[pbm] WIP unit tests. part deux.
Jeroen van Rijn
2022-04-30
1
-2
/
+26
*
|
[pbm] WIP unit tests.
Jeroen van Rijn
2022-04-30
1
-15
/
+43
*
|
[pbm] Normalize some errors, correct .depth
Jeroen van Rijn
2022-04-30
1
-6
/
+6
|
/
*
[i18n] Enable *nix tests again.
Jeroen van Rijn
2022-04-29
1
-1
/
+1
*
Disable i18n test for *nix for now.
Jeroen van Rijn
2022-04-29
1
-1
/
+1
*
[i18n] Enable i18n test on Linux.
Jeroen van Rijn
2022-04-29
1
-2
/
+5
*
[i18n] Fix segfault on destroy on Linux
Jeroen van Rijn
2022-04-29
1
-9
/
+9
*
[i18n] Add tests.
Jeroen van Rijn
2022-04-29
4
-3
/
+196
*
[i18n/xml] Move I18N XML files to their own assets directory.
Jeroen van Rijn
2022-04-29
7
-22
/
+74
*
[i18n] QT Linguist TS reader.
Jeroen van Rijn
2022-04-29
1
-26
/
+26
*
[xml] Enable tests.
Jeroen van Rijn
2022-04-28
2
-7
/
+24
*
[xml] Speedup.
Jeroen van Rijn
2022-04-28
1
-8
/
+9
*
Merge branch 'master' into xml
Jeroen van Rijn
2022-04-27
1
-15
/
+18
|
\
|
*
Move Odin CI test assets over to its own repository.
Jeroen van Rijn
2022-04-27
1
-15
/
+18
*
|
Merge branch 'master' into xml
Jeroen van Rijn
2022-04-27
36
-172
/
+2784
|
\
|
|
*
Update CI for math library.
Jeroen van Rijn
2022-04-26
1
-1
/
+1
|
*
Update test paths.
Jeroen van Rijn
2022-04-26
6
-46
/
+46
|
*
Address edge cases.
Jeroen van Rijn
2022-04-26
7
-43
/
+44
|
*
Update tests to use new filename generation code.
Jeroen van Rijn
2022-04-24
6
-54
/
+53
|
*
Compiler: Allow -out: to not have an extension on *nix for executables (only).
Jeroen van Rijn
2022-04-24
2
-3
/
+3
|
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
3
-17
/
+17
|
*
[compress/shoco] Add short string compressor.
Jeroen van Rijn
2022-04-22
5
-1
/
+177
|
*
[json/unmarshal] Fix quoted strings.
Jeroen van Rijn
2022-04-19
1
-9
/
+11
|
*
Add JSON unmarshal test.
Jeroen van Rijn
2022-04-19
1
-0
/
+253
|
*
Delete accidentally added test artefact.
Jeroen van Rijn
2022-04-18
1
-0
/
+0
|
*
Add uleb128 byte-at-a-time decoder.
Jeroen van Rijn
2022-04-16
2
-1
/
+1
|
*
[QOI] Add support for RGB images (previously loader always output RGBA).
Jeroen van Rijn
2022-04-12
1
-5
/
+29
|
*
[image] Add QOI load/save.
Jeroen van Rijn
2022-04-12
1
-1
/
+1
|
*
-file for tests\issues.
Jeroen van Rijn
2022-04-05
2
-4
/
+4
|
*
Add -help to CI tests.
Jeroen van Rijn
2022-04-05
1
-9
/
+9
|
*
[math/big] Tell Python test runner how many nails we use.
Jeroen van Rijn
2022-04-01
3
-11
/
+13
|
*
[windows] Fix leak in `glob`.
Jeroen van Rijn
2022-03-29
1
-1
/
+1
|
*
[strings] Improve `cut`, add tests for it.
Jeroen van Rijn
2022-03-27
1
-1
/
+28
[next]