diff options
| author | Gary Guo <gary@garyguo.net> | 2022-10-26 22:07:56 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2022-10-27 18:22:40 +0100 |
| commit | bfac2daef9912244d8a913a57b83c4e1b485993d (patch) | |
| tree | b903530912b7575671664e7c84986242abe330ed /src | |
| parent | c9cca33e85352c6ffd0c29a22c7302ca5f761ba3 (diff) | |
| download | rust-bfac2daef9912244d8a913a57b83c4e1b485993d.tar.gz rust-bfac2daef9912244d8a913a57b83c4e1b485993d.zip | |
Ignore test on mingw32
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile b/src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile index 24d9742aef0..50fca7f24e6 100644 --- a/src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile +++ b/src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile @@ -1,3 +1,8 @@ +# ignore-i686-pc-windows-gnu + +# This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder +# so cross-DLL unwinding does not work. + include ../tools.mk all: |
