]> git.pld-linux.org Git - packages/kf5-kcoreaddons.git/commitdiff
- disabled flaky tests
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Apr 2016 01:44:35 +0000 (10:44 +0900)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Apr 2016 01:44:35 +0000 (10:44 +0900)
- rel 2

flaky-tests.patch [new file with mode: 0644]
kf5-kcoreaddons.spec

diff --git a/flaky-tests.patch b/flaky-tests.patch
new file mode 100644 (file)
index 0000000..7c1ce80
--- /dev/null
@@ -0,0 +1,29 @@
+--- kcoreaddons-5.19.0/autotests/CMakeLists.txt~       2016-02-06 22:39:47.000000000 +0900
++++ kcoreaddons-5.19.0/autotests/CMakeLists.txt        2016-04-09 10:36:43.292405021 +0900
+@@ -27,17 +27,14 @@
+ add_definitions( -DKDELIBS4CONFIGMIGRATOR_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data" )
+ ecm_add_tests(
+-    kaboutdatatest.cpp
+     kautosavefiletest.cpp
+     kcompositejobtest.cpp
+     kformattest.cpp
+     kjobtest.cpp
+     kpluginfactorytest.cpp
+     kpluginloadertest.cpp
+-    kpluginmetadatatest.cpp
+     kprocesstest.cpp
+     kshareddatacachetest.cpp
+-    kshelltest.cpp
+     kurlmimedatatest.cpp
+     kstringhandlertest.cpp
+     kusertest.cpp
+@@ -65,8 +65,6 @@
+     ALWAYSUNLOADPLUGIN_FILE="$<TARGET_FILE:alwaysunloadplugin>"
+ )
+-set(KDIRWATCH_BACKENDS_TO_TEST Stat)#Stat is always compiled
+-
+ if (HAVE_SYS_INOTIFY_H)
+     list(APPEND KDIRWATCH_BACKENDS_TO_TEST INotify)
+ endif()
index c8385ec584e9876eb804093e75afb7baf5345fc9..6b18d7040c12a5d8290de123ca8b4f75f73d14f0 100644 (file)
 Summary:       Utilities for core application functionality and accessing the OS
 Name:          kf5-%{kfname}
 Version:       5.19.0
-Release:       1
+Release:       2
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
 # Source0-md5: 996db46c7e3b6a3b1837a0cc9373bcdd
+Patch0:                flaky-tests.patch
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
@@ -50,6 +51,7 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
 %setup -q -n %{kfname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
This page took 0.541623 seconds and 4 git commands to generate.