Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumpclient PR 55338: re-enable threxec test for...



details:   https://anonhg.NetBSD.org/src/rev/34808ae992ce
branches:  trunk
changeset: 942441:34808ae992ce
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 08 08:54:50 2020 +0000

description:
PR 55338: re-enable threxec test for more test coverage.

diffstat:

 tests/lib/librumpclient/t_exec.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a7f601c63ea0 -r 34808ae992ce tests/lib/librumpclient/t_exec.sh
--- a/tests/lib/librumpclient/t_exec.sh Sun Nov 08 08:53:22 2020 +0000
+++ b/tests/lib/librumpclient/t_exec.sh Sun Nov 08 08:54:50 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_exec.sh,v 1.11 2020/08/29 05:46:34 martin Exp $
+#       $NetBSD: t_exec.sh,v 1.12 2020/11/08 08:54:50 martin Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -135,7 +135,7 @@
 
 threxec_body()
 {
-       atf_skip "PR 55338: triggers a scheduler bug"
+       # atf_skip "PR 55338: triggers a scheduler bug"
        atf_check -s exit:0 rump_server ${RUMP_SERVER}
        atf_check -s exit:0 $(atf_get_srcdir)/h_execthr
 }



Home | Main Index | Thread Index | Old Index