about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep
AgeCommit message (Expand)AuthorLines
2024-11-26Simplify thread blocking teststiif-7/+0
2024-11-25Fix the rest of the testsYoh Deadfall-6/+3
2024-11-25Added epoll and eventfd for AndroidYoh Deadfall-0/+3
2024-11-24sysconf: add _SC_OPEN_MAXDavid Carlier-0/+2
2024-11-24follow-up on #4052, making a miri evaluation context fn for strerror_r.David Carlier-0/+16
2024-11-23sysconf interception fix for solarish systems.David Carlier-0/+17
2024-11-13Merge pull request #3939 from tiif/blockeventfdOli Scherer-1/+118
2024-11-13Implement blocking eventfdtiif-1/+118
2024-11-10fix linux-futex test being accidentally disabledRalf Jung-3/+2
2024-11-10store futexes in per-allocation data rather than globallyRalf Jung-2/+5
2024-11-09Merge pull request #4020 from RalfJung/thread-sopeRalf Jung-0/+24
2024-11-09pthread-sync: avoid confusing error when running with preemptionRalf Jung-0/+24
2024-11-08Get/set thread name shims return errors for invalid handlesYoh Deadfall-0/+25
2024-10-28Android: Added syscall supportYoh Deadfall-20/+22
2024-10-22Merge from rustcThe Miri Cronjob Bot-5/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-5/+1
2024-10-21Added support for prctl handling thread namesYoh Deadfall-0/+75
2024-10-18pthread-threadname: ensure we can see the name set via the Rust APIRalf Jung-0/+17
2024-10-14ensure that a macOS os_unfair_lock that is moved while being held is not impl...Ralf Jung-2/+2
2024-10-13Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJungbors-39/+109
2024-10-13rework threadname test for more consistencyRalf Jung-62/+109
2024-10-12Fixed get thread name behavior for FreeBSDYoh Deadfall-6/+5
2024-10-12Fixed pthread get/set name for macOSYoh Deadfall-2/+26
2024-10-10Pipe minor changes: diagnostics, flag support and commentstiif-1/+22
2024-10-09syscall/eventfd2: add supportFrank Rehwinkel-0/+9
2024-10-09Fixed pthread_getname_np impl for glibcYoh Deadfall-17/+61
2024-10-02epoll: add vector clock to the epoll ready_listFrank Rehwinkel-1/+40
2024-09-29let rustfmt format importsRalf Jung-9/+11
2024-09-29skip old getrandom crate on SolarisRalf Jung-0/+5
2024-09-28implements arc4random_buf shim for freebsd/solarish platforms.David Carlier-0/+13
2024-09-25Android: Fixed tests for libc time APIYoh Deadfall-5/+25
2024-09-23update miri testjoboet-1/+1
2024-09-23miri: shim `CCRandomGenerateBytes`joboet-0/+7
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-17/+17
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+15
2024-09-17Auto merge of #3891 - tiif:tokiotest, r=RalfJungbors-0/+38
2024-09-17Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF...tiif-0/+38
2024-09-16Bump ui testOli Scherer-37/+37
2024-09-15make pthread-threadname nicer with cfg-ifRalf Jung-18/+37
2024-09-15move two tests to a better locationRalf Jung-0/+0
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+15
2024-09-16Merge from rustcThe Miri Cronjob Bot-1/+12
2024-09-15also use compute_size_in_bytes for relevant multiplications in MiriRalf Jung-1/+12
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-27Make Tree Borrows Provenance GC compact the treeJohannes Hostert-1/+3
2024-08-25Add test for triggering notification after timeouttiif-1/+40
2024-08-25Add 0 preemption rate flagtiif-0/+2
2024-08-25Change timeout valuetiif-2/+2
2024-08-25Support blocking for epolltiif-0/+110