Source-Changes-HG archive

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

[src/trunk]: src/tests/dev/sysmon These test cases should now succeed, after ...



details:   https://anonhg.NetBSD.org/src/rev/a158a8d1b164
branches:  trunk
changeset: 746051:a158a8d1b164
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 21 04:50:21 2020 +0000

description:
These test cases should now succeed, after fixing rump kernel to handle
modules that establish their sysctls via SYSCTL_SETUP()

diffstat:

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

diffs (17 lines):

diff -r 7ba25abc4443 -r a158a8d1b164 tests/dev/sysmon/t_swsensor.sh
--- a/tests/dev/sysmon/t_swsensor.sh    Sat Mar 21 04:48:37 2020 +0000
+++ b/tests/dev/sysmon/t_swsensor.sh    Sat Mar 21 04:50:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_swsensor.sh,v 1.10 2020/03/19 20:10:49 pgoyette Exp $
+# $NetBSD: t_swsensor.sh,v 1.11 2020/03/21 04:50:21 pgoyette Exp $
 
 get_sensor_info() {
        rump.envstat -x | \
@@ -145,7 +145,6 @@
        # 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