This IS REGRESSION from 1.7.4.4-r1 Example of one of the 10 fails: test 528 PROCAN_CTTY: test procan controlling terminal output... FAILED ./procan // diff: 1c1 < not a tty --- > /dev/pts/2 Reproducible: Always
Created attachment 880876 [details] build.log and emerge --info sample from ppc64 but this reproduces on all arches
(In reply to matoro from comment #0) > This IS REGRESSION from 1.7.4.4-r1 Only in the sense that we now run tests.
I'm sort of confused as to why it fails given 528 is in the expect fail list.
Ah: > FAILED: 217 410 478 518 519 528 > FAILED unexpected: 518 519
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4765bbe24661beb5647e68828b42476faa712553 commit 4765bbe24661beb5647e68828b42476faa712553 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-04 01:55:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-04 01:55:53 +0000 net-misc/socat: backport test skips Bug: https://bugs.gentoo.org/920907 Signed-off-by: Sam James <sam@gentoo.org> net-misc/socat/socat-1.8.0.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574b96930429ec02ed3cadfdf8ebff52abbc2373 commit 574b96930429ec02ed3cadfdf8ebff52abbc2373 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-04 01:54:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-04 01:54:58 +0000 net-misc/socat: add 1.8.0.1 Skip handful of tests which need permissions, like: ``` test 518 STDIN_F_SETPIPE_SZ: f-setpipe-sz on STDIN... FAILED ./socat -t 0.1 STDIN,f-setpipe-sz=2097152!!STDOUT EXEC:./filan,nofork 2023/12/29 01:30:22 socat[9560] E fcntl(0, 1031, 0x200000): Operation not permitted ``` Bug: https://bugs.gentoo.org/920907 Signed-off-by: Sam James <sam@gentoo.org> net-misc/socat/Manifest | 1 + net-misc/socat/socat-1.8.0.1.ebuild | 55 +++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+)