Test: Update QSKIP message of tst_QVector::outOfMemory
authorCaroline Chao <caroline.chao@digia.com>
Thu, 20 Sep 2012 13:46:44 +0000 (15:46 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 21 Sep 2012 22:47:40 +0000 (00:47 +0200)
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>
tests/auto/corelib/tools/qvector/tst_qvector.cpp

index e83189e..11706ab 100644 (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);