summaryrefslogtreecommitdiff
path: root/app-admin/calamares/files/calamares-3.2.32.1-remove-broken-tests.patch
blob: 346e1bfb4028690433410507dec4ec744749775b (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
--- a/src/libcalamares/CMakeLists.txt
+++ b/src/libcalamares/CMakeLists.txt
@@ -216,12 +216,6 @@
 )
 
 calamares_add_test(
-    libcalamaresnetworktest
-    SOURCES
-        network/Tests.cpp
-)
-
-calamares_add_test(
     libcalamarespartitiontest
     SOURCES
         partition/Tests.cpp
@@ -238,12 +232,6 @@
 endif()
 
 calamares_add_test(
-    libcalamaresutilstest
-    SOURCES
-        utils/Tests.cpp
-)
-
-calamares_add_test(
     libcalamaresutilspathstest
     SOURCES
         utils/TestPaths.cpp
--- a/src/modules/locale/CMakeLists.txt
+++ b/src/modules/locale/CMakeLists.txt
@@ -37,18 +37,3 @@
         yamlcpp
     SHARED_LIB
 )
-
-calamares_add_test(
-    localetest
-    SOURCES
-        Tests.cpp
-        Config.cpp
-        LocaleConfiguration.cpp
-        SetTimezoneJob.cpp
-        timezonewidget/TimeZoneImage.cpp
-    DEFINITIONS
-        SOURCE_DIR="${CMAKE_CURRENT_LIST_DIR}/images"
-        DEBUG_TIMEZONES=1
-    LIBRARIES
-        Qt5::Gui
-)
--- a/src/modules/packagechooser/CMakeLists.txt
+++ b/src/modules/packagechooser/CMakeLists.txt
@@ -58,13 +58,3 @@
         ${_extra_libraries}
     SHARED_LIB
 )
-
-calamares_add_test(
-    packagechoosertest
-    GUI
-    SOURCES
-        Tests.cpp
-    LIBRARIES
-        calamares_viewmodule_packagechooser
-        ${_extra_libraries}
-)
--- a/src/modules/users/CMakeLists.txt
+++ b/src/modules/users/CMakeLists.txt
@@ -70,15 +70,6 @@
 )
 
 calamares_add_test(
-    usershostnametest
-    SOURCES
-        TestSetHostNameJob.cpp
-        SetHostNameJob.cpp
-    LIBRARIES
-        Qt5::DBus  # HostName job can use DBus to systemd
-)
-
-calamares_add_test(
     userstest
     SOURCES
         Tests.cpp