rust/tests
bors 574d81ce79 Auto merge of #1208 - christianpoveda:environ-shim, r=RalfJung
Environ shim

Remake of https://github.com/rust-lang/miri/pull/1147. There are three main problems with this:

1. For some reason `update_environ` is not updating `environ` when `setenv` or `unsetenv` are called. Even then it works during initialization.
2. I am not deallocating the old array with the variables in `update_environ`.
3. I had to store the `environ` place into `MemoryExtra` as a field to update it. I was thinking about changing `extern_statics` to store places instead of `AllocID`s to avoid this.

@RalfJung
2020-03-08 15:39:43 +00:00
..
compile-fail only expose environ on linux 2020-03-08 10:16:31 -05:00
run-pass Auto merge of #1208 - christianpoveda:environ-shim, r=RalfJung 2020-03-08 15:39:43 +00:00
compiletest.rs compile-fail tests work with optimizations now 2019-12-29 12:38:40 +01:00