rust/tests
Ralf Jung 72664e42aa No longer check aligment and non-NULLness on &
This breaks creating unaligned raw pointers via `&packed.field as *const _`, which needs to be legal.
Also it doesn't seem like LLVM still relies on this, see
* https://github.com/solson/miri/issues/244#issuecomment-315563640
* https://internals.rust-lang.org/t/rules-for-alignment-and-non-nullness-of-references/5430/16

We probably want to handle this invariant like the others that validation is concerned with, and only
check it on function boundaries for now.
2017-07-19 11:28:35 -07:00
..
compile-fail No longer check aligment and non-NULLness on & 2017-07-19 11:28:35 -07:00
compile-fail-fullmir Also move some compile-fail tests to fullmir-only 2017-06-21 15:07:40 +02:00
run-pass packed structs: test unsize coercions 2017-07-13 14:18:26 -07:00
run-pass-fullmir implement the unchecked_ intrinsics; add all the doctests from one of the integer modules 2017-07-03 20:37:33 -07:00
compiletest.rs run fullmir tests against rustc; add output explaining what is being tested 2017-06-21 14:28:13 -07:00