Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumpclient Skip threxec test pointing at PR 553...



details:   https://anonhg.NetBSD.org/src/rev/1521e09fb5cd
branches:  trunk
changeset: 937936:1521e09fb5cd
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Aug 29 05:46:34 2020 +0000

description:
Skip threxec test pointing at PR 55338, this kills some test beds.

diffstat:

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

diffs (17 lines):

diff -r 9dc398542848 -r 1521e09fb5cd tests/lib/librumpclient/t_exec.sh
--- a/tests/lib/librumpclient/t_exec.sh Sat Aug 29 03:24:31 2020 +0000
+++ b/tests/lib/librumpclient/t_exec.sh Sat Aug 29 05:46:34 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_exec.sh,v 1.10 2019/05/13 17:55:08 bad Exp $
+#       $NetBSD: t_exec.sh,v 1.11 2020/08/29 05:46:34 martin Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -135,6 +135,7 @@
 
 threxec_body()
 {
+       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