diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-10-13 21:26:52 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-10-13 21:26:52 +0000 |
| commit | 810cce85aa138fb59b397e6b17651f42e32f6f5a (patch) | |
| tree | f4f62693ad8bb2804cb73eb860dd8e9ecf7e4d90 /src/test/ui/threads-sendsync | |
| parent | c97d02cdb5ca5f5e9eff1fa9e4560d220d1fd2a0 (diff) | |
Adding fuchsia-ignore and needs-unwind to compiler test cases
Diffstat (limited to 'src/test/ui/threads-sendsync')
| -rw-r--r-- | src/test/ui/threads-sendsync/sync-send-in-std.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/threads-sendsync/sync-send-in-std.rs b/src/test/ui/threads-sendsync/sync-send-in-std.rs index b8ae214dc09..6d1fba64e42 100644 --- a/src/test/ui/threads-sendsync/sync-send-in-std.rs +++ b/src/test/ui/threads-sendsync/sync-send-in-std.rs @@ -2,6 +2,7 @@ // ignore-wasm32-bare networking not available // ignore-sgx ToSocketAddrs cannot be used for DNS Resolution +// ignore-fuchsia Req. test-harness networking privileges use std::net::ToSocketAddrs; |
