]> git.pld-linux.org Git - packages/kf5-kcoreaddons.git/blob - flaky-tests.patch
7c1ce809e57383a9c70fc7b277fc5ed442a96239
[packages/kf5-kcoreaddons.git] / flaky-tests.patch
1 --- kcoreaddons-5.19.0/autotests/CMakeLists.txt~        2016-02-06 22:39:47.000000000 +0900
2 +++ kcoreaddons-5.19.0/autotests/CMakeLists.txt 2016-04-09 10:36:43.292405021 +0900
3 @@ -27,17 +27,14 @@
4  add_definitions( -DKDELIBS4CONFIGMIGRATOR_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data" )
5  
6  ecm_add_tests(
7 -    kaboutdatatest.cpp
8      kautosavefiletest.cpp
9      kcompositejobtest.cpp
10      kformattest.cpp
11      kjobtest.cpp
12      kpluginfactorytest.cpp
13      kpluginloadertest.cpp
14 -    kpluginmetadatatest.cpp
15      kprocesstest.cpp
16      kshareddatacachetest.cpp
17 -    kshelltest.cpp
18      kurlmimedatatest.cpp
19      kstringhandlertest.cpp
20      kusertest.cpp
21 @@ -65,8 +65,6 @@
22      ALWAYSUNLOADPLUGIN_FILE="$<TARGET_FILE:alwaysunloadplugin>"
23  )
24  
25 -set(KDIRWATCH_BACKENDS_TO_TEST Stat)#Stat is always compiled
26 -
27  if (HAVE_SYS_INOTIFY_H)
28      list(APPEND KDIRWATCH_BACKENDS_TO_TEST INotify)
29  endif()
This page took 0.046141 seconds and 2 git commands to generate.