summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-3/+148
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-3/+148
2024-08-30enable Miri to pass const pointers through FFIStrophox-3/+148
2024-08-30Merge from rustcThe Miri Cronjob Bot-5/+0
2024-08-29fix wasm testRalf Jung-15/+28
2024-08-29Merge from rustcThe Miri Cronjob Bot-1/+3
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-5/+0
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-1/+3
2024-08-28Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJungbors-1/+3
2024-08-28Add test for tokio file io and mpsctiif-8/+64
2024-08-28Merge from rustcThe Miri Cronjob Bot-14/+71
2024-08-27Auto merge of #3804 - tiif:blockit, r=oli-obkbors-19/+141
2024-08-27Make Tree Borrows Provenance GC compact the treeJohannes Hostert-1/+3
2024-08-27miri: Remove feature(new_uninit)Jubilee Young-5/+0
2024-08-27Auto merge of #128134 - joboet:move_pal_alloc, r=cupiverbors-3/+5
2024-08-27Make TB tree traversal bottom-upJohannes Hostert-152/+56
2024-08-27Auto merge of #3847 - JoJoDeveloping:master, r=RalfJungbors-0/+54
2024-08-27Add testcase for #3846Johannes Hostert-0/+54
2024-08-27tree_borrows test: ensure we can actually read the variableRalf Jung-1/+2
2024-08-27bless miri testjoboet-3/+5
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-11/+66
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-1/+3
2024-08-26Merge from rustcThe Miri Cronjob Bot-33/+33
2024-08-25Add test for triggering notification after timeouttiif-1/+40
2024-08-24Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=NoratriebMatthias Krüger-33/+33
2024-08-25Add 0 preemption rate flagtiif-0/+2
2024-08-25Change timeout valuetiif-2/+2
2024-08-25Support blocking for epolltiif-17/+98
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-33/+33
2024-08-24Handle edge case for epoll_ctltiif-0/+71
2024-08-24Auto merge of #3836 - tiif:einval_ctl, r=oli-obkbors-0/+14
2024-08-24epoll: Add EINVAL casetiif-0/+14
2024-08-24Auto merge of #3840 - RalfJung:pipe-to-array, r=RalfJungbors-0/+11
2024-08-24fix calling pipe, pipe2, socketpair with a pointer-to-arrayRalf Jung-0/+11
2024-08-22fix a misleading comment in TB testssun-jacobi-1/+1
2024-08-21epoll test: avoid some subtly dangling pointersRalf Jung-24/+4
2024-08-21add a test for zero-sized protectorsRalf Jung-4/+72
2024-08-20Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJungbors-0/+270
2024-08-20Implement SHA256 SIMD intrinsics on x86Martin Habovstiak-0/+270
2024-08-18stabilize raw_ref_opRalf Jung-6/+0
2024-08-18Add EPOLLER supporttiif-0/+38
2024-08-18Auto merge of #3818 - tiif:loseevents, r=RalfJungbors-0/+64
2024-08-18epoll: iterate through output buffer then fetch an event from ready listtiif-0/+64
2024-08-18Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJungbors-3/+9
2024-08-18epoll test_socketpair_read: explicitly check real and Miri behaviorRalf Jung-3/+9
2024-08-18Move the maxevents.try_into().unwrap() after value checktiif-3/+2
2024-08-18Set EINVAL for epoll_wait maxevent value 0tiif-0/+15
2024-08-18Apply test fixtiif-38/+65
2024-08-17tls_leak_main_thread_allowed: make test check target_thread_localRalf Jung-10/+13
2024-08-17Auto merge of #3819 - RalfJung:epoll-test, r=RalfJungbors-41/+37