NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51700 CVS commit: src/tests/lib/libc/gen/exect



The following reply was made to PR port-amd64/51700; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51700 CVS commit: src/tests/lib/libc/gen/exect
Date: Sun, 11 Dec 2016 03:38:09 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Sun Dec 11 03:38:09 UTC 2016
 
 Modified Files:
 	src/tests/lib/libc/gen/exect: t_exect.c
 
 Log Message:
 Skip t_exect test because it makes test machines to hang
 
 exect(NULL,NULL,NULL) generates 15859 times SIGTRAP on amd64
 Currently exect(3) is misdesigned -- see PR port-amd64/51700 and it
 needs to be redone from scratch.
 
 This test affects amd64 releng machines causing tests to hang or
 fail. As there is little point to test interface that is still not,
 designed and implemented and implemented and is breaking tests - skip it
 unconditionally for all ports.
 
 Sponsored by <The NetBSD Foundation>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/exect/t_exect.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index