Add note to QList benchmark about known bug

Task-number: QTBUG-95096
Change-Id: I08f789f2e6ed70507da18e629140404f09bfae12
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Edward Welbourne 2021-08-18 18:24:14 +02:00
parent 9004a2412b
commit c8144681aa

View File

@ -283,6 +283,7 @@ private:
template <class T>
void tst_QList::removeAll_impl() const
{
QSKIP("QTBUG-95096: known to be broken (for some test-cases) since Qt 6.0");
QFETCH(QList<int>, i10);
QFETCH(int, itemsToRemove);