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
/
core
/
testing
/
testing.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
testing: Add API to expect signals and assertion failures
Feoramund
2025-06-16
1
-0
/
+73
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-4
/
+8
*
Remove deprecated `log` procs from `core:testing`
Feoramund
2024-08-18
1
-28
/
+7
*
Add explicit copyright info to `core:testing`
Feoramund
2024-08-12
1
-1
/
+10
*
Keep -vet happy when mem tracking is disabled.
Jeroen van Rijn
2024-08-08
1
-0
/
+1
*
Use test runner's own tracking allocator.
Jeroen van Rijn
2024-08-08
1
-8
/
+7
*
Allow testing for intentional leaks in test runner
Jeroen van Rijn
2024-08-08
1
-1
/
+21
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-5
/
+5
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-5
/
+5
*
Make `testing.fail_now` divergent
Feoramund
2024-06-15
1
-5
/
+10
*
Call `cleanups` after test signal
Feoramund
2024-06-15
1
-1
/
+11
*
Support deterministic random seeding of tests
Feoramund
2024-06-02
1
-0
/
+10
*
Refactor the test runner
Feoramund
2024-06-02
1
-26
/
+33
*
Merge pull request #3138 from FourteenBrush/master
gingerBill
2024-01-29
1
-2
/
+9
|
\
|
*
Fix typo
FourteenBrush
2024-01-25
1
-1
/
+1
|
*
Need to unpack args
FourteenBrush
2024-01-25
1
-1
/
+1
|
*
Forgot to include loc param
FourteenBrush
2024-01-25
1
-2
/
+1
|
*
Add testing.expectf
FourteenBrush
2024-01-25
1
-0
/
+8
*
|
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
|
/
*
fix: make -vet not complain
ramn
2023-07-09
1
-0
/
+2
*
Fix #2637
ramn
2023-07-08
1
-2
/
+3
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-5
/
+5
*
Move assert to implementation file
gingerBill
2021-10-11
1
-1
/
+0
*
Add `testing.expect_value`; Improve `testing.set_fail_timeout`
gingerBill
2021-10-11
1
-4
/
+10
*
Add `testing.set_fail_timeout`
gingerBill
2021-10-11
1
-4
/
+19
*
testing: Strip ; from test runner.
Jeroen van Rijn
2021-09-07
1
-19
/
+19
*
Add `testing.fail_now`
gingerBill
2021-05-01
1
-0
/
+9
*
Make the core:testing runner on windows run in a separate thread to handle cr...
gingerBill
2021-05-01
1
-2
/
+5
*
Add `pkg` field to `testing.Internal_Test`
gingerBill
2021-03-14
1
-0
/
+3
*
`odin test` to work with the new `core:testing` package
gingerBill
2021-03-14
1
-0
/
+68