From: Dmitry Shachnev Date: Mon, 15 Aug 2022 11:41:45 +0000 (+0100) Subject: skip tests that hang on some non-x86 architectures X-Git-Tag: archive/raspbian/1.23.1-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a413c890603719cdaace909a2e7af8335eb4af3a;p=qbs.git skip tests that hang on some non-x86 architectures Forwarded: no Last-Update: 2021-01-23 Gbp-Pq: Name skip_test_concurrent.diff --- diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp index 20d85d54..26187f1d 100644 --- a/tests/auto/blackbox/tst_blackbox.cpp +++ b/tests/auto/blackbox/tst_blackbox.cpp @@ -1730,6 +1730,7 @@ void TestBlackbox::clean() void TestBlackbox::concurrentExecutor() { + QSKIP("hangs on some architectures"); QDir::setCurrent(testDataDir + "/concurrent-executor"); QCOMPARE(runQbs(QStringList() << "-j" << "2"), 0); QVERIFY2(!m_qbsStderr.contains("ASSERT"), m_qbsStderr.constData()); diff --git a/tests/auto/blackbox/tst_blackboxjoblimits.cpp b/tests/auto/blackbox/tst_blackboxjoblimits.cpp index acaf69a5..e7e5b9ff 100644 --- a/tests/auto/blackbox/tst_blackboxjoblimits.cpp +++ b/tests/auto/blackbox/tst_blackboxjoblimits.cpp @@ -143,6 +143,7 @@ void TestBlackboxJobLimits::jobLimits_data() void TestBlackboxJobLimits::jobLimits() { + QSKIP("hangs on some architectures"); QDir::setCurrent(testDataDir + "/job-limits"); QFETCH(int, projectJobCount); QFETCH(int, productJobCount);