summaryrefslogtreecommitdiffstats
path: root/src/tools/androidtestrunner
Commit message (Expand)AuthorAgeFilesLines
* AndroidTestRunner: make build command program deduction more robustAssam Boudjelthia2023-12-181-1/+1
* AndroidTestRunner: few minor fixes for loging and printingAssam Boudjelthia2023-12-141-13/+12
* AndroidTestRunner: replace fprintf() with Qt logging callsAssam Boudjelthia2023-12-131-20/+14
* AndroidTestRunner: add new TestInfo structAssam Boudjelthia2023-12-131-19/+25
* AndroidTestRunner: log when timing out waiting for the test to finishAssam Boudjelthia2023-12-131-0/+3
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-131-21/+48
* AndroidTestRunner: fix args with quotes and spacesAssam Boudjelthia2023-12-051-2/+9
* AndroidTestRunner: use Qt::StringLiterals and some cosmetic changesAssam Boudjelthia2023-11-301-54/+52
* AndroidTestRunner: use QProcess instead of popen()Assam Boudjelthia2023-11-302-83/+113
* AndroidTestRunner: Fix treatement of quotes in test argsAssam Boudjelthia2023-11-301-1/+1
* CMake: Compute dynamic timeout for androidtestrunnerAlexandru Croitor2023-11-301-2/+2
* AndroidTestRunner: pass testlib env vars to the test appAssam Boudjelthia2023-11-301-4/+20
* AndroidTestRunner: fix failure to acquire test runner semaphoreAssam Boudjelthia2023-11-301-15/+41
* AndroidTestRunner: use ndk-stack to pretty print crash reportsAssam Boudjelthia2023-11-281-0/+49
* AndroidTestRunner: don't fail waiting for the app to start/finishAssam Boudjelthia2023-11-281-44/+50
* AndroidTestRunner: print logcat and crash stacktrace when a test failsAssam Boudjelthia2023-11-281-16/+72
* AndroidTestRunner: split androidtestrunner output retrieval failure logAssam Boudjelthia2023-11-281-18/+24
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-151-1/+0
* Add TRY_RUN to host toolsAmir Masoud Abdol2023-06-081-0/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-5/+0
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-1/+2
* Android: Disable androidtestrunner extra timeoutUlf Hermann2022-09-211-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-6/+9
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Remove Gui dependency of androidtestrunnerAlexandru Croitor2022-06-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Android: de-duplicate shellquote helpers code in deploy and test toolsAssam Boudjelthia2022-04-212-71/+4
* Android: remove what appears to be non-necessary debug print leftoversAssam Boudjelthia2022-04-211-1/+1
* Android: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-141-3/+3
* Android: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-141-5/+7
* Android: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-141-8/+8
* Android: fix androidtestrunner failure parsingAssam Boudjelthia2022-04-061-39/+100
* Extend androidtestrunner default timeout to 8 minutesAndreas Buhr2022-04-051-1/+1
* Capture full logcat output in Android unit testsAndreas Buhr2021-11-091-1/+69
* androidtestrunner: make sure that system-user is usedBartlomiej Moskal2021-10-211-1/+10
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+1
* Allow building android{deployqt, testrunner} under target host_toolsAssam Boudjelthia2021-09-072-4/+7
* Android: pass -g to testrunner to grant run time permissionsAssam Boudjelthia2021-08-291-1/+1
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-291-13/+16
* Revert "Android: fix androidtestrunner passing when output file doesn't exist"Assam Boudjelthia2021-07-011-12/+1
* Android: fix androidtestrunner passing when output file doesn't existAssam Boudjelthia2021-06-071-1/+12
* Android: make the help print a bit easier to read and navigateAssam Boudjelthia2021-06-021-5/+14
* Add proper dependencies to apk targetsJoerg Bornemann2021-05-171-20/+17
* Remove the qmake project filesJoerg Bornemann2021-01-071-13/+0
* Android: add missing new line to androidtestrunner helpAssam Boudjelthia2020-10-131-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Be verboseBogDan Vatra2020-08-241-1/+1
* Fix running qml tests on AndroidBogDan Vatra2020-08-241-31/+31
* CMake: Regenerate load(qt_app) projectsAlexandru Croitor2020-07-311-2/+5