From: Dmitry Shachnev Date: Mon, 16 Aug 2021 12:21:16 +0000 (+0100) Subject: skip tests that hang on some non-x86 architectures X-Git-Tag: archive/raspbian/1.19.2-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d14d2b8da25ec42316e2c54cc24897b58575d1b2;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 1b9fa0b1..bb69aa19 100644 --- a/tests/auto/blackbox/tst_blackbox.cpp +++ b/tests/auto/blackbox/tst_blackbox.cpp @@ -1729,6 +1729,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 df6435a2..22e0d6c5 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);