Test: Update QSKIP message of tst_QVector::outOfMemory

This test is crashing. Specify the bug report number in the QSKIP
message.

Task-number: QTBUG-22343
Task-number: QTBUG-27285

Change-Id: I4d4ead4f54944a545103a3d01c5c9d302d7fb1df
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Caroline Chao 2012-09-20 15:46:44 +02:00 committed by The Qt Project
parent e7dccd9e03
commit e3d334e7c3

View File

@ -1749,7 +1749,7 @@ void tst_QVector::outOfMemory()
{
QVector<Foo> a;
QSKIP("This test crashes on many of our machines.");
QSKIP("QTBUG-27285 - This test crashes on many of our machines.");
a.resize(N);
if (a.size() == N) {
QVERIFY(a.capacity() >= N);