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

2016-12-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Dec 12 10:34:55 UTC 2016 Modified Files: src/tests/lib/libc/gen/exect: t_exect.c Log Message: sig_atomic_t does not include volatile. Prevent static analysis from understanding that the test function is dead. To generate a

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

2016-12-10 Thread Kamil Rytarowski
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

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

2016-12-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 9 08:34:38 UTC 2016 Modified Files: src/tests/lib/libc/gen/exect: t_exect.c Log Message: Restrict atf_tc_expect_fail(PR port-amd64/51700) only for amd64 (x86_64) Other ports than amd64 have their own issues, mostly

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

2016-12-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 9 06:47:48 UTC 2016 Modified Files: src/tests/lib/libc/gen/exect: t_exect.c Log Message: Add check in t_exect_null to verify that SIGTRAP was emitted only once Currently this test fails on amd64. PR port-amd64/51700

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

2016-12-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Dec 9 04:00:36 UTC 2016 Added Files: src/tests/lib/libc/gen/exect: Makefile t_exect.c Log Message: Add new test t_exect to verify exect(2) This test is a clone of tests/lib/libc/gen/execve/t_execve t_exect_null: Tests