]> git.lizzy.rs Git - rust.git/commit
fix many tests and ignore some others; enable compile_fail tests again
authorRalf Jung <post@ralfj.de>
Wed, 11 Jul 2018 19:07:17 +0000 (21:07 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 12 Jul 2018 08:22:23 +0000 (10:22 +0200)
commitff5b0fee33b38f15d1bac51e19c6cb2b739e2879
tree74a904f18b34b48234bf3b564d4d5ad8a8f2c33c
parent54da84fbd8ea0376f88fd31989427d3e6aec1c1a
fix many tests and ignore some others; enable compile_fail tests again
13 files changed:
tests/compile-fail-fullmir/undefined_byte_read.rs
tests/compile-fail/deallocate-bad-alignment.rs
tests/compile-fail/deallocate-bad-size.rs
tests/compile-fail/deallocate-twice.rs
tests/compile-fail/match_char.rs
tests/compile-fail/memleak.rs
tests/compile-fail/memleak_rc.rs
tests/compile-fail/overflowing-rsh-2.rs
tests/compile-fail/reallocate-bad-size.rs
tests/compile-fail/reallocate-change-alloc.rs
tests/compile-fail/reallocate-dangling.rs
tests/compile-fail/static_memory_modification.rs
tests/compiletest.rs