diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-02 10:53:09 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-02 12:07:55 +0000 |
| commit | 8a08514dbd75d33a82bc32fb53dc1de3cd9fc308 (patch) | |
| tree | 8d343d23d5b731aa4eb76eb7db6a6ef1ea45c724 /tests/run-make/foreign-rust-exceptions | |
| parent | 7b99493492ad59c7a44c65373558175db42b4151 (diff) | |
| download | rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.tar.gz rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.zip | |
Add needs-unwind annotations to tests that need stack unwinding
Diffstat (limited to 'tests/run-make/foreign-rust-exceptions')
| -rw-r--r-- | tests/run-make/foreign-rust-exceptions/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/foreign-rust-exceptions/Makefile b/tests/run-make/foreign-rust-exceptions/Makefile index 0d007bf1c49..59cee284200 100644 --- a/tests/run-make/foreign-rust-exceptions/Makefile +++ b/tests/run-make/foreign-rust-exceptions/Makefile @@ -1,5 +1,6 @@ # ignore-cross-compile # ignore-i686-pc-windows-gnu +# needs-unwind # This test doesn't work on 32-bit MinGW as cdylib has its own copy of unwinder # so cross-DLL unwinding does not work. |
