about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail-dep/shims
AgeCommit message (Collapse)AuthorLines
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-1203/+0
2024-05-05pthread shims: reorganize field offset handlingRalf Jung-0/+1
2024-05-04only show the 'basic API common for this target' message when this is a ↵Ralf Jung-3/+0
missing foreign function
2024-05-04update 'unsupported' messageRalf Jung-3/+6
2024-04-16deadlock: show backtrace for all threadsRalf Jung-3/+63
2024-03-02print thread name in miri error backtracesRalf Jung-6/+13
2024-01-19Fix typo in munmap_partial.rsIkko Eltociear Ashimine-1/+1
addres -> address
2023-12-17Make mmap not use expose semanticsBen Kimock-99/+11
2023-11-25blessRalf Jung-1/+1
2023-11-25Merge from rustcRalf Jung-37/+37
2023-11-24Bless Miri testsNilstrieb-37/+37
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-23detect and test for data races between setenv and getenvRalf Jung-0/+37
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-2/+2
2023-09-22Move `fail` tests that need dependencies into their own folder, so that wasm ↵Oli Scherer-0/+1186
tests don't build dependencies