about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2023-05-11Add `./miri run-dep` for running a file with test dependencies availableOli Scherer-2/+36
2023-05-11Emit the compiler flags againOli Scherer-0/+2
2023-05-11fix deny_lint testRalf Jung-2/+7
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+9
2023-05-10fmtRalf Jung-1/+0
2023-05-10Merge from rustcRalf Jung-1/+0
2023-05-09Document some argumentsOli Scherer-0/+2
2023-05-09Separate config building from Miri command buildingOli Scherer-25/+26
2023-05-09Update to latest ui_test crate version.Oli Scherer-48/+99
2023-05-08port tests to 2021 editionRalf Jung-33/+109
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-06Simplify Tree Borrows event filtering by getting the Range from RangeMapNeven Villani-0/+6
2023-05-05Stabilize const_ptr_readbors-1/+0
2023-05-05clearer variable names in data_raceRalf Jung-4/+2
2023-05-05ensure that the proc_macro crate exists in the sysrootRalf Jung-0/+9
2023-05-05Merge from rustcRalf Jung-0/+56
2023-05-02Avoid ICEing miri on layout query cyclesOli Scherer-0/+56
2023-05-02Avoid interpreting code that has lint errorsOli Scherer-0/+20
2023-05-01Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkinbors-3/+3
2023-04-30Update MIRI compiletestsScott McMurray-3/+3
2023-04-29blessRalf Jung-2/+2
2023-04-28tweak wordingRalf Jung-68/+71
2023-04-28Tree Borrows: improved diagnosticsNeven Villani-99/+367
2023-04-26port stacked borrows tests to tree borrowsRalf Jung-0/+239
2023-04-26tree borrows: test String::as_mut_ptrRalf Jung-14/+41
2023-04-24Hide backtrace from stderr filesOli Scherer-62/+2
2023-04-24Update miri test.Mara Bos-26/+28
2023-04-24Merge from rustcRalf Jung-0/+28
2023-04-22Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors-0/+28
2023-04-22Merge from rustcRalf Jung-0/+20
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-3/+5
2023-04-21Evaluate place expression in `PlaceMention`.Camille GILLOT-0/+26
2023-04-21Bless miri.Camille GILLOT-11/+20
2023-04-21disable preemption in tokio tests againRalf Jung-1/+1
2023-04-19Remove a test that wasn't carrying its weightOli Scherer-11/+0
2023-04-17Merge from rustcOli Scherer-18/+69
2023-04-16Add a flag to disable leak backtracesBen Kimock-0/+17
2023-04-16Report a backtrace for memory leaks under MiriBen Kimock-21/+55
2023-04-14Auto merge of #2843 - jsoref:spelling, r=RalfJungbors-31/+31
2023-04-14Fix spellingJosh Soref-31/+31
2023-04-14add test for recent unwind UB issueRalf Jung-0/+9
2023-04-14Merge from rustcRalf Jung-3/+0
2023-04-13Auto merge of #2833 - oli-obk:ui_test_bump, r=RalfJungbors-13/+9
2023-04-13Auto merge of #2841 - RalfJung:compiletest, r=oli-obkbors-0/+12
2023-04-13Update to new ui_test crateOli Scherer-13/+9
2023-04-13compiletest: complain about unknown flagsRalf Jung-0/+12
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-3/+0
2023-04-12add memcpy/strcpy shimsmojave2-0/+80
2023-04-11filter out notesDebugSteven-53/+1