git: 1346766f60ad - main - stress2: Permanently disable disruptive tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 04:59:22 UTC
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=1346766f60ad1cfce89dea1e4092ee648b831420
commit 1346766f60ad1cfce89dea1e4092ee648b831420
Author: Peter Holm <pho@FreeBSD.org>
AuthorDate: 2022-04-14 04:57:24 +0000
Commit: Peter Holm <pho@FreeBSD.org>
CommitDate: 2022-04-14 04:57:24 +0000
stress2: Permanently disable disruptive tests
---
tools/test/stress2/misc/devfs4.sh | 3 +++
tools/test/stress2/misc/syzkaller29.sh | 3 +++
tools/test/stress2/misc/syzkaller30.sh | 3 +++
3 files changed, 9 insertions(+)
diff --git a/tools/test/stress2/misc/devfs4.sh b/tools/test/stress2/misc/devfs4.sh
index eac87374db11..3ca8f44eb036 100755
--- a/tools/test/stress2/misc/devfs4.sh
+++ b/tools/test/stress2/misc/devfs4.sh
@@ -32,4 +32,7 @@
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
+# This test creates havoc for a lot of programs
+exit 0
+
umount -f /dev && mount /dev
diff --git a/tools/test/stress2/misc/syzkaller29.sh b/tools/test/stress2/misc/syzkaller29.sh
index 7718c569482d..d7a00aaaec45 100755
--- a/tools/test/stress2/misc/syzkaller29.sh
+++ b/tools/test/stress2/misc/syzkaller29.sh
@@ -26,6 +26,9 @@
# Fixed by r368116
+# May change policy for random threads to to domainset_fixed
+exit 0
+
. ../default.cfg
cat > /tmp/syzkaller29.c <<EOF
// https://syzkaller.appspot.com/bug?id=c3452066dba9238c4551010eb130944442d9174f
diff --git a/tools/test/stress2/misc/syzkaller30.sh b/tools/test/stress2/misc/syzkaller30.sh
index a224652865db..7b0c53674f45 100755
--- a/tools/test/stress2/misc/syzkaller30.sh
+++ b/tools/test/stress2/misc/syzkaller30.sh
@@ -29,6 +29,9 @@
# Fixed by r368462
+# May change policy for random threads to to domainset_fixed
+exit 0
+
. ../default.cfg
cat > /tmp/syzkaller30.c <<EOF
// https://syzkaller.appspot.com/bug?id=6652adb41773e5c471c98342fefcbfb041af9ac8