Subject: | Test failures |
Hi. I just made soon-to-be official debian packages, so I'm trying to tied up some loose ends. I'm seeing some test failures with the latest X11::Protocol::Other (version 28). It's not obvious that these are really bugs, so I apologize if this is really ok.
1. $ perl -Mblib t/WM.t
<lots of successful output>
not ok 247
# Test 247 got: "" (t/WM.t at line 1157)
# Expected: "IconicState"
# t/WM.t line 1157 is: skip ($skip, $wm_state, 'IconicState');
I'm hypothesizing that my window manager (notion) is denying the iconify() request, hence the failure. Does this sound plausible?
2. $ perl -Mblib t/XFIXES-5.t
1..2
# Running under perl version 5.018001 for linux
# Current time local: Wed Jan 15 15:25:59 2014
# Current time GMT: Wed Jan 15 23:25:59 2014
# Using Test.pm version 1.26
# X11::Protocol version 0.56
# XFIXES extension opcode=148 event=99 error=160
# XFixesQueryVersion ask for 5.0 got server version 5.0
ok 1
Use of uninitialized value in numeric eq (==) at /usr/share/perl5/X11/Protocol.pm line 588.
Protocol error: bad 16 (Length); Sequence Number 13
Opcode (148, 31) = XFixesCreatePointerBarrier
at t/XFIXES-5.t line 150.
# END
Don't know what this one means without digging. Let me know if this sounds like a problem.
Thanks for the useful module!