Fix for bug 9160 has changed XQueryColors behavior under xts5
Submitted by Stew Benedict
Assigned to Xorg Project Team
Description
Since the fix for bug 9160 has made it's way out to distributions, I've been seeing the xts5 test for XQueryColors fail on several distributions with the following output:
/tset/Xlib7/qryclrs/Test 2 failed Known Problem
Message from the test:
VSW5TESTSUITE PURPOSE 2 Assertion XQueryColors-2.(A) When a colourmap argument does not name a valid colourmap, then a BadColor error occurs. METH: Create a bad colourmap by creating and freeing a colourmap. METH: Call test function using bad colourmap as the colourmap argument. METH: Verify that a BadColor error occurs. REPORT: Got Success, Expecting BadColor
"Known Problem" comes from out own problem database and just indicates to a distribution tester that we (LSB) are aware of it/
Pulling libX11 out of git and making a patch reverting the bug 1960 change, the test passes here (on Mageia Cauldron).
Should the bug 1960 fix have changed the behavior being tested for in the xts5 test? Is the xts5 test still valid?
Thanks