summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the blacklisting for tst_signature from RHEL 9.0 to 9.2Robert Griebl2023-08-221-0/+1
* Make our TestRunner #ifdef mess a little bit more readableRobert Griebl2023-08-021-1/+1
* Config cache: fix a static init fiasco plus modernizationRobert Griebl2023-08-011-6/+10
* Add NotificationModel QML typeBernd Weimer2023-07-253-0/+58
* Add a new auto-test for the appman-controller toolRobert Griebl2023-07-2410-0/+533
* Add a new auto-test for the monitoring itemsRobert Griebl2023-07-213-0/+79
* Add a new auto-test for the bubblewrap containersRobert Griebl2023-07-219-0/+180
* Add missing copyright headers in the main auto testRobert Griebl2023-07-213-0/+9
* Auto-test fixes for the CIRobert Griebl2023-07-211-2/+2
* Prevent a null-connect warningRobert Griebl2023-07-211-1/+1
* Improve auto-test coverageRobert Griebl2023-07-192-2/+54
* Replace our zoo of AmTest helpers with a generic runProgram functionRobert Griebl2023-07-191-9/+18
* Improve coverage report generationRobert Griebl2023-07-184-0/+4
* Remove deprecated functions and classesRobert Griebl2023-07-131-3/+3
* Fix non-running qml testsRobert Griebl2023-07-061-17/+16
* Skip the test_moveFocus test for now (crashes due to assert)Robert Griebl2023-07-061-0/+2
* Also expose applications in taskRequestingInstallationAcknowledgeRobert Griebl2023-05-091-1/+10
* Make it possible to specify directories to read config files fromRobert Griebl2023-03-231-1/+1
* yaml: missing values are actually null/~, not empty stringsRobert Griebl2023-03-212-0/+3
* Allow the registration of custom runtimes without patchingRobert Griebl2023-02-163-0/+6
* Fix the broken tests after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-02-0216-16/+16
* Port from qAsConst to std::as_constMarc Mutz2023-01-143-6/+6
* cmake: do not find_package the packager tool when building the AMRobert Griebl2023-01-141-2/+6
* Try to deal with the non-standard OpenSSL3 setup in Coin VMsRobert Griebl2023-01-143-15/+52
* BLACKLIST: tst_Signature::crossPlatform for RHEL 9Heikki Halmet2023-01-031-0/+3
* Forward keyboard focus to applicationsBernd Weimer2022-12-018-0/+338
* CMake: our tools are really apps as far as the build system is concernedRobert Griebl2022-09-261-0/+2
* Intents: add broadcastsRobert Griebl2022-09-166-3/+62
* Add explicit include for std::abort (part 2)Robert Griebl2022-08-161-0/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2721-39/+39
* Some tests cannot be built for AndroidRobert Griebl2022-07-071-2/+4
* Support QNX (unoffically)Bernd Weimer2022-07-011-0/+3
* Make tests pass for "no-dbus" buildsBernd Weimer2022-07-012-3/+3
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-152-9/+13
* Use SPDX license identifiersDominik Holland2022-06-1583-2611/+310
* Fix accidental double-click detection in autotestRobert Griebl2022-06-111-0/+2
* Deal with OpenSSL3's changed defaults when parsing PKCS12 certificatesRobert Griebl2022-06-073-7/+23
* Make the tests not fail when run from a Wayland based desktopRobert Griebl2022-05-301-3/+3
* Fix duplicate CMake target "terminator2plugin"Robert Griebl2022-05-176-43/+43
* Remove unnecessary delay in the simple auto testRobert Griebl2022-05-171-2/+0
* Workaround Windows oddities in the autotestsRobert Griebl2022-05-173-12/+10
* Speed up the tst_windowmapping test runRobert Griebl2022-05-171-3/+3
* Skip the processtitle test on QEMURobert Griebl2022-05-121-0/+8
* Fix broken cmake auto test setupsRobert Griebl2022-05-1213-32/+33
* Enable automatic test package generation on WindowsRobert Griebl2022-05-124-11/+44
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-1215-124/+140
* Disable the Wayland watchdog when running autotestsRobert Griebl2022-05-121-0/+2
* Don't rely on the system environment to be UTF-8 when building packagesRobert Griebl2022-04-261-18/+4
* Fix the QML tst_installer to run on WindowsRobert Griebl2022-04-261-14/+26
* macos: Fix the appman-qmltestrunnerDominik Holland2022-04-261-4/+1