aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharisee <chiw@google.com>2024-04-02 21:13:20 +0000
committerCharisee Chiw <chiw@google.com>2024-04-05 19:08:19 +0000
commitc7924634ad6fa67cc8c54406c80b6c3af9e362f9 (patch)
treeb24ab2961e3a17fc2b83b7373b3af9d97721d58f
parent3b25fa62cfaa4a8d59dd85d09220e3ab55823bbe (diff)
downloadandroid_rust-c7924634ad6fa67cc8c54406c80b6c3af9e362f9.tar.gz
Edit path for test case
Bug: http://b/330185853 Test: ./test_compiler.py --prebuilt-path dist/rust-dev.tar.xz --target aosp_cf_x86_64_phone --image Change-Id: I80823ca12405aceb08356e0e7010d08ecffbaadb
-rw-r--r--src/android_rust/upstream_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android_rust/upstream_tests.py b/src/android_rust/upstream_tests.py
index 2d62260..a60bc1f 100644
--- a/src/android_rust/upstream_tests.py
+++ b/src/android_rust/upstream_tests.py
@@ -322,5 +322,5 @@ match build_platform.system():
skipped_tests = [
# Failing in 1.76.0
- "--skip", "sys::unix::process::process_inner::tests::test_command_pidfd"
-] \ No newline at end of file
+ "--skip", "sys::pal::unix::process::process_inner::tests::test_command_pidfd"
+]