diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-09-30 13:29:35 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-09-30 15:28:48 +0100 |
commit | 2a347a92b0a27a42840f9538cb98f792be12b277 (patch) | |
tree | dc730454ef3612efb25ac95bb6112f0d10f2f2c1 /test/show-glyphs-many.c | |
parent | fade54e71a48919cc3e8311e202960c66eab74bf (diff) |
[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.
Diffstat (limited to 'test/show-glyphs-many.c')
-rw-r--r-- | test/show-glyphs-many.c | 9 |
1 files changed, 9 insertions, 0 deletions
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 <chris@chris-wilson.co.uk> + * 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 |