Skip tst_QSharedMemory::useTooMuchMemory
The test manages to completely lock up our Linux ARM64 machines. Task-number: QTBUG-119321 Change-Id: I7c36095d14e47ac0660f18ea07af7a04ec7688fb Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
parent
0d7cda9cda
commit
d8cd56df6b
@ -583,6 +583,10 @@ void tst_QSharedMemory::attachBeforeCreate()
|
|||||||
*/
|
*/
|
||||||
void tst_QSharedMemory::useTooMuchMemory()
|
void tst_QSharedMemory::useTooMuchMemory()
|
||||||
{
|
{
|
||||||
|
if (QSysInfo::productType() == QLatin1String("Debian")
|
||||||
|
|| QSysInfo::productType() == QLatin1String("debian"))
|
||||||
|
QSKIP("This test is unstable: QTBUG-119321");
|
||||||
|
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
bool success = true;
|
bool success = true;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user