about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_common.rs
diff options
context:
space:
mode:
authorTom Eccles <tom.eccles@codethink.co.uk>2020-06-09 15:44:31 +0100
committerTom Eccles <tom.eccles@codethink.co.uk>2020-06-09 16:22:21 +0100
commit253112d43c46f9c0c6c854dcc2c858741616deed (patch)
treeb052c2cbac7596aee8b3db5a36dfd6298aa2c5bf /src/libstd/sys/unix/process/process_common.rs
parenta008a55ff680ec600b5617d6a1f1701450aa8911 (diff)
downloadrust-253112d43c46f9c0c6c854dcc2c858741616deed.tar.gz
rust-253112d43c46f9c0c6c854dcc2c858741616deed.zip
Mark tests whcih don't work under riscv emulation
Diffstat (limited to 'src/libstd/sys/unix/process/process_common.rs')
-rw-r--r--src/libstd/sys/unix/process/process_common.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/unix/process/process_common.rs b/src/libstd/sys/unix/process/process_common.rs
index 2d7267263de..6e33cdd3c48 100644
--- a/src/libstd/sys/unix/process/process_common.rs
+++ b/src/libstd/sys/unix/process/process_common.rs
@@ -428,6 +428,7 @@ mod tests {
     // ignored there.
     #[cfg_attr(target_arch = "arm", ignore)]
     #[cfg_attr(target_arch = "aarch64", ignore)]
+    #[cfg_attr(target_arch = "riscv64", ignore)]
     fn test_process_mask() {
         unsafe {
             // Test to make sure that a signal mask does not get inherited.