START	sys/kern/realpath	2024-09-05T11:36:46Z

==== run-regress-realpathtest ====
cc -O2 -pipe   -MD -MP  -c /usr/src/regress/sys/kern/realpath/realpathtest.c
/usr/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat]
        RP_SHOULD_FAIL(NULL, NULL, NULL);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/kern/realpath/realpathtest.c:84:44: note: expanded from macro 'RP_SHOULD_FAIL'
                    "returned '%s'", __FILE__, __LINE__, (A), rc.r2);   \
                                                         ^~~
/usr/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat]
        RP_SHOULD_FAIL(NULL, NULL, NULL);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/kern/realpath/realpathtest.c:87:44: note: expanded from macro 'RP_SHOULD_FAIL'
                    "returned '%s'", __FILE__, __LINE__, (A), rc.r3);   \
                                                         ^~~
/usr/src/regress/sys/kern/realpath/realpathtest.c:103:2: warning: format specifies type 'char *' but the argument has type 'void *' [-Wformat]
        RP_SHOULD_FAIL(NULL, NULL, NULL);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/regress/sys/kern/realpath/realpathtest.c:90:55: note: expanded from macro 'RP_SHOULD_FAIL'
                    "match realpath3 errno %d", __FILE__, __LINE__, (A),\
                                                                    ^~~
3 warnings generated.
cc -O2 -pipe   -MD -MP  -c /usr/src/regress/sys/kern/realpath/realpath3.c
cc   -o realpathtest realpathtest.o realpath3.o 
./realpathtest

PASS	sys/kern/realpath	Duration 0m04.66s