- 17 Oct, 2014 1 commit
-
-
Matthew Williams authored
BUG: 16407786 Adds CTS for scheduling jobs with connectivity constraints. Adds CTS for scheduling jobs with timing constraints. Adds CTS verifier for scheduling jobs with idle constraints. Adds CTS verifier for scheduling jobs with charging constraints. Adds CTS verifier for scheduling jobs with connectivity constraints, when connectivity is unavailable. Change-Id: Ie3736385334be06f0608098c57d34f6beeda8b02
-
- 14 Oct, 2014 1 commit
-
-
Jarkko Pöyry authored
Add "abis" attribute to dEQP test case descriptor XMLs during the CTS build by creating a dummy dEQP project under cts from which the test descriptors depend on. Declaring supported ABIs prevents dEQP tests from being run on an unsupported ABI. Supported ABIs are queried by generating a test descriptor xml for a dummy test list using the cts-xml-generator and then parsing the result. The dEQP test descriptor XML templates are then patched with the current ABIs. Bug: 17956011 Change-Id: I3761c61d197523e0e9033dbe57e49e21ca2ad435
-
- 10 Oct, 2014 3 commits
-
-
dcashman authored
Port the keyset tests found at /platform/frameworks/base/core/tests/coretests/ to CTS. Bug: 17391204 Change-Id: Ib67be62b9cdc973b2401e02d3b43d40b7d178be4
-
Jeff Sharkey authored
Developers can launch the OPEN_DOCUMENT, CREATE_DOCUMENT, and OPEN_DOCUMENT_TREE to let the user pick from DocumentsProvider instances running on the system. This test hosts both a provider and client, and drives various UI interactions to ensure that these intents match developer expectations. Bug: 17953507 Change-Id: I40cc5ae7625edc098a43872183376ca1f62d175c
-
Jeff Sharkey authored
Adds a new "feature" split APK which contains code, new manifest components, and its own set of split resources. Verify that code and resources from both base and feature coexist, and that they can interact with each other. Bug: 16947729 Change-Id: I8cc1a6c3402ce994aacd9c103338393fb3d145f2
-
- 08 Oct, 2014 2 commits
-
-
Adam Lesinski authored
Some notable tests are missing due to their inability to be triggered on non-eng devices from the CTS test: - Testing configuration events in the event log. - Testing configurations in the ConfigurationStats aggregate. - Testing time changes. - Testing data eviction after the specified length of time. - Testing long-term aggregation of data. Bug:17536113 Change-Id: Ibd0d5fcbe80b5e6e5ea9abd06fc246154f0023fb
-
Jeff Sharkey authored
Defines a CtsSplitApp which includes a base APK, along with splits for density, API version, and locale. New host-side tests install various combinations of these split APKs to assert correct behavior. Specifically verifies that split resources can change manifest enabled settings, and that the best-matching drawable resources are picked based on installed splits. Also includes native code for all supported architectures in separate splits, verifying that we can install various combinations and load them correctly. All native code is checked in as prebuilts since the normal build system can only handle two ABIs max. See the build_libs.sh script to rebuild and generate all the makefiles from a single template. Verifies that security is enforced when installing splits with different version codes or signing certificates. Currently only uses "pm" commands directly for managing atomic install sessions, which is what other SDK tools will be using. Future changes will add public API tests. Bug: 16947729 Change-Id: I21cdcad03870311daad93f551f2555fd27ed8378
-
- 03 Oct, 2014 1 commit
-
-
Nicolas Prevot authored
Test that apps in other profiles receiving an intent can read/write uris passed in the ClipData. BUG: 17746554 Change-Id: Ife0b9556d4b25fb99c93836309829d4c00412257
-
- 02 Oct, 2014 1 commit
-
-
Esteban Talavera authored
At the moment, all DeviceOwner tests are implemented as GTS tests. However, many of them can be run as CTS tests (i.e. they don't require special permissions). I've moved across those tests on this change. Also, I've renamed Profile Owner tests to Managed Profile to avoid confusion. Bug: 17312478 Change-Id: I426e5b752a36403ec84f5b914558dfbcd407a08a
-
- 01 Oct, 2014 1 commit
-
-
Stuart Scott authored
bug: 17327088 Change-Id: I11a49492ffcb44945d4ca0de6c370e7707a1423b
-
- 25 Sep, 2014 1 commit
-
-
Chenjie Luo authored
bug: 17614217 Change-Id: Ie893389c4f00c66313fc26447b0f569250c64c3f
-
- 24 Sep, 2014 1 commit
-
-
Chenjie Luo authored
bug: 17211776 Change-Id: I771736d44df271079d175984cbe7a981fb5ea76b
-
- 23 Sep, 2014 1 commit
-
-
Evan Charlton authored
android.telecom.* APIs have been marked @hide, so remove their CTS tests. Bug: 17569532 Change-Id: Ibd7240ed3442b1d3c9257eb2c65673f9a577f54a
-
- 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
-
- 17 Sep, 2014 1 commit
-
-
Mika Isojärvi authored
Makefile changes that will include drawElements Quality Program tests into cts. Bug: 17388917 Change-Id: I6d6f33f8cac7d0d5024c54dd801ecee6cce6a451
-
- 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
-
- 11 Sep, 2014 1 commit
-
-
Chenjie Luo authored
Also add android.location2 back to CTS bug: 17397943 Change-Id: I98ee36679cd6bd0cf0a8d1b53ea5bbba3bc2a957
-
- 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
-