6 Commits

Author SHA1 Message Date
ljy9810 0e57942c36 libc升级到0.2.180版本
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2026-03-04 12:00:43 +08:00
kxxt c79a9bce1a refactor: use grep -E instead of egrep 2022-09-21 19:19:09 +08:00
gnzlbg 3141acc804 Run CMSG tests on s390x
Closes #1240.
2019-05-24 14:13:43 +02:00
Alan Somers 8c1fe2686a Add an integration test for the cmsg(3) functions.
Since these are defined in C as macros, they must be reimplemented in
libc as Rust functions.  They're hard to get exactly right, and they
vary from platform to platform.  The test builds custom C code that uses
the real macros, and compares its output to the Rust versions' output
for various inputs.

Skip the CMSG_NXTHDR test on sparc64 linux because it hits a Bus Error.

Issue #1239

Skip the entire cmsg test program on s390x because it dumps core
seemingly before the kernel finishes booting.

Issue #1240
2019-02-05 08:26:17 -07:00
Sébastien Santoro f43d489d69 Use more convenient and UNIX-agnostic shebang
Pure sh scripts should use /bin/sh as it's available on every platform.

When using bash-specific features, use env to find it, as bash can
be installed in different places according the OS.
2017-11-13 13:42:00 +00:00
Marco A L Barbosa 398021077a Run s390x test in qemu system instead of qemu user 2017-10-31 09:44:54 -02:00