about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep/libc/libc-pipe.rs
AgeCommit message (Expand)AuthorLines
2025-07-19non-deterministically truncate reads/writesRalf Jung-14/+28
2025-05-27Support F_GETFL and F_SETFL for fcntltiif-0/+67
2025-04-29add -Zmiri-deterministic-concurrency flag and use it for concurrency testsRalf Jung-1/+1
2025-04-29Added random schedulinggeetanshjuneja-1/+1
2025-02-26Resolve more FIXMEstiif-6/+2
2024-10-10Pipe minor changes: diagnostics, flag support and commentstiif-0/+21
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+2
2024-09-16Bump ui testOli Scherer-1/+1
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-08-24fix calling pipe, pipe2, socketpair with a pointer-to-arrayRalf Jung-0/+11
2024-08-17test cleanupRalf Jung-18/+11
2024-08-17implement pipe and pipe2Ralf Jung-0/+106