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
/
core
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
utilize `odin test -all-packages` instead of (make/bat) scripts for running t...
Laytan Laats
2024-06-07
1
-115
/
+0
*
Add initial test suite for `core:strconv`
Feoramund
2024-06-04
1
-0
/
+4
*
Disable `FANCY_OUTPUT` in Odin test scripts
Feoramund
2024-06-02
1
-1
/
+1
*
Port `tests\core\net`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\thread`
Jeroen van Rijn
2024-06-02
1
-2
/
+1
*
Port `testing\core\time`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\strings`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\slice`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\reflect`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\odin`
Jeroen van Rijn
2024-06-02
1
-2
/
+9
*
Port `tests\core\text\match`
Jeroen van Rijn
2024-06-02
1
-3
/
+3
*
Port `tests\core\math`, `math\linalg\glsl` and `math\noise`
Jeroen van Rijn
2024-06-02
1
-7
/
+7
*
Port `testing\core\text\i18n`
Jeroen van Rijn
2024-06-02
1
-3
/
+3
*
Port `testing\core\hash`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\fmt`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\path\filepath`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\encoding\xml`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\encoding\varint`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\encoding\json`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\encoding\hxa`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\encoding\hex`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Port `tests\core\c\libc`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Update `tests\core\encoding\cbor` to use new test runner.
Jeroen van Rijn
2024-06-02
1
-7
/
+7
*
Update using new defaults for memory + reporting width
Jeroen van Rijn
2024-06-02
1
-40
/
+39
*
Update -define for `crypto`
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Change test runner options to `SCREAMING_SNAKE_CASE`
Feoramund
2024-06-02
1
-4
/
+4
*
Update `tests\core\crypto`
Jeroen van Rijn
2024-06-02
1
-3
/
+3
*
Update `core:container` tests
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Update `core:compress` tests
Jeroen van Rijn
2024-06-02
1
-1
/
+1
*
Delete duplicated flag.
Jeroen van Rijn
2024-06-02
1
-2
/
+2
*
Update `core:image` tests to use new runner.
Jeroen van Rijn
2024-06-02
1
-2
/
+2
*
Updated makefiles to exclude some tests on BSDs
Andreas T Jonsson
2024-05-13
1
-25
/
+27
*
Enable core:fmt tests.
dev-2024-05
Jeroen van Rijn
2024-05-10
1
-2
/
+3
*
Merge pull request #3045 from laytan/cbor
gingerBill
2024-04-15
1
-0
/
+3
|
\
|
*
encoding/cbor: fix conflict
Laytan Laats
2024-03-04
1
-1
/
+0
|
*
encoding/base64: add decode_into, add tests
Laytan Laats
2024-03-04
1
-0
/
+3
|
*
encoding/cbor: initial package implementation
Laytan Laats
2024-03-04
1
-0
/
+1
*
|
Add WiP datetime package and tests.
Jeroen van Rijn
2024-03-18
1
-1
/
+5
*
|
tests/core/crypto: Use the `tests/common` boilerplate
Yawning Angel
2024-03-04
1
-1
/
+1
|
/
*
tests/core: Bring the Makefile more in-sync with build.bat
Yawning Angel
2024-02-24
1
-22
/
+28
*
tests/core/crypto: Reorganize
Yawning Angel
2024-02-07
1
-1
/
+1
*
add failing test for runtime arena edge case
Laytan Laats
2023-12-18
1
-1
/
+5
*
Binary search improvements
Hector
2023-11-25
1
-3
/
+23
*
Allow larger thread poly data
Laytan Laats
2023-11-15
1
-1
/
+4
*
actually run the test
Laytan Laats
2023-09-01
1
-1
/
+2
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+3
*
manually start merging core_net
Colin Davidson
2023-03-01
1
-1
/
+4
*
folder name changed
skytrias
2022-12-21
1
-4
/
+4
*
create lua strlib text package and tests
skytrias
2022-12-18
1
-1
/
+4
*
Enable libc complex test.
Jeroen van Rijn
2022-09-22
1
-2
/
+5
[next]