index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
androidtestrunner
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[androidtestrunner] Add option for the AndroidManifest.xml
Alexey Edelev
2025-04-24
1
-5
/
+15
*
[androidtestrunner] Add early return if AndroidManifest.xml is missing
Alexey Edelev
2025-04-04
1
-0
/
+4
*
AndroidTestRunner: allow to call additional/extra adb call
Bartlomiej Moskal
2025-02-11
1
-0
/
+20
*
AndroidTestRunner: print failed build output when no --verbose is used
Assam Boudjelthia
2025-01-24
1
-2
/
+4
*
AndroidTestRunner: don't automatically print logcat unless its a crash
Assam Boudjelthia
2025-01-24
1
-6
/
+7
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
1
-0
/
+1
*
AndroidTestRunner: don't run build command twice and print on failure
Assam Boudjelthia
2024-11-21
1
-10
/
+11
*
AndroidTestRunner: print ANR details if detected
Assam Boudjelthia
2024-11-08
1
-61
/
+107
*
AndroidTestRunner: warn if exit code retrieval fails
Assam Boudjelthia
2024-10-31
1
-1
/
+3
*
AndroidTestRunner: don't use verbose for some adb commands
Assam Boudjelthia
2024-10-28
1
-2
/
+2
*
AndroidTestRunner: simplify crash logcat dump
Assam Boudjelthia
2024-10-28
1
-61
/
+51
*
AndroidTestRunner: make adb logcat -b crash non blocking
Assam Boudjelthia
2024-10-25
1
-9
/
+11
*
AndroidTestRunner: use proper file names for output files
Assam Boudjelthia
2024-10-25
1
-21
/
+28
*
AndroidTestRunner: try to pull results for few times
Assam Boudjelthia
2024-10-25
1
-1
/
+12
*
AndroidTestRunner: return -1 for testrunner error cases
Assam Boudjelthia
2024-10-25
1
-17
/
+21
*
AndroidTestRunner: don't print warning if crash logcat is empty
Assam Boudjelthia
2024-10-25
1
-3
/
+1
*
AndroidTestRunner: print colored and brief logcats
Assam Boudjelthia
2024-10-25
1
-1
/
+5
*
AndroidTestRunner: allow using adb's ANDROID_SERIAL env var
Assam Boudjelthia
2024-10-25
1
-3
/
+5
*
AndroidTestRunner: fix --make help making it mandatory as it should be
Assam Boudjelthia
2024-10-25
1
-3
/
+3
*
AndroidTestRunner: print test results to stdout as they go
Assam Boudjelthia
2024-10-25
1
-13
/
+87
*
AndroidTestRunner: get rid of the custom test result parsers
Assam Boudjelthia
2024-10-25
1
-99
/
+3
*
AndroidTestRunner: get test exit code instead of parsing results
Assam Boudjelthia
2024-10-25
1
-11
/
+24
*
AndroidTestRunner: simplify user Id code
Assam Boudjelthia
2024-10-25
1
-14
/
+27
*
AndroidTestRunner: check if any device is running at start
Assam Boudjelthia
2024-10-25
1
-0
/
+24
*
AndroidTestRunner: retry check for running device few times
Assam Boudjelthia
2024-10-25
1
-4
/
+13
*
AndroidTestRunner: forward QT_* env vars to the tests
Assam Boudjelthia
2024-10-17
1
-2
/
+2
*
AndroidTestRunner: print test output to stdout instead of stderr
Assam Boudjelthia
2024-10-14
1
-3
/
+3
*
AndroidTestRunner: fix devie serial number handling
Assam Boudjelthia
2024-10-14
1
-5
/
+13
*
AndroidTestRunner: make build command program deduction more robust
Assam Boudjelthia
2023-12-18
1
-1
/
+1
*
AndroidTestRunner: few minor fixes for loging and printing
Assam Boudjelthia
2023-12-14
1
-13
/
+12
*
AndroidTestRunner: replace fprintf() with Qt logging calls
Assam Boudjelthia
2023-12-13
1
-20
/
+14
*
AndroidTestRunner: add new TestInfo struct
Assam Boudjelthia
2023-12-13
1
-19
/
+25
*
AndroidTestRunner: log when timing out waiting for the test to finish
Assam Boudjelthia
2023-12-13
1
-0
/
+3
*
AndroidTestRunner: uninstall the test when interrupted
Assam Boudjelthia
2023-12-13
1
-21
/
+48
*
AndroidTestRunner: fix args with quotes and spaces
Assam Boudjelthia
2023-12-05
1
-2
/
+9
*
AndroidTestRunner: use Qt::StringLiterals and some cosmetic changes
Assam Boudjelthia
2023-11-30
1
-54
/
+52
*
AndroidTestRunner: use QProcess instead of popen()
Assam Boudjelthia
2023-11-30
1
-81
/
+113
*
AndroidTestRunner: Fix treatement of quotes in test args
Assam Boudjelthia
2023-11-30
1
-1
/
+1
*
CMake: Compute dynamic timeout for androidtestrunner
Alexandru Croitor
2023-11-30
1
-2
/
+2
*
AndroidTestRunner: pass testlib env vars to the test app
Assam Boudjelthia
2023-11-30
1
-4
/
+20
*
AndroidTestRunner: fix failure to acquire test runner semaphore
Assam Boudjelthia
2023-11-30
1
-15
/
+41
*
AndroidTestRunner: use ndk-stack to pretty print crash reports
Assam Boudjelthia
2023-11-28
1
-0
/
+49
*
AndroidTestRunner: don't fail waiting for the app to start/finish
Assam Boudjelthia
2023-11-28
1
-44
/
+50
*
AndroidTestRunner: print logcat and crash stacktrace when a test fails
Assam Boudjelthia
2023-11-28
1
-16
/
+72
*
AndroidTestRunner: split androidtestrunner output retrieval failure log
Assam Boudjelthia
2023-11-28
1
-18
/
+24
*
IPC: add native key support to QSystemSemaphore
Thiago Macieira
2023-01-22
1
-1
/
+2
*
Android: Disable androidtestrunner extra timeout
Ulf Hermann
2022-09-21
1
-1
/
+2
*
Android: handle quoted args passed to an app
Assam Boudjelthia
2022-08-11
1
-6
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-28
/
+3
*
Android: de-duplicate shellquote helpers code in deploy and test tools
Assam Boudjelthia
2022-04-21
1
-71
/
+2
[next]