kdelibs/kdecore/tests
Ivailo Monev db036cd4ee kdecore: adjust KLockFile test to KDebug changes
KDebug no longer proxies messages designated for the shell to the Katie
message handler because the Katie message handler has its own abort logic,
e.g. if QT_FATAL_WARNINGS is not empty or the message type is fatal abort()
would be called

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-23 01:28:37 +03:00
..
Berlin initial import 2014-11-13 01:04:59 +02:00
Berlin.zdump initial import 2014-11-13 01:04:59 +02:00
Cairo initial import 2014-11-13 01:04:59 +02:00
CMakeLists.txt kdecore: KDebug rewrite 2022-10-22 19:17:52 +03:00
cplusplustest.cpp fix some kdeui and kdecore tests warnings 2014-12-23 22:30:14 +00:00
dbuscalltest.cpp kdecore: log fatal message to the default area from dbuscalltest program 2022-10-22 23:10:04 +03:00
globalcleanuptest.cpp initial import 2014-11-13 01:04:59 +02:00
Johannesburg initial import 2014-11-13 01:04:59 +02:00
Johannesburg.zdump initial import 2014-11-13 01:04:59 +02:00
kaboutdatatest.cpp kdeui: prefix HOME_URL, BUG_REPORT_URL and BUG_REPORT_EMAIL definitions with "KDE_" 2022-10-03 16:25:13 +03:00
kaboutdatatest.h initial import 2014-11-13 01:04:59 +02:00
kautostarttest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kautostarttest.h initial import 2014-11-13 01:04:59 +02:00
kcalendartest.cpp generic: remove code for Qt4 versions older than 4.8 2015-07-15 20:41:31 +00:00
kcalendartest.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
kcharsetstest.cpp kdecore: rework KCharsetsTest test 2020-02-02 01:48:40 +00:00
kcmdlineargstest.cpp fix a compiler warning in kcmdlineargs test 2015-01-17 19:19:19 +00:00
kcompositejobtest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kcompositejobtest.h initial import 2014-11-13 01:04:59 +02:00
kconfigafterkglobaltest1.cpp kdecore: KDebug rewrite 2022-10-22 19:17:52 +03:00
kconfigafterkglobaltest2.cpp initial import 2014-11-13 01:04:59 +02:00
kconfigtest.cpp kdecore: adjust expected data in KConfig test case 2022-10-16 20:15:42 +03:00
kconfigtest.h initial import 2014-11-13 01:04:59 +02:00
kdatetimeformattertest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kdatetimeformattertest.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
kdatetimetest.cpp kdecore: KSystemTimeZones rewrite to not require daemon 2022-10-01 12:20:38 +03:00
kdatetimetest.h kdecore: reuse ENABLE_TESTING config definition 2022-09-24 18:21:20 +03:00
kdebugtest.cpp kdecore: test kWarning(), kError() and kFatal() in KDebug test 2022-10-23 01:20:44 +03:00
kdesktopfiletest.cpp generic: fix and adjust some tests 2022-04-11 02:47:19 +03:00
kdesktopfiletest.h initial import 2014-11-13 01:04:59 +02:00
kdevicedatabasetest.cpp kdecore: extend the upstream PCI and USB databases 2022-04-29 18:16:11 +03:00
kdevicedatabasetest.h kdecore: extend the upstream PCI and USB databases 2022-04-29 18:16:11 +03:00
kdirwatchtest.cpp generic: reimplement KDirWatch 2019-05-29 12:18:09 +00:00
kentrymaptest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kentrymaptest.h initial import 2014-11-13 01:04:59 +02:00
kglobalstatictest.cpp initial import 2014-11-13 01:04:59 +02:00
kglobaltest.cpp kdecore: replace use of QtConcurrent::run() with std::future<T>() 2022-05-18 23:41:17 +03:00
kjobtest.cpp kdecore: fix KJob test 2022-04-13 18:45:27 +03:00
kjobtest.h initial import 2014-11-13 01:04:59 +02:00
klibloadertest4_module.cpp initial import 2014-11-13 01:04:59 +02:00
klibloadertest4_module.h initial import 2014-11-13 01:04:59 +02:00
klocaletest.cpp generic: using timezone related classes no longer requires org.kde.kded service 2022-10-06 23:41:36 +03:00
klocaletest.h kdecore: drop currency and monetary support 2022-09-24 14:43:11 +03:00
klocaletimeformattest.cpp kdecore: make use of thread_local 2016-10-24 06:24:11 +00:00
klocaletimeformattest.h generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
klocalizedstringtest.cpp kdecore: remove old QTranslator virtual method overload 2022-06-06 01:24:47 +03:00
klocalizedstringtest.h initial import 2014-11-13 01:04:59 +02:00
klockfile_testlock.cpp initial import 2014-11-13 01:04:59 +02:00
klockfiletest.cpp kdecore: adjust KLockFile test to KDebug changes 2022-10-23 01:28:37 +03:00
klockfiletest.h kdecore: KLockFile rewrite 2022-10-08 03:28:20 +03:00
kmacroexpandertest.cpp more windows code remove 2014-11-19 15:19:19 +00:00
kmimeglobsfileparsertest.cpp kdecore: remove bugs fast patterns optimization 2022-05-27 17:46:10 +03:00
kmimetype_nomimetypes.cpp kdecore: use qFatal() instead of abort() in KMimeType test 2021-07-12 03:22:11 +03:00
kmimetypetest.cpp kdecore: adjust KMimeType test case 2022-10-16 19:25:22 +03:00
kmimetypetest.h initial import 2014-11-13 01:04:59 +02:00
kmountpointtest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kmountpointtest.h initial import 2014-11-13 01:04:59 +02:00
kprocesstest.cpp generic: DragonFly BSD build fixes 2020-12-25 00:14:07 +00:00
ksavefiletest.cpp kdecore: remove all KSaveFile backup modes except simple 2021-06-14 11:49:13 +03:00
ksavefiletest.h kdecore: remove all KSaveFile backup modes except simple 2021-06-14 11:49:13 +03:00
kservicetest.cpp kdecore: test KService with existing service 2022-10-16 20:57:55 +03:00
kservicetest.h kdecore: workaround for QSignalSpy not including the received signals in KServiceTest 2022-05-19 01:44:16 +03:00
ksharedptrtest.cpp kdecore: remove deprecated kshared typedef 2015-10-30 15:04:08 +02:00
ksharedptrtest.h initial import 2014-11-13 01:04:59 +02:00
kshelltest.cpp kdecore: check if the dollar sign is used for command in KShellTest::envExpand() 2022-10-16 19:54:51 +03:00
ksortablelisttest.cpp initial import 2014-11-13 01:04:59 +02:00
kstandarddirstest.cpp kdecore: remove the unused "html" and hidden "home" standard directory resources 2022-10-10 04:15:48 +03:00
kstandarddirstest.h kdecore: drop standard directories KIOSK support 2022-06-05 14:46:22 +03:00
kstringhandlertest.cpp kdecore: remove now unused KStringHandler::obscure() function 2022-10-16 19:30:36 +03:00
kstringhandlertest.h kdecore: remove now unused KStringHandler::obscure() function 2022-10-16 19:30:36 +03:00
ksycocadicttest.cpp generic: fix and adjust some tests 2022-04-11 00:12:13 +03:00
ksycocathreadtest.cpp kdecore: testing build fix 2021-06-16 04:05:54 +03:00
ktempdirtest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
ktempdirtest.h initial import 2014-11-13 01:04:59 +02:00
ktemporaryfiletest.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
ktemporaryfiletest.h generic: normalize include guards 2015-07-11 18:20:46 +03:00
ktimezonestest.cpp kdecore: merge KTzfileTimeZone and other tzdata related classes into the base classes 2022-10-01 16:08:05 +03:00
ktimezonestest.h initial import 2014-11-13 01:04:59 +02:00
ktimezonestest_p.h kdecore: KSystemTimeZones rewrite to not require daemon 2022-10-01 12:20:38 +03:00
kunitconversiontest.cpp kdecore: adjust KUnitConversion test to Katie changes 2022-09-20 14:21:53 +03:00
kunitconversiontest.h kdecore: length conversion tests 2021-07-17 15:08:40 +03:00
kurlmimetest.cpp kdecore: plug KUrlMimeTest memory leak 2021-09-03 21:11:09 +03:00
kurlmimetest.h initial import 2014-11-13 01:04:59 +02:00
kurltest.cpp kdecore: adjust KUrl test case 2022-06-05 02:26:30 +03:00
kurltest.h kdecore: adjust KUrl test case 2022-06-05 02:26:30 +03:00
London initial import 2014-11-13 01:04:59 +02:00
Los_Angeles initial import 2014-11-13 01:04:59 +02:00
Los_Angeles.zdump initial import 2014-11-13 01:04:59 +02:00
Paris initial import 2014-11-13 01:04:59 +02:00
qcoreapptest.cpp initial import 2014-11-13 01:04:59 +02:00
startserviceby.cpp generic: test build fixes 2021-01-22 02:24:40 +02:00