File: 2002_skip_failing_tests.patch

package info (click to toggle)
qtsystems-opensource-src 5.0~git20230712.81e08ee%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,468 kB
  • sloc: cpp: 31,668; xml: 1,648; javascript: 372; makefile: 41; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Disable the failing tests
Forwarded: not-needed
Bug: https://bugreports.qt-project.org/browse/QTBUG-35662
Bug-Ubuntu: https://launchpad.net/bugs/1261411
Author: Omer Akram <om26er@ubuntu.com>

[sunweaver] 20200312: tst_qservicemanager_ipc disablement removed. Tests now work.

=== modified file 'tests/auto/serviceframework/qremoteserviceregister/tst_qremoteserviceregister.cpp'
--- a/tests/auto/serviceframework/qremoteserviceregister/tst_qremoteserviceregister.cpp
+++ b/tests/auto/serviceframework/qremoteserviceregister/tst_qremoteserviceregister.cpp
@@ -216,6 +216,7 @@
 
 void tst_QRemoteServiceRegister::tst_instanceClosed()
 {
+    QSKIP("QTBUG-35662: fails due to missing /etc/machine-id");
     qRegisterMetaType<QRemoteServiceRegister::Entry>("QRemoteServiceRegister::Entry");
     if(!servicePublished)
         serviceRegister->publishEntries("qt_sfw_example_rsr_unittest");
--- a/tests/auto/serviceframework/servicedeletion/tst_servicedeletion.cpp
+++ b/tests/auto/serviceframework/servicedeletion/tst_servicedeletion.cpp
@@ -103,6 +103,7 @@
 
 void tst_QServiceDeletion::publishService()
 {
+    QSKIP("LP: #1261411 fails due to missing /etc/machine-id");
     QRemoteServiceRegister *serviceRegister = new QRemoteServiceRegister(this);
 
     QString serviceName = "TestService";