Imho test should FAIL in case coredump was detected.
--- bsd.regress.mk_ Sun Jun 30 15:32:02 2013
+++ bsd.regress.mk__ Sun Jun 30 15:46:04 2013
@@ -98,7 +98,7 @@
# XXX - we need a better method to see if a test fails due to timeout or just
# normal failure.
. if !defined(REGRESS_MAXTIME)
- ${_SKIP_FAIL}if cd ${.CURDIR} && ${MAKE} ${RT}; then \
+ ${_SKIP_FAIL}if cd ${.CURDIR} && ${MAKE} ${RT} && ! (test -e *.core);
then \
echo -n "SUCCESS " ${_REGRESS_OUT} ; \
else \
echo -n "FAIL " ${_REGRESS_OUT} ; \
--
sergeyb@