summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-05Update ub-janktesthelperandroid-vts-9.0_r5android-vts-9.0_r4android-cts-9.0_r6android-cts-9.0_r5android-cts-9.0_r4android-cts-9.0_r3android-cts-9.0_r2android-9.0.0_r39android-9.0.0_r38android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16pie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devgopinath
Contains update to avg and max "Number Frame deadline missed". Bug: b/75293294 Change-Id: Ib9aa56ff836c2a031dcc29e9d563fa87fb04b341
2018-05-29Merge "Update ub-janktesthelper prebuilt jar." into pi-devTreeHugger Robot
2018-05-25Check in prebuilt test runnerSvet Ganov
In instant mode apps cannot access data/local/tmp where the instrumentation runner stores meta-data. Now we use a shell command to read the files and this change is a check in of a prebuilt with the fix. Test: cts-tradeted run cts -m CtsAccessibilityServiceTestCases cts-tradefed rin cts-instant -m CtsAccessibilityServiceTestCases all Google3 presumit tests pass bug:80024164 Change-Id: I33af3fdb5ffb54f0414e564dba3ca2e42f17f8dd
2018-05-25Update ub-janktesthelper prebuilt jar.gopinath
Contains update to "Number Frame deadline missed". Bug: b/75293294 Change-Id: Ic6de9460f25565f41d3807208a33a770ac5354a8 (cherry picked from commit a22b9417cf814411b6a2434c80dd146314be400f)
2018-04-25Remove GnssNavigationMessageProvider from android-all-stubs.jarYu-Han Yang
They are not accessible to apps and run in the system_server process. This enables GnssNavigationMessageProviderTest to run. Bug: 77974819 Test: m -j RunEmergencyInfoRoboTests RunStorageManagerRoboTests RunSettingsGoogleRoboTests RunSettingsLibRoboTests RunKeyChainRoboTests RunTvSettingsRoboTests RunSuwRoboTests RunSettingsRoboTests RunFrameworksServicesRoboTests Change-Id: I8784562d5e1e4c090df44c56f878f340c8b0152b
2018-04-26Merge "Remove GnssMeasurementsProvider and RemoteListenerHelper from ↵Yu-Han Yang
android-all-stubs.jar" into pi-dev
2018-04-23Remove GnssMeasurementsProvider and RemoteListenerHelper from ↵Yu-Han Yang
android-all-stubs.jar They are not accessible to apps and run in the system_server process. This enables GnssMeasurementsProviderTest to run. Bug: 77974102 Test: m -j RunEmergencyInfoRoboTests RunStorageManagerRoboTests \ RunSettingsGoogleRoboTests RunSettingsLibRoboTests RunKeyChainRoboTests \ RunTvSettingsRoboTests RunSuwRoboTests RunSettingsRoboTests \ RunFrameworksServicesRoboTests Change-Id: I13183548cb4e7894b45fef4f153cb5abba3ac8e9
2018-04-12Drop new ddmlibJulien Desprez
includes the refactored RemoteAndroidRunner refactor so we can customize InstrumentationResultParser. Test: build Tf, unit tests Bug: 77779927 Change-Id: I7f9559d31e3e9f827417464e0d89d8526ff3224e
2018-04-04Update ddmlib prebuilt with failure parsingjdesprez
Update ddmlib to get the extra parsing from ag/3840060. Test: unit tests from Tradefed and cts /cts-tradefed run cts -m CtsGesture Bug: 77532034 Change-Id: I23104407dd745e9148d9bbed62c1b09b965fe99f
2018-03-13Update ub-janktesthelper that includes total frames stats.gopinath
Bug: b/70720863 Test: Tested with the downloaded jar file and total frames stats are included. Change-Id: I31ad88f6e268bba104e71e22129e8f557e3c2f8e (cherry picked from commit f06baa6fab510a3600c557788496f81b9bb90775)
2018-03-06Update UI Automator prebuilt w/ shorter condition poll intervals.Vishnu Nair
Bug: 64532606 Test: atest FlickerTest Change-Id: Ia3d0e489dee75df20c63a7340d00bc8cede57c96
2018-02-26Merge "Drop new ddmlib with updated parsing"Julien Desprez
2018-02-23Merge "Remove unused icu4j prebuilt Android.bp" am: 779b68630a am: 3ebfad364fNan Zhang
am: 98ed83252f Change-Id: I44ea3765bd2e17f316fa16f3a46b32d63179fbec
2018-02-23Merge "Remove unused icu4j prebuilt Android.bp" am: 779b68630aNan Zhang
am: 3ebfad364f Change-Id: I01b8a04b0632c754e944c319ad21a7229d7be67d
2018-02-23Merge "Remove unused icu4j prebuilt Android.bp"Nan Zhang
am: 779b68630a Change-Id: I3990ff7af72707d585d1caf13670f2d5766af1d5
2018-02-23Merge "Remove unused icu4j prebuilt Android.bp"android-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7Treehugger Robot
2018-02-23Remove unused icu4j prebuilt Android.bpNan Zhang
icu4j prebuilt is only used by ADT and layoutlib instead of our build system. icu4j has both prebuilt and src modules exist. When java library collect deps, its own prebuilt dependency goes to default which is panic error. Test: manual Change-Id: I77ea44c911a572b6f4882fa9c51d4090c918afa7
2018-02-22Drop new ddmlib with updated parsingjdesprez
Updated parsing for new AJUR messages onError. Test: TF unit tests, run cts -m CtsGesture Bug: 72494515 Change-Id: I1b942922861c27553925c90e79d4bd913fec21aa
2018-02-21Merge "Update ddmlib to newer version for couple of fixes"Julien Desprez
2018-02-21Merge "Update LOCAL_MODULE_CLASS from FAKE to ROBOLECTRIC."Kevin Cheng
2018-02-19Mark prebuilt droiddriver libs as built with SDKJiyong Park
They are used by some apps built with SDK. Since such apps shouldn't link to libs built without SDK, this is causing link-type check warning. As the warning will turn into error soon, fixing the warning by correctly marking the libs as sdk_version: "current". The source code for the libs are done in master but they were until lollipop and they were built with SDK then. Bug: 69899800 Test: m -j droiddriver-0.9-prebuilt is successful Test: m -j HarnessUiTestLib is successful and does not show any link-type check warning Change-Id: Icd9dbe95f7440f026efe24d07bfea10a8f163789
2018-02-15Update LOCAL_MODULE_CLASS from FAKE to ROBOLECTRIC.Kevin Cheng
Bug: 73345500 Test: Rebuild module-info.json and see roboelectric targets with ROBOELECTRIC class and tests still build/pass. Change-Id: I928a9e422623ab0bab5bec3825f958a8a5706ee7
2018-02-15Update ddmlib to newer version for couple of fixesjdesprez
- Get the InstallReceiver update to monitor timeouts. - Get the FileEntry update to be able to access the constructor. Test: TF unit tests run cts-dev -m CtsGesture Bug: 64521372 Bug: 73297839 Change-Id: If4f6293f62ec7424b90eb60520bba7b69a16b4cb
2018-02-15Merge "Fix link-type warnings on espresso-* prebult libs" am: a871606145 am: ↵Jiyong Park
aab1806c32 am: 6de41e5569 Change-Id: Iaa8627caea940e178c5c155c7f8af85aa1b6da03
2018-02-15Merge "Fix link-type warnings on espresso-* prebult libs" am: a871606145Jiyong Park
am: aab1806c32 Change-Id: I31ebf2e42643b4c8d59f9116fe0aca35bfe7a8af
2018-02-15Merge "Fix link-type warnings on espresso-* prebult libs"Jiyong Park
am: a871606145 Change-Id: Ic26d82cc5957bff397bc8c2465a10ab9036ddf93
2018-02-15Merge "Fix link-type warnings on espresso-* prebult libs"Treehugger Robot
2018-02-14New api dropMichal Bendowski
Test: N/A Change-Id: Id53f5e5debdc6234ff87111264a8e411a4988889
2018-02-14Fix link-type warnings on espresso-* prebult libsJiyong Park
The prebuilt libs are all marked with LOCAL_SDK_VERSION so that they don't trigger link-type check warning when they are used from a library or an app built with SDK. For example, espresso-core is built with SDK and using espresso-core-nodep and espresso-idling-resource-nodep, which causes link-type check warning. This warning will soon be error. Bug: 69899800 Test: mma -j under this directory. The build is successufl and does not show link-type check warning other than for tagsoup (which is currently being handled). Change-Id: I1a9d71405ab71901d454bb2fab651353ea9ea671
2018-02-13Merge "Update layoutlib prebuilts"TreeHugger Robot
2018-02-07Update layoutlib prebuiltsDiego Perez
Test: N/A Change-Id: I124fb7f3379890b7fcc5ca73316d0cfcda0e5d59
2018-02-05Use JDK9 for Robolectric-jacoco buildsMaurice Lam
Found the workaround for issue https://github.com/jacoco/jacoco/issues/16 Test: m -j RunSuwRoboTests-jacoco Bug: 72149122 Change-Id: Ieefa69f278cfdb2afec06bb27fb285bbbf456e75
2018-02-02Merge changes from topic "jacoco-asm"Maurice Lam
* changes: Run Robolectric -jacoco builds with JDK8 Depend on asm in m2 directory
2018-01-24Fix link-type check warningsJiyong Park
Prebuilt files defined in these makefiles are now correctly marked with LOCAL_SDK_VERSION to let the build system know that they are not using any Android private APIs. Without LOCAL_SDK_VERSION set, they are by default regardeed as being built with the private APIs and thus can't be linked from apps built with SDK. (This has been exceptionally allowed with warnings but will be errors soon). Bug: 69899800 Test: mma -j under this directory Change-Id: Ic364c6dc828dd81e80db12093b5255028308fbfb
2018-01-24Merge "Mark espresso prebuilts as java:sdk"TreeHugger Robot
2018-01-23Merge "Drop new AJUR prebuilts 1.0.2-alpha1 from gmaven"Julien Desprez
2018-01-23Mark espresso prebuilts as java:sdkJiyong Park
The prebuilts didn't have LOCAL_SDK_VERSION, which in turn made them categorized as java:platform which can only be referenced from other java:platform modules. This means that an app built with LOCAL_SDK_VERSION can't use these prebuilts. This has been working since java:sdk -> java:platform dependency violation was only a warning, but this will soon be an error. In order to avoid the expected link-type check error, correctly mark the espresso prebuilts as java:sdk by adding LOCAL_SDK_VERSION value. Bug: 69899800 Test: mma -j under this directory Change-Id: I783c7a560b4d60a69e759839d4ffdab266e25f9f
2018-01-21Run Robolectric -jacoco builds with JDK8Maurice Lam
Test: make -j RunSuwRoboTests RunSuwRoboTests-jacoco Bug: 72149122 Change-Id: Ife3ae4d8b60365273ea9b7b7118a075bd400fb63
2018-01-17Depend on asm in m2 directoryMaurice Lam
That version is updated to 6.0, which is required by jacoco 0.8.0. Also update Robolectric makefiles to include inclnolocationclasses parameter when using Jacoco's agent as that's required for Robolectric. Test: make -j RunCarSetupWizardLibRoboTests-jacoco dist Bug: 71705927 Change-Id: Ifc1417e1627aa0ac90fe02a98a2ab88a15a7fcb7
2018-01-12Update the UI Automator prebuilt to detect cycles.Michael Rosenfeld
Bug: 70719983 Test: None. Change-Id: I83d1d34d2d9b35272e4426bec4b031f103a47c17
2018-01-12Drop new AJUR prebuilts 1.0.2-alpha1 from gmavenjdesprez
- Update prebuilts to 1.0.2-alpha1 for testing. Test: build cts, gts ./cts-tradefed run cts-dev Bug: 63521982 Change-Id: I7ea2039f4a2fe4335ab0a86208f31ffa35d98b27
2018-01-10Merge "Remove bison prebuilts" am: 5b0a2e3875 am: 75b5654dcdDan Willemsen
am: 1b0ca70ed1 Change-Id: I6552b57231e97a37d30fb19dbf6d8399f881e14a
2018-01-10Merge "Remove bison prebuilts" am: 5b0a2e3875Dan Willemsen
am: 75b5654dcd Change-Id: I8cce3ffdfe5ddff01228f254024509e473e3a88a
2018-01-10Merge "Remove bison prebuilts"Dan Willemsen
am: 5b0a2e3875 Change-Id: Ib2bb08c3a405f1815563c72ea69a42c9a9558d84
2018-01-10Merge "Remove bison prebuilts"android-wear-8.0.0_r1Dan Willemsen
2018-01-09Merge "Touch output XML file before running the tests"Maurice Lam
2018-01-08Update jacoco to 0.8.0Maurice Lam
Test: make -j56 dist RunCarSetupWizardRoboTests RunCarSetupWizardRoboTests-jacoco Bug: 71705927 Change-Id: I1016459449d808781ed24d8bf36c73a9da1c4109
2018-01-08Touch output XML file before running the testsMaurice Lam
Test: make -j dist RunCarSetupWizardRoboTests \ RunCarSetupWizardRoboTests-jacoco Bug: 71705927 Change-Id: I52b85a2b3af17c7ccfd7ed11fecb65baf7ad0d41
2018-01-08Remove bison prebuiltsDan Willemsen
These have been replaced with newer versions in prebuilts/build-tools (including the data dir). Test: m Change-Id: I2ee965e027048e977a463abe2e32a21fa2b51150
2018-01-05Add missing dependencies for robolectric 3.6.1James Lemieux
When ag/3352132 altered the compile-time dependencies of 3.5.1 it failed to update the template that generates the Android.mk. Consequently, when importing 3.6.1, it generated Android.mk sans new dependencies. Bug: 71596155 Test: make RunFrameworksServicesRoboTests Change-Id: I32272bc17992dae9f4bbbf0872b4259877aba226