aboutsummaryrefslogtreecommitdiff
path: root/tests2
AgeCommit message (Collapse)Author
2017-03-20Add test configs to ContactsProviderTestsDan Shi
Details about test configs changes are tracked in doc https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit# Bug: 35882476 Test: local test Change-Id: If72f63eb55d63f35e51335583ba7ebab7380751b
2017-03-15packages/providers/ContactsProvider: Add APCT tests to the device-tests suite.Simran Basi
This CL adds the APCT tests within this project to a similar suite as CTS known as device-tests. The current method of running APCT tests in the infrastructure is unaffected. Bug: 35882476 Test: `make dist device-tests -j` and local builds of continuous_instrumentation_tests & continuous_native_tests Change-Id: Iff7fed94ed30176930d3e93279b7055053757432
2017-01-19Prepare for removal of legacy-test from default targetsPaul Duffin
In preparation for removing junit classes from the Android API the legacy-test target will be removed from the TARGET_DEFAULT_JAVA_LIBRARIES. This change adds explicit dependencies on junit and/or legacy-android-test to ensure that modules will compile properly once it is removed. Bug: 30188076 Test: make checkbuild Change-Id: I1275a0721d2f4598dcdc83e292c188ce36c37fc6
2017-01-12Temporarily disable particularly slow testsMakoto Onuki
Test: adb shell am instrument -w com.android.providers.contacts.tests2 Bug: 26504707 Change-Id: I565efb552de1c8b834ef913e0643c53eda02810c
2016-10-24Add more testsMakoto Onuki
Test: ./run-all-tests.sh Change-Id: Ib7db8e429a6da41363cfdb430e8ab3b0cda408dd
2016-10-17Follow-up to Ief2b93ce and more testsMakoto Onuki
Bug 31753890 Test: CTS, ./run-all-tests.sh cts-tradefed run cts-dev --skip-device-info --skip-preconditions \ --skip-system-status-check \ com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker \ -a armeabi-v7a -m CtsProviderTestCases Change-Id: I9f60647ac1d7214f82a2ea59ece5649e5bf26463
2016-10-11Don't expose raw usage stats to clients; return "low-res" values.Makoto Onuki
- "times_used" now return values after the following conversion: value == 0 -> 0 value < 10 -> 1 10 <= value <= 19 -> 10 20 <= value <= 29 -> 20 : : - "last_time_used" now returns values in day granularity. Test: run-all-tests.sh Test: cts-tradefed run cts-dev --skip-device-info --skip-preconditions --skip-system-status-check \ com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker -a armeabi-v7a \ -m CtsProviderTestCases Bug 31753890 Change-Id: Ief2b93ce7775bb6482c03ceb1ba0fd367d51eed8
2016-10-03Add secondary tests that run on separate processMakoto Onuki
- Test all URIs that are supported, and make sure they can be queried. - Removed the URLs that were actually not implemented. - Fix a bug in ProfileAwareUriMatcher Test: run-all-tests.sh Change-Id: I5a898ac44b3a7b22b404f764ae40f00f16d44340