'make check' currently fails in the utils test with: GSpice:ERROR:util.c:155:test_set_bit: assertion failed: (dest[j] == tests[i].dest[j]) Patch coming.
Created attachment 93718 [details] [review] utils tests: fix sign comparison problem This test compares a guint8 and a gchar with '==' which fails when comparing 240 to -16, even though these are the same byte value. Add an explicit 'guchar' cast to correct the problem.
pushed, thanks http://cgit.freedesktop.org/spice/spice-gtk/commit/?id=e189c976943f346b712dd51285a30ff8cd4e819a
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.