diff options
| author | Dario Gonzalez <dario.gonzalez@fortanix.com> | 2019-04-24 09:26:33 -0700 |
|---|---|---|
| committer | Dario Gonzalez <dario.gonzalez@fortanix.com> | 2019-05-16 14:29:12 -0700 |
| commit | f2466cd166d15b15e386353e64e97f52910a3a9d (patch) | |
| tree | 7e089df1b8247989d85853d44e88df832c88b378 /src/test/ui/panic-runtime | |
| parent | 1962adea6ad9b992516ae56ad7f8c5bc33b951cb (diff) | |
| download | rust-f2466cd166d15b15e386353e64e97f52910a3a9d.tar.gz rust-f2466cd166d15b15e386353e64e97f52910a3a9d.zip | |
Added ignore-sgx for appropriate tests
Diffstat (limited to 'src/test/ui/panic-runtime')
| -rw-r--r-- | src/test/ui/panic-runtime/abort-link-to-unwind-dylib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/panic-runtime/abort-link-to-unwind-dylib.rs b/src/test/ui/panic-runtime/abort-link-to-unwind-dylib.rs index 7e1174a2734..c2deeb7dfd4 100644 --- a/src/test/ui/panic-runtime/abort-link-to-unwind-dylib.rs +++ b/src/test/ui/panic-runtime/abort-link-to-unwind-dylib.rs @@ -2,6 +2,7 @@ // ignore-musl - no dylibs here // ignore-cloudabi // ignore-emscripten +// ignore-sgx no dynamic lib support // error-pattern:`panic_unwind` is not compiled with this crate's panic strategy // This is a test where the local crate, compiled with `panic=abort`, links to |
