Skip to content

Commit bfac2da

Browse files
committed
Ignore test on mingw32
1 parent c9cca33 commit bfac2da

File tree

1 file changed

+5
-0
lines changed
  • src/test/run-make-fulldeps/foreign-rust-exceptions

1 file changed

+5
-0
lines changed

src/test/run-make-fulldeps/foreign-rust-exceptions/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# ignore-i686-pc-windows-gnu
2+
3+
# This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder
4+
# so cross-DLL unwinding does not work.
5+
16
include ../tools.mk
27

38
all:

0 commit comments

Comments
 (0)