START	devel/p5-IO-Tty	2025-04-04T08:57:30Z

===>  Regression tests for p5-IO-Tty-1.20
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tty.bs blib/arch/auto/IO/Tty/Tty.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/pty_get_winsize.t .. ok
# Configuration: -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_SIGACTION -DHAVE_STRLCPY -DHAVE_TERMIOS_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT -DHAVE_UTIL_H -DUTIL_H_ABS_PATH="/usr/include/util.h"
# Checking for appropriate ioctls:
# TIOCNOTTY
# TIOCSCTTY
trying posix_openpt()...
trying grantpt()...
trying unlockpt()...
trying ptsname()...
trying to open /dev/ttyp0...
#  === Checking if child gets pty as controlling terminal
trying posix_openpt()...
trying grantpt()...
trying unlockpt()...
trying ptsname()...
trying to open /dev/ttyp0...
# Checking basic functionality and how your ptys handle large strings...
#   This test may hang on certain systems, even though it is protected
#   by alarm().  If the counter stops, try Ctrl-C, the test should continue.
trying posix_openpt()...
trying grantpt()...
trying unlockpt()...
trying ptsname()...
trying to open /dev/ttyp0...
# isatty($master): YES
# isatty($slave): YES
# Child PID = 3120
# Good, your raw ptys can handle at least 530 bytes at once.
Slave got EOF at line 530, byte 0.
t/test.t ............. ok
All tests successful.
Files=2, Tests=6,  4 wallclock secs ( 0.02 usr  0.05 sys +  0.38 cusr  0.99 csys =  1.44 CPU)
Result: PASS

PASS	devel/p5-IO-Tty	Duration 0m49.21s