about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/concurrency
AgeCommit message (Expand)AuthorLines
2023-11-30give macOS some extra time, it needs thatRalf Jung-1/+1
2023-11-12more consistent naming for TLS testsRalf Jung-385/+0
2023-11-12allow allocations referenced by main thread TLS to leakmax-heller-0/+21
2023-10-24fix error read-read reporting when there's also an unsynchronized non-atomic ...Ralf Jung-0/+18
2023-07-29Change default panic handler message format.Mara Bos-2/+4
2023-05-08port tests to 2021 editionRalf Jung-8/+33
2023-05-08print how long the measured sleep time actually was on test failureRalf Jung-2/+4
2023-05-08increase timing slack for sync testsRalf Jung-4/+6
2023-05-05clearer variable names in data_raceRalf Jung-4/+2
2023-03-19Update the virtual clock in isolation mode to step forward with around the sa...Oli Scherer-2/+2
2023-03-16TB: select tests to run both TB and SBNeven Villani-0/+34
2023-01-09add dtors_in_dtors_in_dtorsRalf Jung-0/+57
2022-11-28add scoped thread testRalf Jung-0/+24
2022-11-05fix shared behavior and add testsDrMeepster-0/+287
2022-11-05impl condvars for windowsDrMeepster-17/+4
2022-11-03clarify no_data_race_after_complete testDrMeepster-2/+2
2022-10-30add acquire when init once is already completeDrMeepster-0/+38
2022-10-28relative futex and condvar timeouts can work with isolationRalf Jung-0/+12
2022-10-28test most sync primitives on WindowsRalf Jung-5/+16
2022-10-28implement thread parking on WindowsRalf Jung-2/+0
2022-10-28update ignore-windows commentsRalf Jung-2/+2
2022-10-20add test for init onceDrMeepster-0/+144
2022-09-21Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'Oli Scherer-0/+1215