qt5base-lts/tests/auto/widgets
Giuseppe D'Angelo c453571d75 CSS parser: fix the pseudo-classes array length
The pseudoclass array is declared with length "NumPseudos - 1",
but the declaration has actually 44 elements, not 45.

This caused a zero-initialized last element to be silently appended
to the array. The zero-initialized element broke the sorting
of the array, which in turn broke std::lower_bound usage
(although of course the problem was there from before switching
to the standard library algorithms).

Task-number: QTBUG-36933
Change-Id: I8a02891fc36761b6ae72d15a0a8d6c6a96813947
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-02-26 14:18:48 +01:00
..
dialogs Merge remote-tracking branch 'origin/release' into stable 2013-11-26 10:51:34 +01:00
effects QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
graphicsview Stabilize tst_QGraphicsItem 2013-12-03 11:42:13 +01:00
itemviews Stabilize tst_QAbstractItemView::task200665_itemEntered() 2014-01-15 18:34:28 +01:00
kernel Avoid crash due to accessing deleted QWidgetWindow object 2013-12-24 02:56:41 +01:00
styles CSS parser: fix the pseudo-classes array length 2014-02-26 14:18:48 +01:00
util QCompleter::setFilterMode() add property filterMode. 2013-09-20 23:45:06 +02:00
widgets Make QToolButtonPrivate::popupTimerDone() more robust 2014-02-12 01:41:15 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00