Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen Test is no longer expected to hang.



details:   https://anonhg.NetBSD.org/src/rev/ba9446f0c7e4
branches:  trunk
changeset: 760205:ba9446f0c7e4
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Dec 30 22:21:53 2010 +0000

description:
Test is no longer expected to hang.

PR lib/44248 closed when test associate with PR fails ==> brick dholland

diffstat:

 tests/lib/libc/gen/t_syslog_pthread.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 737e1bc1b9ee -r ba9446f0c7e4 tests/lib/libc/gen/t_syslog_pthread.c
--- a/tests/lib/libc/gen/t_syslog_pthread.c     Thu Dec 30 21:26:00 2010 +0000
+++ b/tests/lib/libc/gen/t_syslog_pthread.c     Thu Dec 30 22:21:53 2010 +0000
@@ -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");
 }
 



Home | Main Index | Thread Index | Old Index