13 Commits

Author SHA1 Message Date
Ruihan Li
fbe7734a5c Fix CI failures in network tests 2024-12-11 16:47:13 +08:00
Jianfeng Jiang
00ffc5266d Add tcp poll test program 2024-10-28 22:47:50 +08:00
Ruihan Li
b5610f3034 Report POLLNVAL in poll for invalid FDs 2024-10-28 14:33:32 +08:00
Zhang Junyang
c38455f9f6 Add tests for system call sched_get/set_affinity 2024-10-26 22:06:41 +08:00
Carlos López
0a36760f7a Respect user-defined exit signal in clone() and clone3()
When calling clone() and clone3(), the user is allowed to specify a
signal to be sent to the parent process on exit. Respect this value by
storing it in the Process struct and sending the signal on exit.

Add a test as well to verify that the signal is properly delivered to
the parent.
2024-09-26 20:07:43 +08:00
Ruihan Li
179705a3fc Fix RamFS readahead 2024-09-24 20:34:19 +08:00
Jianfeng Jiang
c5009e38f1 Add pipe/short_rw test
Co-authored-by: Ruihan Li <lrh2000@pku.edu.cn>
2024-09-20 10:37:20 +08:00
Ruihan Li
479d98c8b9 Use (fd, file) as the key 2024-09-13 21:02:06 +08:00
Zhang Junyang
d313674a2b Add SMP tests with a general test blocklist 2024-08-27 17:22:47 +08:00
Chen Chengjun
40c2acf29d Add shared filebacked mmap test 2024-08-16 10:45:16 +08:00
Ruihan Li
4deba9baca Rewrite the whole net/addr.rs file 2024-08-05 10:24:56 +08:00
Ruihan Li
39cd4420f2 Fix many error codes in pipes 2024-07-18 20:45:16 +08:00
Fabing Li
f675552c5a Rename regression to test 2024-06-28 20:33:21 +08:00