File: skip_test_concurrent.diff

package info (click to toggle)
qbs 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,220 kB
  • sloc: cpp: 119,271; ansic: 69,212; javascript: 14,709; python: 5,828; asm: 1,742; sh: 1,047; java: 693; objc: 409; lex: 194; xml: 141; perl: 137; yacc: 86; makefile: 55; cs: 41
file content (16 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skip a test that hangs on some non-x86 architectures
Author: Dmitry Shachnev <mitya57@debian.org>
Author: Pino Toscano <pino@debian.org>
Forwarded: no
Last-Update: 2025-08-31

--- a/tests/auto/blackbox/tst_blackboxjoblimits.cpp
+++ b/tests/auto/blackbox/tst_blackboxjoblimits.cpp
@@ -61,6 +61,7 @@ void TestBlackboxJobLimits::initTestCase
 
 void TestBlackboxJobLimits::jobLimits_data()
 {
+    QSKIP("hangs on some architectures");
     QTest::addColumn<int>("projectJobCount");
     QTest::addColumn<int>("productJobCount");
     QTest::addColumn<int>("moduleJobCount");