projects
/
qbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5bd1c8
)
skip new test that hangs on non-x86 architectures
author
Dmitry Shachnev
<mitya57@debian.org>
Sun, 20 Sep 2020 12:43:21 +0000
(13:43 +0100)
committer
Dmitry Shachnev
<mitya57@debian.org>
Sun, 20 Sep 2020 12:43:21 +0000
(13:43 +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 ba07b632f2b9b4242de4726bbca0ebd2c15c2582..4a1e2c0ecb79a197d945160dd9ff2f96f6a70d55 100644
(file)
--- a/
tests/auto/blackbox/tst_blackbox.cpp
+++ b/
tests/auto/blackbox/tst_blackbox.cpp
@@
-1671,6
+1671,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());