From 2a347a92b0a27a42840f9538cb98f792be12b277 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 30 Sep 2008 13:29:35 +0100 Subject: [test/show-glyphs-many] Re-enable test to trigger crash in xlib. Moral of this story is bugs cluster. If we made a mistake, especially in a complicated bit of code that is interfacing with another library, then we are likely to make a similar mistake in future. Disabling this test hid a regression between 1.4 and 1.6. --- test/show-glyphs-many.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/show-glyphs-many.c') diff --git a/test/show-glyphs-many.c b/test/show-glyphs-many.c index 9931a259..3af73f31 100644 --- a/test/show-glyphs-many.c +++ b/test/show-glyphs-many.c @@ -65,6 +65,15 @@ * * Status: I replicated bug. The largest value of NUM_GLYPHS for * which I saw success is 21842. + * + * 2008-30-08 Chris Wilson + * This is also a valid test case for: + * + * Bug 5913 crash on overlong string + * https://bugs.freedesktop.org/show_bug.cgi?id=5913 + * + * which is still causing a crash in the Xlib backend - presumably, just + * a miscalculation of the length of the available request. */ #define TEXT_SIZE 12 -- cgit v1.2.3