Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/usb t_hid doesn't use rump correctly, and thus con...
details: https://anonhg.NetBSD.org/src/rev/55d1d3d2544e
branches: trunk
changeset: 345059:55d1d3d2544e
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu May 05 16:55:56 2016 +0000
description:
t_hid doesn't use rump correctly, and thus consistently fails; mark as such
diffstat:
tests/dev/usb/t_hid.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r ef7a4f585f09 -r 55d1d3d2544e tests/dev/usb/t_hid.c
--- a/tests/dev/usb/t_hid.c Thu May 05 06:17:45 2016 +0000
+++ b/tests/dev/usb/t_hid.c Thu May 05 16:55:56 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_hid.c,v 1.6 2016/05/02 17:24:06 jakllsch Exp $ */
+/* $NetBSD: t_hid.c,v 1.7 2016/05/05 16:55:56 jakllsch Exp $ */
/*
* Copyright (c) 2016 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_hid.c,v 1.6 2016/05/02 17:24:06 jakllsch Exp $");
+__RCSID("$NetBSD: t_hid.c,v 1.7 2016/05/05 16:55:56 jakllsch Exp $");
#include <machine/types.h>
#include <stdlib.h>
@@ -105,6 +105,8 @@
int ret;
struct hid_item hi;
+ atf_tc_expect_fail("test case does not use rump correctly");
+
uhidevdebug = 0;
rump_init();
@@ -239,6 +241,8 @@
struct hid_data *hdp;
struct hid_item hi;
+ atf_tc_expect_fail("test case does not use rump correctly");
+
rump_init();
hdp = hid_start_parse(just_pop_report_descriptor,
Home |
Main Index |
Thread Index |
Old Index