t_hid doesn't use rump correctly, and thus consistently fails; mark as such
This commit is contained in:
parent
6c5f250fa0
commit
5c7aaf765b
@ -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 @@ ATF_TC_BODY(khid, tc)
|
||||
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 @@ ATF_TC_BODY(khid_parse_just_pop, tc)
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user