summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* appman-controller: detect stale lock files and auto remove themRobert Griebl2024-04-291-0/+1
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-2220-22/+22
* Also support CBOR as a wire format for window properties on WaylandRobert Griebl2024-03-1813-0/+383
* tests: stabilize the timing in the processtitle testRobert Griebl2024-03-051-1/+2
* tests: add a test for the new package-server toolRobert Griebl2024-03-053-0/+295
* tests: cleanupRobert Griebl2024-03-056-28/+5
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-052-2/+8
* tests: stabilize flaky tests and add context on failuresRobert Griebl2024-02-283-14/+16
* Fix the two weirdly named auto testsRobert Griebl2024-02-2614-7/+7
* Cope with macOS decomposed file names in the PackageManager auto testRobert Griebl2024-02-262-0/+7
* Coverage: make it possible to use any Qt buildRobert Griebl2024-02-261-2/+5
* auto-tests: fix the check for QT_FEATURE_am_installerRobert Griebl2024-02-262-0/+5
* tests: add a test for Architecture detectionRobert Griebl2024-02-2211-46/+133
* tests: add a test for ApplicationInterface propertiesRobert Griebl2024-02-213-6/+57
* auto-tests: Fix controller testRobert Griebl2024-02-181-2/+2
* Make attached ApplicationManagerWindow availableBernd Weimer2024-01-151-5/+6
* Disable the crash test on ASAN buildsRobert Griebl2024-01-121-0/+3
* Enable keyinput test againBernd Weimer2024-01-091-3/+1
* Clazy: fix testsRobert Griebl2024-01-0816-68/+64
* Modernize string literalsRobert Griebl2024-01-0815-527/+556
* Get rid of the UTF-8 locale check for libarchiveRobert Griebl2023-12-153-9/+0
* Fix auto-test duplicate date row nameRobert Griebl2023-12-122-12/+12
* cmake: add AM_SANITIZE to enable ASANRobert Griebl2023-12-121-0/+1
* Quicklaunch: improve the runtimesPerContainer settingRobert Griebl2023-12-123-5/+25
* Fix the controller test to also work in single-process modeRobert Griebl2023-12-071-1/+4
* Add a QT_ prefix to all (semi-) public definesRobert Griebl2023-12-065-6/+6
* Simplify builing a custom appman executableRobert Griebl2023-12-062-8/+0
* Align closing ApplicationManagerWindowsBernd Weimer2023-11-281-12/+51
* Skip test package creation, if the installer component is disabledRobert Griebl2023-11-271-0/+5
* Cope with implicitly disabled installer componentRobert Griebl2023-11-271-0/+5
* Fix all outstanding namespace issuesRobert Griebl2023-11-201-7/+1
* Make it easier to run unit tests against older, buggy Qt versionsRobert Griebl2023-11-201-0/+5
* Use the same exit-codes for single process apps on all platformsRobert Griebl2023-11-201-4/+2
* Switch to declarative registrationRobert Griebl2023-11-0820-0/+23
* Add an auto-test for window focus/activation handlingRobert Griebl2023-11-088-0/+330
* Extend timeout on bubblewrap test for CoinRobert Griebl2023-11-061-1/+1
* bwrap: Improve kernel namespace (un)sharingRobert Griebl2023-10-301-1/+2
* Adapt to behavior change in QTemporaryFileRobert Griebl2023-10-301-1/+2
* Fix window mapping test by removing peculiar child window test caseZoltan Gera2023-10-191-8/+1
* Fix adding wayland extensionsBernd Weimer2023-10-091-0/+1
* DBus cleanup, part 2 and shared QML APIRobert Griebl2023-09-264-5/+8
* QML can now deal with QList<object derived type *> propertiesRobert Griebl2023-09-261-0/+8
* Fix iOS build and re-enable macOS/arm64Robert Griebl2023-09-051-1/+3
* cmake: allow compilation of appman-packager when cross-compilingRobert Griebl2023-09-011-6/+2
* bubblewrap: Fix certificate location in example and test configDominik Holland2023-08-311-3/+3
* Remove the last foreach in the testsRobert Griebl2023-08-221-3/+6
* 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