Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libusbhid t_usbhid/check_hid_get_data has been fai...



details:   https://anonhg.NetBSD.org/src/rev/a1590aa3df04
branches:  trunk
changeset: 347195:a1590aa3df04
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Aug 17 12:10:42 2016 +0000

description:
t_usbhid/check_hid_get_data has been failing since it existed, mark as such

diffstat:

 tests/lib/libusbhid/t_usbhid.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r eb2c13aadf0f -r a1590aa3df04 tests/lib/libusbhid/t_usbhid.c
--- a/tests/lib/libusbhid/t_usbhid.c    Wed Aug 17 12:06:49 2016 +0000
+++ b/tests/lib/libusbhid/t_usbhid.c    Wed Aug 17 12:10:42 2016 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index