]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #2227 - RalfJung:doc, r=RalfJung
[rust.git] / tests /
2022-06-11 borsAuto merge of #2227 - RalfJung:doc, r=RalfJung
2022-06-11 borsAuto merge of #2215 - InfRandomness:getpid_shim, r...
2022-06-11 InfRandomnessAdd getpid shim
2022-06-07 borsAuto merge of #2213 - RalfJung:clippy, r=RalfJung
2022-06-07 Ralf Junglinux-futex test: ensure we join all threads
2022-06-07 borsAuto merge of #2210 - RalfJung:tls-drop-test, r=RalfJung
2022-06-07 Ralf Jungadd stdlib test for TLS dtor order
2022-06-07 borsAuto merge of #2208 - RalfJung:preempt, r=RalfJung
2022-06-07 Ralf Jungbless tests
2022-06-07 Ralf Jungremove warning about thread support being experimental
2022-06-07 Ralf Jungmake scheduler preemptive, with configurable preemption...
2022-06-06 borsAuto merge of #2209 - RalfJung:if-only, r=RalfJung
2022-06-06 Ralf Jungbless Windows
2022-06-06 borsAuto merge of #1963 - cbeuw:weak-memory, r=RalfJung
2022-06-06 Andy WangMake racy imperfectly overlapping atomic access unsuppo...
2022-06-06 Andy WangSimplify known C++20 inconsistency test
2022-06-06 Andy WangMove tests to new directories
2022-06-06 Andy WangSpecify only perfectly overlapping accesses can race
2022-06-06 Andy WangRefer to GitHub issue on overwritten init value
2022-06-06 Andy WangForbade all racing mixed size atomic accesses
2022-06-06 Andy WangWording improvements
2022-06-06 Andy WangUpdate experimental threading warning
2022-06-06 Andy WangSplit extra_cpp tests into sound and unsafe
2022-06-06 Andy WangAllow non-racy mixed size accesses
2022-06-06 Andy WangAdd rust-only operation tests
2022-06-06 Andy WangMove transmute into a separate function
2022-06-06 Andy WangSpelling, punctuation and grammar
2022-06-06 Andy WangReplace yield_now() with spin loop hint
2022-06-06 Andy WangAmend experimental thread support warnings
2022-06-06 Andy WangPut the initialisation value into the store buffer
2022-06-06 Andy WangThrow UB on imperfectly overlapping access
2022-06-06 Andy WangReduce the number of runs in consistency tests
2022-06-06 Andy WangAdd tests showing weak memory behaviours
2022-06-06 Andy WangMove cpp20_rwc_syncs into compile-fail
2022-06-06 Andy WangDisable weak memory emulation on scheduler-dependent...
2022-06-06 Andy WangAdd imperfectly overlapping test
2022-06-06 Andy WangComment out and provide context to C++20 test
2022-06-06 Andy WangImplement weak memory emulation
2022-06-06 Andy WangAdd test cases
2022-06-06 borsAuto merge of #2183 - RalfJung:better-provenance-contro...
2022-06-06 Ralf Jungmake output bitwidth-independent
2022-06-06 Ralf Jungport some tests away from flags we want to remove
2022-06-06 Ralf Jungaddr no longer exposes :)
2022-06-06 Ralf Jungadjust for better provenance control
2022-06-05 borsAuto merge of #2197 - RalfJung:round-robin, r=RalfJung
2022-06-05 Ralf Jungmore spin-loop-tests
2022-06-05 Ralf Jungmake Miri's scheduler proper round-robin
2022-06-05 borsAuto merge of #2194 - RalfJung:race, r=RalfJung
2022-06-05 Ralf Jungadd interesting data race test
2022-06-05 borsAuto merge of #2193 - RalfJung:strict, r=RalfJung
2022-06-05 Ralf Jungdo not use int2ptr casts in strict provenance tests
2022-06-03 borsAuto merge of #2180 - RalfJung:stale, r=RalfJung
2022-06-03 Ralf Jungdelete stale stderr files
2022-06-02 borsAuto merge of #2177 - DrMeepster:global_allocator_backt...
2022-06-02 DrMeepsteradd test for backtrace with global allocator
2022-06-01 borsAuto merge of #2176 - RalfJung:test-dirs, r=oli-obk
2022-06-01 Ralf Jungrename test suite directories
2022-06-01 borsAuto merge of #2175 - RalfJung:xargo, r=oli-obk
2022-06-01 borsAuto merge of #2167 - rust-lang:gesundheit, r=RalfJung
2022-06-01 Oli SchererCheck that diagnostics happen in the line that they...
2022-06-01 borsAuto merge of #2173 - RalfJung:rustlib, r=oli-obk
2022-05-31 Ralf Jungpaper over platform differences
2022-05-31 Ralf Jungdifferent strategy for normalizing Rust stdlib path
2022-05-31 borsAuto merge of #2166 - RalfJung:tests, r=oli-obk
2022-05-30 borsAuto merge of #2145 - saethlin:zero-size-creation,...
2022-05-30 borsAuto merge of #2169 - RalfJung:rustup, r=RalfJung
2022-05-30 Ralf Jungnormalize away some more line numbers
2022-05-30 Ralf Jungrustup
2022-05-30 borsAuto merge of #2168 - RalfJung:power, r=RalfJung
2022-05-30 borsAuto merge of #2165 - saethlin:more-clocks, r=RalfJung
2022-05-30 Ben KimockAdd support for _COARSE clocks, spruce up comments
2022-05-30 Ralf Jungdon't configure the same regex twice
2022-05-30 Ralf Jungui_test: support multiple filters
2022-05-30 borsAuto merge of #2158 - rust-lang:gesundheit, r=RalfJung
2022-05-29 Ben KimockSave a created event for zero-size reborrows
2022-05-27 Oli SchererReintroduce path filters
2022-05-25 Oli SchererUpdate all tests
2022-05-25 borsAuto merge of #2157 - RalfJung:tests, r=oli-obk
2022-05-25 Ralf Jungtweak new test suite output
2022-05-25 borsAuto merge of #2151 - RalfJung:numbers, r=oli-obk
2022-05-25 Ralf Jungenable number validity checking and ptr::invalid checki...
2022-05-25 borsAuto merge of #2032 - rust-lang:gesundheit, r=oli-obk
2022-05-25 Oli SchererAdd a custom ui test runner and move all tests to it
2022-05-24 borsAuto merge of #2153 - RalfJung:ptr-invalid, r=RalfJung
2022-05-24 Ralf Jungwith permissive-provenance set, we already treat ptr...
2022-05-23 borsAuto merge of #2152 - RalfJung:rustup, r=RalfJung
2022-05-23 Ralf Jungrustup
2022-05-23 borsAuto merge of #2150 - RalfJung:rustup, r=RalfJung
2022-05-23 Ralf Jungmove some tests to more suitable locations
2022-05-23 borsAuto merge of #2149 - RalfJung:tests, r=RalfJung
2022-05-23 Ralf Jungmove some compile-fail tests to a more appropriate...
2022-05-23 borsAuto merge of #2147 - RalfJung:readme, r=RalfJung
2022-05-23 borsAuto merge of #2148 - RalfJung:compare-exchange-weak...
2022-05-23 Ralf Jungtest that compare-exchange-weak-failure-rate=0.0 means...
2022-05-23 borsAuto merge of #2059 - carbotaniuman:master, r=RalfJung
2022-05-23 carbotaniumanInitial work on permissive provenance
2022-05-22 borsAuto merge of #2144 - matthiaskrgr:stderrfix, r=RalfJung
2022-05-22 Matthias Krügershims: fs: silence stderr instead of stdout.
2022-05-22 borsAuto merge of #2141 - saethlin:early-diagnostics-ice...
2022-05-22 Ben KimockHandle diagnotics emitted in runtime initialization
next