Commit Graph

664 Commits

Author SHA1 Message Date
sourceturner abbae3dce6 add basic unit test for posix timers (time/timer) 2026-05-24 19:12:05 +02:00
Wildan M 0f03bff838 Implement pselect and write test 2026-05-22 03:29:57 +07:00
Wildan M 90676dcf04 Add %x support to strftime 2026-05-21 06:52:01 +07:00
Wildan M bc6ea5ba99 Implement key_t, sys/ipc and sys/shm 2026-05-20 18:51:53 +07:00
Jeremy Soller e6fceb9dd1 Merge branch 'static-assert' into 'master'
Implement static_assert

See merge request redox-os/relibc!1355
2026-05-19 06:03:05 -06:00
Wildan M ff56dc9b74 Implement static_assert 2026-05-18 21:56:54 +07:00
David Finder 1dbc61932a Alarm fix 2026-05-18 16:52:04 -06:00
Wildan M f731a20e02 Move sigsetjmp and siglongjmp to setjmp.h 2026-05-18 19:03:11 +07:00
Wildan M 19da3a5551 Fix UB in utimes and write test 2026-05-10 08:05:05 +07:00
Wildan M 2c23024245 Fix possible signal race in tests 2026-05-09 11:14:19 +07:00
Wildan M c15059e205 Workaround nice test hit the ceiling 2026-05-09 05:48:45 +07:00
Wildan M e9c3960c65 Implement nice and write test 2026-05-09 01:23:37 +07:00
Wildan M e9f8b0c697 Merge expect files 2026-05-08 17:57:18 +07:00
Wildan M 796b1d8ef5 Remove empty stderr expect 2026-05-08 17:48:25 +07:00
Speedy_Lex 2d4ab41de5 Cargo fmt 2026-05-07 00:05:13 +02:00
Speedy_Lex eff610eac6 Fix many clippy lints 2026-05-07 00:05:07 +02:00
Wildan M 7aba041004 Implement utimensat 2026-05-05 02:02:43 +07:00
Wildan M 043ec22076 FIx sigjmp_buf and add tests 2026-05-02 16:59:48 +07:00
Mustafa öz 03d56f4887 Add fmtmsg 2026-05-01 06:00:11 +01:00
Wildan M 598d34d8a0 Fix open permission and add umask test 2026-04-30 16:08:05 +07:00
Wildan M b5d7e79f4a Print kernel version on test 2026-04-20 10:28:19 +07:00
Wildan M e6b44e6c6a Fix relibc-tests-bins 2026-04-19 17:04:26 +07:00
nicoan 495779a21b format 2026-04-15 15:40:45 -03:00
nicoan 2c4a20e71b added tests to scanf and wscanf 2026-04-15 15:38:40 -03:00
nicoan da3ff538d6 WIP: fixing regressions 2026-04-15 14:18:20 -03:00
auronandace 7cf6933f81 remove sys_socket include from netdb tests 2026-04-13 11:14:11 +01:00
Zero aca4df91cf feat(time): Add process_pid to timer_internal_t
Add `process_pid` field to `timer_internal_t` struct.
This field is used by the `alarm()` function to specify the PID of the process
to which the `SIGALRM` signal should be delivered.
2026-03-31 00:19:35 +02:00
Zero 5cbb4ba0cc test(unistd): Add alarm(2) test
Introduce a new test for the alarm(2) system call.
This test verifies the behavior of setting, cancelling,
and re-arming alarms, ensuring correct signal delivery
and return values.
2026-03-31 00:09:07 +02:00
Wildan M f5dd08dc49 Add and fix pthread rwlock timeout tests 2026-03-29 11:31:08 +07:00
Wildan M 38650d994e Fix fnmatch caused oom 2026-03-29 02:20:16 +07:00
Jeremy Soller 7de94d974f Merge branch 'verify-netinetin-includes' into 'master'
verify netinet_in header includes

See merge request redox-os/relibc!1114
2026-03-25 07:03:47 -06:00
Jeremy Soller a50f21cc30 Merge branch 'glibc-build' into 'master'
Make test files buildable for glibc

See merge request redox-os/relibc!1112
2026-03-25 07:01:28 -06:00
auronandace d826d1fdc2 verify netinet_in header includes 2026-03-25 10:50:01 +00:00
Wildan M 00bcc90f98 Fix epoll 2026-03-25 04:19:44 +07:00
Wildan M 000cd996f3 Add more support test files 2026-03-25 04:16:16 +07:00
Wildan M 46379d7001 Make test files buildable for glibc 2026-03-25 03:11:33 +07:00
Wildan M d7c14e94af Wrap tests in a separate build directory 2026-03-25 03:05:47 +07:00
auronandace 88e0a4381e fix include in sys_socket recvfrom test 2026-03-24 11:34:41 +00:00
Wildan M bda6ca582a Ignore malloc/usable_size, add tls test 2026-03-17 16:13:41 +07:00
Wildan M 733821e279 Fix makefile commences 2026-03-17 07:31:42 +07:00
Wildan M 96a09e6dc4 Disable failed tests 2026-03-17 07:09:54 +07:00
Wildan M fb07b5f982 Implement getgroups 2026-03-07 11:02:50 +07:00
Wildan M b93e24b1d6 Implement long double in printf 2026-03-04 22:03:31 +07:00
Anhad Singh 79987da821 misc(tests/Makefile): add pthread/tls
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-23 23:55:11 +11:00
auronandace 5d6ae8fd3f add pthread.h to unistd fork test 2026-02-13 12:31:59 +00:00
auronandace ed80ef1b26 remove bits sched from tests includes 2026-02-12 17:27:03 +00:00
Wildan M d18a4da715 Add failed epollet test 2026-02-11 17:00:17 +07:00
Wildan M da2fc2ee5f Add failed fmap test 2026-02-09 21:53:18 +07:00
Wildan M e2b8acb05d Add test for data transfer before accept for UDS 2026-02-06 14:17:45 +07:00
Jeremy Soller c64af90940 Merge branch 'uds-write-test' into 'master'
Add UDS write test

See merge request redox-os/relibc!953
2026-02-04 09:55:15 -07:00