Module Name:    src
Committed By:   martin
Date:           Sat Aug 29 05:46:34 UTC 2020

Modified Files:
        src/tests/lib/librumpclient: t_exec.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/tests/lib/librumpclient/t_exec.sh:1.11
--- src/tests/lib/librumpclient/t_exec.sh:1.10	Mon May 13 17:55:08 2019
+++ src/tests/lib/librumpclient/t_exec.sh	Sat Aug 29 05:46:34 2020
@@ -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_head()
 
 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
 }

Reply via email to