tst_qvariant: Remove an obsolete QSKIP
The QSkip was there because of a bug in QList. Since commit 8153386397087ce4f5c8997992edf5c1fd38b8db, the test is no longer using QList. We can remove the QSKIP Task-number: QTBUG-8959 Change-Id: Icc18d341d734d0605dcddaf925586f3bd603d6a0 Reviewed-by: Jocelyn Turcotte (Woboq GmbH) <jturcotte@woboq.com>
This commit is contained in:
parent
e2c91dd77b
commit
2d5210a684
@ -3356,9 +3356,6 @@ void tst_QVariant::numericalConvert_data()
|
||||
|
||||
void tst_QVariant::numericalConvert()
|
||||
{
|
||||
#if defined(Q_OS_LINUX) && defined(Q_CC_GNU) && !defined(__x86_64__)
|
||||
QSKIP("Known to fail due to a GCC bug on at least Ubuntu 10.04 32-bit - check QTBUG-8959");
|
||||
#endif
|
||||
QFETCH(QVariant, v);
|
||||
QFETCH(bool, isInteger);
|
||||
double num = isInteger ? 5 : 5.3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user