]> git.lizzy.rs Git - rust.git/history - tests
Fix prctl SET_NAME and GET_NAME behaviour.
[rust.git] / tests /
2020-04-30 Vytautas AstrauskasFix prctl SET_NAME and GET_NAME behaviour.
2020-04-27 Vytautas AstrauskasFix MacOS and Windows builds.
2020-04-27 Vytautas AstrauskasAdd a test for joining in a destructor.
2020-04-27 Vytautas AstrauskasMove prctl test to the same file as other libc tests.
2020-04-27 Vytautas AstrauskasDelete a duplicate test.
2020-04-27 Vytautas AstrauskasAdded a test that joining main is UB.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasChange the test not to rely on internals.
2020-04-27 Vytautas AstrauskasAdd an explanatory comment to the test.
2020-04-27 Vytautas AstrauskasIgnore prctl test on MacOS because it does not support it.
2020-04-27 Vytautas AstrauskasMake multiple threads to try to join a thread while...
2020-04-27 Vytautas AstrauskasCheck prctl argument types and fix the test.
2020-04-27 Vytautas AstrauskasClarify test comments.
2020-04-27 Vytautas AstrauskasFix the test annotation.
2020-04-27 Vytautas AstrauskasMake the main thread detached.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasAdd more concurrency tests.
2020-04-27 Vytautas AstrauskasImprove concurrency tests.
2020-04-27 Vytautas AstrauskasImprove prctl, add a test.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasAdd a missing newline in the test.
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasRebase on PR 1157.
2020-04-27 Vytautas AstrauskasRustfmt the test.
2020-04-27 Vytautas AstrauskasFix the problem of sending pointed to thread local...
2020-04-27 Vytautas AstrauskasAdd a test for thread locals.
2020-04-27 Vytautas AstrauskasImplement basic support for concurrency (Linux only).
2020-04-27 borsAuto merge of #1373 - RalfJung:test-rename, r=RalfJung
2020-04-27 borsAuto merge of #1370 - samrat:add-scalar-size-test,...
2020-04-27 Ralf Jungrename tests: undefined -> uninit
2020-04-27 Samrat Man SinghReplace error-pattern with annotation; remove unreachab...
2020-04-27 borsAuto merge of #1354 - divergentdave:dump-alloc-on-undef...
2020-04-27 Samrat Man SinghFix shim_arg_size test for 32-bit machines
2020-04-27 Samrat Man SinghAdd test to verify arg size mismatch throws UB
2020-04-25 borsAuto merge of #1366 - RalfJung:rustc-exit, r=RalfJung
2020-04-25 Ralf Jungfix exit code on rustc errors
2020-04-24 David CookAdd test to exercise InvalidUndefBytes
2020-04-23 borsAuto merge of #1358 - dtolnay:ci, r=RalfJung
2020-04-23 borsAuto merge of #1359 - RalfJung:cargo-bin-exe, r=RalfJung
2020-04-23 Ralf Jungtest suite: rely on CARGO_BIN_EXE_ env vars to find...
2020-04-22 borsAuto merge of #1348 - RalfJung:raw-addr-of-align, r...
2020-04-22 Ralf JungStacked Borrows: alignment does not matter
2020-04-22 borsAuto merge of #1353 - divergentdave:file-set-len, r...
2020-04-22 David CookImplement ftruncate64/ftruncate for File::set_len
2020-04-20 borsAuto merge of #1335 - vakaras:add-threads-noop, r=RalfJung
2020-04-20 Ralf Jungadjust for Weak::as_raw -> as_ptr rename
2020-04-19 borsAuto merge of #1342 - divergentdave:pause-instruction...
2020-04-19 borsAuto merge of #1351 - RalfJung:float-test-source, r...
2020-04-19 Ralf Jungtest some more extreme cast cases
2020-04-19 Ralf Jungnote source of test values
2020-04-19 David CookAdd support for std::thread::yield_now
2020-04-18 borsAuto merge of #1347 - RalfJung:float-cast-test, r=RalfJung
2020-04-18 Ralf Jungrename test_cast -> test_both_cast to make purpose...
2020-04-18 borsAuto merge of #1325 - RalfJung:float_to_int_unchecked...
2020-04-18 Ralf Junguse u128::MAX symbolic name
2020-04-18 borsAuto merge of #1346 - RalfJung:dyn-layout-test, r=RalfJung
2020-04-18 Ralf Jungsome UB gets masked by optimizations
2020-04-18 Ralf Jungtest that we check dynamic actual size of object
2020-04-17 Ralf Jungtest that we properly check dynamic alignment
2020-04-17 borsAuto merge of #1344 - RalfJung:rustup, r=RalfJung
2020-04-17 borsAuto merge of #1343 - RalfJung:derive-packed, r=RalfJung
2020-04-17 Ralf Jungtest #[derive] on packed struct
2020-04-17 David CookHandle std::sync::atomic::spin_loop_hint()
2020-04-16 borsAuto merge of #1338 - RalfJung:test-cleanup, r=RalfJung
2020-04-16 Ralf Jungmerge packed_static and packed_struct
2020-04-16 Ralf Jungavoid test-wide allowance of unused/dead code
2020-04-16 Ralf Jungconsolidate ptr tests in fewer files
2020-04-15 borsAuto merge of #1337 - RalfJung:intrinsic-tests, r=RalfJung
2020-04-15 Ralf Jungtest some so-far untested intrinsics
2020-04-15 borsAuto merge of #1336 - RalfJung:instance-sanity, r=RalfJung
2020-04-15 Ralf Jungtighten Instance sanity check
2020-04-14 borsAuto merge of #1331 - samrat:macos-mach-timebase-info...
2020-04-14 borsAuto merge of #1333 - RalfJung:flag-test, r=RalfJung
2020-04-14 Ralf Jungmake sure we find some things without validation or...
2020-04-14 Ralf Jungmake sure our disable flags do not miss all bugs; move...
2020-04-14 borsAuto merge of #1332 - RalfJung:disable-alignment-check...
2020-04-14 Ralf Jungfix comment in alignment test
2020-04-14 Samrat Man SinghUse pre-defined u32 layout
2020-04-13 Ralf Jungadd option to disable alignment checks
2020-04-13 Samrat Man Singh[macOS] Implement `mach_timebase_info`
2020-04-12 Ralf Jungadd tests for invalid float-to-int casts
2020-04-12 Ralf Jungtest some more corner cases in happy float casts
2020-04-12 Ralf Jungmove error-pattern to inline annotation where possible
2020-04-12 Ralf Jungimplement float_to_int_unchecked
2020-04-12 Ralf Jungalso test unsafe cast intrinsic (happy cases)
2020-04-11 borsAuto merge of #1321 - RalfJung:float, r=RalfJung
2020-04-11 borsAuto merge of #1320 - RalfJung:tests, r=RalfJung
2020-04-11 Ralf Jungsmoketest f32 fast-math intrinsics
2020-04-11 Ralf Jungsome some int-to-float and float-to-float cast tests...
2020-04-11 Ralf Jungcopy lots of float-to-int cast tests from wasm test...
2020-04-11 Ralf Junga few more inf/nan/negz tests
2020-04-11 Ralf Jungorganize compile-fail tests in folders
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-10 borsAuto merge of #1315 - RalfJung:housekeeping, r=RalfJung
2020-04-10 Ralf Jungfix unused warnings in tests
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 Ralf Jungrustup
2020-04-07 Ralf Jungmemory reachable through globals is not a leak any...
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
next