From e3d334e7c3a74bc3379b4f673ca1d90bee28f9d2 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Thu, 20 Sep 2012 15:46:44 +0200 Subject: 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 --- tests/auto/corelib/tools/qvector/tst_qvector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/tools/qvector/tst_qvector.cpp b/tests/auto/corelib/tools/qvector/tst_qvector.cpp index e83189ec6f..11706ab4ff 100644 --- a/tests/auto/corelib/tools/qvector/tst_qvector.cpp +++ b/tests/auto/corelib/tools/qvector/tst_qvector.cpp @@ -1749,7 +1749,7 @@ void tst_QVector::outOfMemory() { QVector 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); -- cgit v1.2.3