Module Name: src
Committed By: jakllsch
Date: Wed Aug 17 12:10:43 UTC 2016
Modified Files:
src/tests/lib/libusbhid: t_usbhid.c
Log Message:
t_usbhid/check_hid_get_data has been failing since it existed, mark as such
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libusbhid/t_usbhid.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libusbhid/t_usbhid.c
diff -u src/tests/lib/libusbhid/t_usbhid.c:1.11 src/tests/lib/libusbhid/t_usbhid.c:1.12
--- src/tests/lib/libusbhid/t_usbhid.c:1.11 Thu Jan 7 16:10:49 2016
+++ src/tests/lib/libusbhid/t_usbhid.c Wed Aug 17 12:10:42 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: t_usbhid.c,v 1.11 2016/01/07 16:10:49 jakllsch Exp $ */
+/* $NetBSD: t_usbhid.c,v 1.12 2016/08/17 12:10:42 jakllsch Exp $ */
/*
* Copyright (c) 2016 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_usbhid.c,v 1.11 2016/01/07 16:10:49 jakllsch Exp $");
+__RCSID("$NetBSD: t_usbhid.c,v 1.12 2016/08/17 12:10:42 jakllsch Exp $");
#include <atf-c.h>
@@ -244,6 +244,9 @@ ATF_TC_BODY(check_hid_get_data, tc)
int32_t data;
uint32_t udat;
+ atf_tc_expect_fail("only the 32-bit opcode works, "
+ "8 and 16-bit is broken");
+
ATF_REQUIRE((hrd = hid_use_report_desc(
range_test_report_descriptor,
__arraycount(range_test_report_descriptor))) != NULL);