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:
parent
9004a2412b
commit
c8144681aa
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user