summaryrefslogtreecommitdiff
path: root/testsuite/reftests/treeview-crash-too-wide.ui
Commit message (Collapse)AuthorAgeFilesLines
* treeview: Don't create an overly large pixel cacheBenjamin Otte2015-02-051-0/+50
GPUs generally have problems when you create a 35000px wide surface. Luckily X catches this and sends a BadAlloc. Which GTK immediately abort()s on. Testcase included. https://bugzilla.redhat.com/show_bug.cgi?id=1163579