[strace/strace] [RFC] Add 64-bit LoongArch support (PR #205)
WÁNG Xuěruì
notifications at github.com
Sun Jan 9 10:33:21 UTC 2022
With @chenhuacai's [latest patch](https://github.com/xen0n/linux/commit/593f8c0180fc1056e3ea0ca91ce9a8096f40b7ef), almost every test passes except this:
```
FAIL: xet_robust_list--pidns-translation.gen
============================================
../../src/strace: Exit of unknown pid 5 ignored
../../src/strace: Exit of unknown pid 7 ignored
../../src/strace: Exit of unknown pid 8 ignored
../../src/strace: Exit of unknown pid 10 ignored
--- exp 2022-01-09 18:28:42.137625044 +0800
+++ out 2022-01-09 18:28:42.145624888 +0800
@@ -19,7 +19,8 @@
9 get_robust_list(4 /* 9 in strace's PID NS */, [0x7ffff3d23fe8], [24]) = 0
9 +++ exited with 0 +++
10 get_robust_list(0, NULL, NULL) = -1 EFAULT (Bad address)
-10 get_robust_list(5 /* 10 in strace's PID NS */, [0x7ffff3f0a970], [24]) = 0
+10 get_robust_list(5 /* 10 in strace's PID NS */, <unfinished ...>
+10 <... get_robust_list resumed>[0x7ffff3f0a970], [24]) = 0
10 set_robust_list(0x7ffff3d23fe8, 24) = 0
10 get_robust_list(5 /* 10 in strace's PID NS */, [0x7ffff3d23fe8], [24]) = 0
10 +++ exited with 0 +++
xet_robust_list--pidns-translation.gen.test: failed test: unshare -Urpf ../../src/strace --decode-pids=pidns -f -a24 -e trace=get_robust_list,set_robust_list ../xet_robust_list--pidns-translation output mismatch
FAIL xet_robust_list--pidns-translation.gen.test (exit status: 1)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/pull/205#issuecomment-1008271491
You are receiving this because you are subscribed to this thread.
Message ID: <strace/strace/pull/205/c1008271491 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20220109/1189b4a7/attachment.htm>
More information about the Strace-devel
mailing list