- 19 Sep, 2014 1 commit
-
-
Esteban Talavera authored
Added the skeleton to be able to run CTS tests on profile owner APIs. Bug: 17312478 Change-Id: I921289536d36e8c697959c3022afafbcf2eef49a
-
- 15 Sep, 2014 1 commit
-
-
Evan Charlton authored
Keep consistent with the telecomm -> telecom rename which happened in Telecom. Bug: 17364651 Change-Id: I9769c96149c080964826e5c85beecae0d58a7316
-
- 12 Sep, 2014 1 commit
-
-
dcashman authored
Change-Id: I37936fed33c337e1ab2816258c2aff52700af116
-
- 10 Sep, 2014 1 commit
-
-
Chenjie Luo authored
Make sure renderscript test is 64-bit compatible and leave .bc files used in VersionTest and LeakTest in renderscriptlegacy and it will only be 32-bit compatible. bug: 17410631 Change-Id: Iaa1e3754edfb5ac19ee07423e06867ee33e08bb9
-
- 03 Sep, 2014 2 commits
-
-
Chenjie Luo authored
1) Move android.host.holo to android.host.theme 2) Migrate other tests from android.holo to android.host.theme 3) Skip theme test for watch and tv 4) Delete the CtsHoloTestCases bug: 17160329 Change-Id: I17bddcbd3a97d5638ba77a6f6b7b0b492c63d4cb
-
Eric Penner authored
This adds a very minimal WebGL conformance harness, which allows us to run WebGL tests in WebView. In order to report results for each test, the test methods are generated from the WebGL conformance test cases using python. Bug: 14639928 Change-Id: I4b8c25e771bdfdd60eb5918b73d4ab9032544789
-
- 28 Aug, 2014 1 commit
-
-
Chenjie Luo authored
Update the reference images from ApiLevel 18 to 19 and also delete CtsHoloTestCases Bug: 17160329 Change-Id: I009d7c0b2b3d491c70b1f235969e436874d24586
-
- 27 Aug, 2014 1 commit
-
-
Evan Charlton authored
Add a skeleton CTS test framework for Telecomm, as well as some initial tests to verify behavior. Bug: 16431051 Change-Id: Ie1df9a4ab1c1a2030cb58d1b08e1596627dd9778
-
- 26 Aug, 2014 1 commit
-
-
Chenjie Luo authored
bug: 17160329 Change-Id: I865fdad3639ed37d9f2c9e382d0f28dff023d293
-
- 22 Aug, 2014 1 commit
-
-
Chenjie Luo authored
1) Move android.host.holo to android.host.theme 2) Migrate other tests from android.holo to android.host.theme 3) Skip theme test for watch and tv bug: 17160329 Change-Id: I17bddcbd3a97d5638ba77a6f6b7b0b492c63d4cb
-
- 21 Aug, 2014 1 commit
-
-
Tim Murray authored
bug 16846318 Change-Id: Ib0d71a32fa71c081458fb3c328a859fac611175e
-
- 07 Aug, 2014 1 commit
-
-
Wonsik Kim authored
Add TvInputInfoTest and deprecate badly outdated TvInputManagerTest. Bug: 16831503, Bug: 16409584 Change-Id: Id1fa670859a9824ca644e0b39e961e9e65694f85
-
- 05 Aug, 2014 1 commit
-
-
Svet Ganov authored
Change-Id: I2202996e8432d82b05c587c318a348a2d0c84331
-
- 24 Jul, 2014 1 commit
-
-
Nick Kralevich authored
The CTS build is broken because of this change. This reverts commit d4b40bae. Bug: 16483829 Change-Id: Ie86eb2a4720e8a5372354d6ea4600dadd1d47945
-
- 22 Jul, 2014 1 commit
-
-
Svet Ganov authored
Bug: 16483829 Change-Id: If698c6cd5103c28bb1c65af2a15ebcf3beb78f0d
-
- 20 Jun, 2014 1 commit
-
-
Tsu Chiang Chuang authored
Bug: 8538755 Change-Id: Icaa86509f2984bd415440ca3edd602f939b31df5
-
- 13 Jun, 2014 1 commit
-
-
Antonio Calabrese authored
Change-Id: I3790aba665cb2188754803ab723a216a16533330
-
- 12 Jun, 2014 1 commit
-
-
Chris Elliott authored
Change-Id: I39a610073b1e8442ac67e9a9ffcc46d54336d988 Bug: 15567774
-
- 21 May, 2014 2 commits
- 08 Apr, 2014 1 commit
-
-
Svetoslav authored
bug:12927198 Change-Id: Ic9b3aeed6d75e8ceaeda84ec962cd3caa0ed7bbe
-
- 20 Feb, 2014 1 commit
-
-
Stuart Scott authored
Change-Id: I1c1ce6c8a55470829c5e0742b4a1cb9d88cf60a6
-
- 19 Feb, 2014 1 commit
-
-
Stuart Scott authored
Change-Id: I3936ad03b6c9249a0331471461cb48d5ba809f59
-
- 14 Feb, 2014 1 commit
-
-
Narayan Kamath authored
libBionicTests isn't built for Mac hosts, so we can't build bionic cts tests either. Even though CTS tests run on the target (not the host) bionic-unit-tests-cts_list can't be built, and is used to generate the test description XML. Note: This shows up as a build breakage on mirror-aosp-master but not master because the build bot doesn't use checkbuild on that target. Change-Id: I23b980160945f071264cfbb085a796416d78afb5
-
- 28 Jan, 2014 1 commit
-
-
Stuart Scott authored
If people want to build it, they can with; make CtsSampleDeviceTestCases CtsSampleDeviceApp CtsSampleHostTestCases Change-Id: I72527fb872538aec3679ed4b2fb3ea3560978f5f
-
- 17 Jan, 2014 1 commit
-
-
Stuart Scott authored
Change-Id: I925182e7565284e335ef7a5b64a80c7b60aa1d38
-
- 08 Jan, 2014 1 commit
-
-
Svetoslav authored
1. Added infrastructure for writing print tests. Print tests require mocking both the print application and the print services. Therefore, both the app and the services are in the same APK. Using print services requires that they are enabled by the user via the UI which changes a secure setting with the enabled services. The test app cannot change these settings. Therefore, there is a custom host side test driver which sets the enabled services setting before running the tests. The print spooler keeps track of used printers, hence running a test changes the state of the spooler potentially affecting subsequent tests, i.e. the order of runnings tests begins to matter which is fragile as the test runner does not guarantee order of execution. However, the test APK cannot clear the data of another app, i.e the PrintSpooler. To handle this the host side test driver installs and calls a shell Java program which creates a proxy object which has API for clearing an app's user data (the shell user has permissions to do that) and passes this proxy to the instrumentation that contains the tests. Fun! 2. Added tests for the PrintDocumentAdapter lifecycle. Change-Id: Ie9929c2e364a43b262667c5198967e01858f4389
-
- 08 Nov, 2013 1 commit
-
-
Stuart Scott authored
PTS is now a part of CTS bug: 11561456 Change-Id: I577296fe7735790e285aa4747dc7832bc8ae5b6d
-
- 06 Nov, 2013 1 commit
-
-
Tom O'Neill authored
This partially reverts commit d6c95539, https://googleplex-android-review.googlesource.com/#/c/380591 - That CL ended up being a dead-end Change-Id: If222806eebbe304fc614e17fa064c1580f5e3ee7
-
- 25 Oct, 2013 1 commit
-
-
Tom O'Neill authored
Change-Id: Ie05af4654549df049ca38b2a218eccbaa0450067
-
- 03 Oct, 2013 1 commit
-
-
Jeff Sharkey authored
In KLP, the platform now makes package-specific directories on external storage available to apps without requiring they hold any storage permissions. This change uses three different packages to verify behavior of apps with no permissions, with READ_EXTERNAL, and with WRITE_EXTERNAL. All three packages run a set of common tests to verify that package-specific directories are always writable. Also verifies behavior of new APIs that provide access to secondary external storage devices. Specifically, apps only get write access to their package-specific directories. Apps holding WRITE_EXTERNAL can only write outside their package-specific directories on primary external storage. Bug: 10577541 Change-Id: I467221c358fdc69f88d0df81d7ee50ad3c5ab5d5
-
- 23 Sep, 2013 1 commit
-
-
Christopher Ferris authored
Bug: 8291716 (cherry picked from commit 0f452a1e) Change-Id: I99d5abf64cbcc36d4be70385f4138f29c3913a9e
-
- 28 Aug, 2013 1 commit
-
-
Christopher Ferris authored
Bug: 8291716 Change-Id: Ie9ec18db06553d646908463bb455a094da685066
-
- 21 Aug, 2013 1 commit
-
-
keunyoung authored
- follows cdd update for KLP - checks matches of serial, property ro.serialno, Build.SERIAL, and USB serial - also updated os.Build test regarding minimum length change - lsusb should be installed in host to make this test pass: apt-get install usbutils bug: 10298217 Change-Id: Ibe83dcec34924da7d7d08e3e34cbfa11550b3219
-
- 08 Aug, 2013 1 commit
-
-
Tim Murray authored
Change-Id: I6dceb4e7c264f335bceb34403df1cfb42caa075b (cherry picked from commit c02b39de)
-
- 07 Aug, 2013 1 commit
-
-
Tim Murray authored
Change-Id: I6dceb4e7c264f335bceb34403df1cfb42caa075b
-
- 01 Jul, 2013 1 commit
-
-
Stuart Scott authored
This allows us to reuse JankTestBase and will make it easier to create future jank tests which require UI interactions. Change-Id: I23250dcef6ce8faf183d275afd044a2e034dfefb
-
- 25 Jun, 2013 1 commit
-
-
Stuart Scott authored
The reference benchmark was too heavy so instead the primitive benchmark is being run with the smallest workload. A thread then queries the timestamps from the device and calculates the jank. Also switched the host side test away from UI automator as it was no longer needed. Change-Id: Ibe6e34b5815f67bd51ef303bba8ac265cd04af10
-
- 14 Jun, 2013 1 commit
-
-
Stuart Scott authored
Currently the timestamps are just logged to logcat, later on they will be analysed, the reason for not doing it now is to keep the size of this CL down. Change-Id: I00efbe4f766fe3dc3866ca9bf36f77db84b8a9bd
-
- 21 May, 2013 1 commit
-
-
keunyoung authored
Change-Id: Iab2fdae3692e3d4a716093749b65a3b4a7c5c735
-