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
/
runner_windows.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
|
*
stdcall -> system
gingerBill
2024-01-17
1
-2
/
+2
|
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-1
/
+1
|
*
[core:testing] add global_fail_timeout_thread nil check
Totoki Kei
2022-06-04
1
-1
/
+1
|
|
|
Fixed an issue where test would always fail unless set_fail_timeout was called.
*
Update core to use new atomic intrinsics
gingerBill
2022-03-31
1
-2
/
+2
|
*
Make many `package time` procedures use `"contextless"` calling convention
gingerBill
2021-10-11
1
-3
/
+0
|
*
Move assert to implementation file
gingerBill
2021-10-11
1
-0
/
+2
|
*
Add `testing.expect_value`; Improve `testing.set_fail_timeout`
gingerBill
2021-10-11
1
-15
/
+44
|
*
Keep -vet happy
gingerBill
2021-10-11
1
-1
/
+0
|
*
Add `testing.set_fail_timeout`
gingerBill
2021-10-11
1
-4
/
+26
|
*
testing: Strip ; from test runner.
Jeroen van Rijn
2021-09-07
1
-63
/
+63
|
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
|
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-1
/
+1
|
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
1
-6
/
+1
|
*
Fix Windows test runner.
Jeroen van Rijn
2021-06-20
1
-1
/
+1
|
*
Remove unused import
gingerBill
2021-05-01
1
-1
/
+0
|
*
Add `testing.fail_now`
gingerBill
2021-05-01
1
-1
/
+5
|
*
Make the core:testing runner on windows run in a separate thread to handle ↵
gingerBill
2021-05-01
1
-0
/
+188
crashes in more safe manner