summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)AuthorFilesLines
2023-08-23selftests/nolibc: report: print total testsZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: report: print a summarized test statusZhangjin Wu1-1/+2
2023-08-23selftests/nolibc: add chmod_argv0 testZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: chroot_exe: remove procfs dependencyZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: stat_timestamps: remove procfs dependencyZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: chdir_root: restore current path after testZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: vfprintf: remove MEMFD_CREATE dependencyZhangjin Wu1-3/+3
2023-08-23selftests/nolibc: prepare /tmp for tests that need to writeZhangjin Wu1-0/+3
2023-08-23selftests/nolibc: fix up failures when CONFIG_PROC_FS=nZhangjin Wu1-2/+5
2023-08-23selftests/nolibc: add a new rmdir() test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: link_cross: use /proc/self/cmdlineZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: fix up kernel parameters supportZhangjin Wu1-2/+31
2023-08-23selftests/nolibc: prefer <sys/reboot.h> to <linux/reboot.h>Zhangjin Wu1-2/+1
2023-08-23selftests/nolibc: fix up int_fast16/32_t test cases for muslZhangjin Wu1-4/+8
2023-08-23selftests/nolibc: add _LARGEFILE64_SOURCE for muslZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: gettid: restore for glibc and muslZhangjin Wu1-3/+7
2023-08-23selftests/nolibc: stat_fault: silence NULL argument warning with glibcZhangjin Wu1-1/+1
2023-08-23selftests/nolibc: add run-libc-test targetZhangjin Wu1-0/+4
2023-08-23selftests/nolibc: add mmap_munmap_good test caseZhangjin Wu1-0/+60
2023-08-23selftests/nolibc: add munmap_bad test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add mmap_bad test caseZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add sbrk_0 to test current brk gettingZhangjin Wu1-0/+1
2023-08-23selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRERZhangjin Wu1-0/+58
2023-08-23selftests/nolibc: prepare: create /dev/zeroZhangjin Wu1-1/+3
2023-08-23selftests/nolibc: export argv0 for some testsZhangjin Wu1-0/+4
2023-08-23selftests/nolibc: simplify call to iopermThomas Weißschuh1-5/+1
2023-08-06selftests/nolibc: restore the failed tests printZhangjin Wu1-1/+1
2023-08-06selftests/nolibc: always print the path to test log fileZhangjin Wu1-2/+2
2023-08-06selftests/nolibc: add a standalone test report macroZhangjin Wu1-12/+7
2023-07-13selftests/nolibc: drop test chmod_netThomas Weißschuh1-1/+0
2023-06-09selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau1-0/+1
2023-06-09selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau1-3/+12
2023-06-09selftests/nolibc: add new gettimeofday test casesZhangjin Wu1-0/+4
2023-06-09selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu1-4/+0
2023-06-09selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu1-4/+10
2023-06-09selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu1-2/+2
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu1-3/+1
2023-06-09selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu1-1/+1
2023-06-09selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu1-1/+1
2023-06-09selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh1-1/+0
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh1-3/+3
2023-06-09selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu1-1/+7
2023-06-09selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu1-1/+0
2023-06-09selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu1-0/+1
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh1-0/+23
2023-06-09selftests/nolibc: prevent coredumps during test executionThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh1-0/+2
2023-06-09tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh1-12/+2
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh1-2/+2
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh1-0/+8