]> git.lizzy.rs Git - rust.git/commit
don't run all compile-fail tests with full MIR
authorRalf Jung <post@ralfj.de>
Thu, 12 Jul 2018 08:58:48 +0000 (10:58 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 12 Jul 2018 09:02:48 +0000 (11:02 +0200)
commit01578ca6b3b976799c6cc6ba607143ed81f09a79
treefcc4478e2fc5c2eb8acb6e8d2cfac83ea8bb88ca
parentf8fabe4ed1fc6e221cd664322e0126059a2b9c15
don't run all compile-fail tests with full MIR
21 files changed:
tests/compile-fail-fullmir/deallocate-bad-alignment.rs [new file with mode: 0644]
tests/compile-fail-fullmir/deallocate-bad-size.rs [new file with mode: 0644]
tests/compile-fail-fullmir/deallocate-twice.rs [new file with mode: 0644]
tests/compile-fail-fullmir/out_of_bounds_ptr_1.rs [new file with mode: 0644]
tests/compile-fail-fullmir/out_of_bounds_ptr_2.rs [new file with mode: 0644]
tests/compile-fail-fullmir/ptr_offset_overflow.rs [new file with mode: 0644]
tests/compile-fail-fullmir/reallocate-bad-size.rs [new file with mode: 0644]
tests/compile-fail-fullmir/reallocate-change-alloc.rs [new file with mode: 0644]
tests/compile-fail-fullmir/reallocate-dangling.rs [new file with mode: 0644]
tests/compile-fail-fullmir/stack_free.rs [new file with mode: 0644]
tests/compile-fail/deallocate-bad-alignment.rs [deleted file]
tests/compile-fail/deallocate-bad-size.rs [deleted file]
tests/compile-fail/deallocate-twice.rs [deleted file]
tests/compile-fail/out_of_bounds_ptr_1.rs [deleted file]
tests/compile-fail/out_of_bounds_ptr_2.rs [deleted file]
tests/compile-fail/ptr_offset_overflow.rs [deleted file]
tests/compile-fail/reallocate-bad-size.rs [deleted file]
tests/compile-fail/reallocate-change-alloc.rs [deleted file]
tests/compile-fail/reallocate-dangling.rs [deleted file]
tests/compile-fail/stack_free.rs [deleted file]
tests/compiletest.rs