projects
/
qbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
276b5ec
)
skip new test that hangs on non-x86 architectures
author
Dmitry Shachnev
<mitya57@debian.org>
Thu, 25 Jun 2020 08:00:39 +0000
(09:00 +0100)
committer
Dmitry Shachnev
<mitya57@debian.org>
Thu, 25 Jun 2020 08:00:39 +0000
(09:00 +0100)
Forwarded: no
Last-Update: 2016-03-20
Gbp-Pq: Name skip_test_concurrent.diff
tests/auto/blackbox/tst_blackbox.cpp
patch
|
blob
|
history
diff --git
a/tests/auto/blackbox/tst_blackbox.cpp
b/tests/auto/blackbox/tst_blackbox.cpp
index 2eaf3e3be67de0f4f7fb3f7b45f1788cbe227e02..8e331c824e448149e0613f40323c5e5856404173 100644
(file)
--- a/
tests/auto/blackbox/tst_blackbox.cpp
+++ b/
tests/auto/blackbox/tst_blackbox.cpp
@@
-1629,6
+1629,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());