Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/sysmon Mark the swsensor tests "expected failure" ...



details:   https://anonhg.NetBSD.org/src/rev/a141ce9c168d
branches:  trunk
changeset: 746004:a141ce9c168d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 19 20:10:49 2020 +0000

description:
Mark the swsensor tests "expected failure" since the rump world doesn't
seem to handle the SYSCTL_SETUP stuff.  PR kern/55088

diffstat:

 tests/dev/sysmon/t_swsensor.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bd23a44de67a -r a141ce9c168d tests/dev/sysmon/t_swsensor.sh
--- a/tests/dev/sysmon/t_swsensor.sh    Thu Mar 19 19:55:34 2020 +0000
+++ b/tests/dev/sysmon/t_swsensor.sh    Thu Mar 19 20:10:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_swsensor.sh,v 1.9 2015/04/23 23:23:28 pgoyette Exp $
+# $NetBSD: t_swsensor.sh,v 1.10 2020/03/19 20:10:49 pgoyette Exp $
 
 get_sensor_info() {
        rump.envstat -x | \
@@ -145,6 +145,7 @@
        # Step 3 - verify that changes in sensor value are seen
        rump.sysctl -w hw.swsensor.cur_value=$(( $2 + 1 ))
        if [ $( get_sensor_key cur-value ) -ne $(( $2 + 1 )) ] ; then
+               atf_expect_fail "PR kern/55088"
                atf_fail "3: Value not updated"
        fi
 



Home | Main Index | Thread Index | Old Index