Module Name: src
Committed By: pooka
Date: Thu Dec 30 22:21:53 UTC 2010
Modified Files:
src/tests/lib/libc/gen: t_syslog_pthread.c
Log Message:
Test is no longer expected to hang.
PR lib/44248 closed when test associate with PR fails ==> brick dholland
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_syslog_pthread.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/gen/t_syslog_pthread.c
diff -u src/tests/lib/libc/gen/t_syslog_pthread.c:1.1 src/tests/lib/libc/gen/t_syslog_pthread.c:1.2
--- src/tests/lib/libc/gen/t_syslog_pthread.c:1.1 Fri Dec 17 19:12:30 2010
+++ src/tests/lib/libc/gen/t_syslog_pthread.c Thu Dec 30 22:21:53 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: t_syslog_pthread.c,v 1.1 2010/12/17 19:12:30 pooka Exp $ */
+/* $NetBSD: t_syslog_pthread.c,v 1.2 2010/12/30 22:21:53 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
ATF_TC_BODY(basic, tc)
{
- atf_tc_expect_timeout("PR lib/44248");
+ //atf_tc_expect_timeout("PR lib/44248");
syslog(LOG_DEBUG, "from tests/lib/libc/gen/t_syslog_pthread");
}