about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2022-11-06remove a stray stderr fileRalf Jung-11/+0
2022-11-05fix shared behavior and add testsDrMeepster-0/+287
2022-11-05impl condvars for windowsDrMeepster-18/+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-29Stacked Borrows: make scalar field retagging the defaultRalf Jung-38/+71
2022-10-28relative futex and condvar timeouts can work with isolationRalf Jung-0/+94
2022-10-28cleanup some test cfgRalf Jung-13/+11
2022-10-28test most sync primitives on WindowsRalf Jung-5/+16
2022-10-28threadleak_ignored should now pass with preemption (the issue has been fixed ...Ralf Jung-2/+1
2022-10-28implement thread parking on WindowsRalf Jung-3/+0
2022-10-28update ignore-windows commentsRalf Jung-7/+5
2022-10-28Auto merge of #2626 - RalfJung:pthread_setname_np, r=RalfJungbors-3/+15
2022-10-28pthread_setname_np returns an int on macOSRalf Jung-3/+15
2022-10-27Implement `ptr_mask` intrinsicMaybe Waffle-0/+18
2022-10-26Auto merge of #2620 - RalfJung:getname, r=RalfJungbors-0/+25
2022-10-26add pthread_getname_npRalf Jung-0/+25
2022-10-25Rename, improve docs, fail betterBen Kimock-7/+25
2022-10-22add scalar-abi-only field retagging optionRalf Jung-1/+83
2022-10-21Auto merge of #2610 - RalfJung:issue-1909, r=RalfJungbors-0/+57
2022-10-21add test for #1909Ralf Jung-0/+57
2022-10-21test is_terminalRalf Jung-1/+13
2022-10-21split libc tests from stdlib testsRalf Jung-120/+176
2022-10-21merge rustc historyRalf Jung-7/+21
2022-10-20Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJungbors-0/+144
2022-10-20add test for init onceDrMeepster-0/+144
2022-10-19Magic functions for writing to stdout/stderr.Cliff L. Biffle-2/+83
2022-10-19Make miri read_dir test a little more robustAlex Saveau-11/+17
2022-10-19Auto merge of #2600 - saethlin:ice, r=RalfJungbors-0/+21
2022-10-19Never start the Stack::retain loop at offset 0 so that the left element is al...Ben Kimock-0/+21
2022-10-19Auto merge of #2322 - saethlin:stack-inspection-tools, r=oli-obkbors-0/+36
2022-10-16Support DirEntry metadata calls in miriAlex Saveau-0/+8
2022-10-15Replace tags in stdoutBen Kimock-5/+7
2022-10-14Add a testBen Kimock-0/+34
2022-10-14print the target also when running tests on the hostRalf Jung-22/+24
2022-10-12merge rustc historyRalf Jung-2/+2
2022-10-11rename rustc_allocator_nounwind to rustc_nounwindRalf Jung-2/+2
2022-10-10merge rustc historyRalf Jung-0/+3
2022-10-09Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplettbors-0/+3
2022-10-091/1000 events do happen sometimes...Ralf Jung-6/+6
2022-10-09merge rustc historyRalf Jung-42/+7
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-2/+2
2022-10-07make const_err a hard errorRalf Jung-40/+5
2022-10-07rustupRalf Jung-2/+3
2022-10-07fix MiriRalf Jung-2/+2
2022-10-06Auto merge of #102573 - RalfJung:mirisync, r=oli-obkbors-3/+60
2022-10-03Reduce CString allocations in std as much as possibleAlex Saveau-0/+3
2022-10-01bless a miri testMaybe Waffle-1/+1
2022-09-27Stabilize bench_black_boxUrgau-3/+2
2022-09-27Auto merge of #2562 - pvdrz:miri-num-cpus, r=RalfJungbors-0/+8