about summary refs log tree commit diff
path: root/library/std/src/fs.rs
diff options
context:
space:
mode:
authorNicole LeGare <legare@google.com>2025-02-04 23:02:00 +0000
committerNicole L <dlegare.1001@gmail.com>2025-03-10 10:00:25 -0700
commit22fea97c9d799a6246620d557b55c1c8094e3fc9 (patch)
tree498af4a083846c366d85ccaa6135ffebb2de2bae /library/std/src/fs.rs
parentd633d8e074512fde1b1e7507ae758c8a7f96639b (diff)
downloadrust-22fea97c9d799a6246620d557b55c1c8094e3fc9.tar.gz
rust-22fea97c9d799a6246620d557b55c1c8094e3fc9.zip
Disable unsupported tests
Unclear why this needs to be done manually and is not done by the existing Trusty patches.
Diffstat (limited to 'library/std/src/fs.rs')
-rw-r--r--library/std/src/fs.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs
index 46b5860123f..f9a360585e8 100644
--- a/library/std/src/fs.rs
+++ b/library/std/src/fs.rs
@@ -14,7 +14,8 @@
         target_os = "emscripten",
         target_os = "wasi",
         target_env = "sgx",
-        target_os = "xous"
+        target_os = "xous",
+        target_os = "trusty",
     ))
 ))]
 mod tests;