Module Name: src
Committed By: martin
Date: Sun Nov 8 08:54:50 UTC 2020
Modified Files:
src/tests/lib/librumpclient: t_exec.sh
Log Message:
PR 55338: re-enable threxec test for more test coverage.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/librumpclient/t_exec.sh
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/librumpclient/t_exec.sh
diff -u src/tests/lib/librumpclient/t_exec.sh:1.11 src/tests/lib/librumpclient/t_exec.sh:1.12
--- src/tests/lib/librumpclient/t_exec.sh:1.11 Sat Aug 29 05:46:34 2020
+++ src/tests/lib/librumpclient/t_exec.sh Sun Nov 8 08:54:50 2020
@@ -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_head()
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
}