]> git.lizzy.rs Git - rust.git/commit
Disable panic tests on Windows
authorAaron Hill <aa1ronham@gmail.com>
Sun, 17 Nov 2019 18:47:06 +0000 (13:47 -0500)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 17 Nov 2019 18:49:31 +0000 (13:49 -0500)
commit80f9484c8680e54a31916d6410a5eea2ddb1e237
tree6d96c7d62acc9d1b925225c385072652d7e926b6
parent660cd55cc74a6c391cf817d771181eeaa736967b
Disable panic tests on Windows

Miri currently does not support `GetProcAddress`
and `GetModuleHandleW`, both of which end up getting invoked by the
libstd panic hook.
tests/run-pass/catch_panic.rs
tests/run-pass/panic1.rs
tests/run-pass/panic1.stderr
tests/run-pass/panic2.rs
tests/run-pass/panic2.stderr