Description[Android] Configurable instrumentation test runner + test SDK levels.
This patch:
- extracts the instrumentation test runner from the
AndroidManifest.xml file in the apk.
- allows test authors to specify a minimum SDK level for
instrumentation test classes via the MinAndroidSdkLevel annotation.
- filters the list of instrumentation tests according to the sdk
levels of all attached devices.
- speeds up our proguard function by dumping to a temporary file.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286014
Patch Set 1 #Patch Set 2 : extract test runner from apk manifest #Patch Set 3 : #
Total comments: 2
Patch Set 4 : Remove MaxAndroidSdkLevel. #
Total comments: 2
Patch Set 5 : address comments from Maria. #Patch Set 6 : #
Total comments: 1
Messages
Total messages: 23 (0 generated)
|