summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2012-09-20 15:46:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-22 00:47:40 +0200
commite3d334e7c3a74bc3379b4f673ca1d90bee28f9d2 (patch)
treec3e20eb34020c190a2cba10e83699bc9c1a42970 /tests/auto
parente7dccd9e03a8036880bdf39626c9a8478b2a9355 (diff)
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>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/tools/qvector/tst_qvector.cpp2
1 files changed, 1 insertions, 1 deletions
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<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);