summaryrefslogtreecommitdiffstats
path: root/src/tools/androidtestrunner/main.cpp
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-301-81/+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
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-221-1/+2
* Android: Disable androidtestrunner extra timeoutUlf Hermann2022-09-211-1/+2
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-6/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Android: de-duplicate shellquote helpers code in deploy and test toolsAssam Boudjelthia2022-04-211-71/+2
* 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
* Allow building android{deployqt, testrunner} under target host_toolsAssam Boudjelthia2021-09-071-1/+1
* 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
* Android: add missing new line to androidtestrunner helpAssam Boudjelthia2020-10-131-1/+1
* Be verboseBogDan Vatra2020-08-241-1/+1
* Fix running qml tests on AndroidBogDan Vatra2020-08-241-31/+31
* Port androidtestrunner to QRegularExpressionLars Knoll2020-04-151-9/+13
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * androidtestrunner: Fix warnings about missing parameter to QStringLiteralFriedemann Kleint2019-11-281-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-1/+1
|\|
| * Fix typoBogDan Vatra2019-10-251-1/+1
* | Add --skip-install-root option to androidtestrunnerLeander Beernaert2019-10-241-4/+15
|/
* Don't excessively check all output files for failuresJan Arve Sæther2019-08-221-1/+1
* Fix escaping of additional app parameters in adb shell commandDaniel Smith2019-08-191-1/+1
* Fix 'make check' for android-mingw32Jan Arve Sæther2019-07-031-1/+1
* Fix androidtestrunner for windowsJan Arve Sæther2019-06-191-12/+6