- Feb 08, 2021
-
-
Oli Lan authored
This adds tests that run in-process in system server to presubmit. These are tests that use the new mechanism described at go/internal-api-testing to instrument the system server. This CL also changes the in-process tests to use DeviceCleaner to reboot the device after the tests, rather than using "am restart" as the previous approach caused subsequent tests to fail. Bug: 162933947 Test: atest Change-Id: I1487202b1432a7986b3a0a03b9cfb318d5ec53ae
-
- Dec 09, 2019
-
-
easoncylee authored
This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Bug: 145575229 Test: TreeHugger atest FrameworksServicesTests atest FrameworksCoreTests Change-Id: I76e3b0d3a85d447d7b1e3138f6b341c8f00475dd
-
- Dec 04, 2019
-
-
Pavel Grafov authored
This test duplicates UserLifecycleStressTest to a degree, but it is implemented as a host side test and is not subject to device test timeout. Bug: 141115315 Test: atest ManagedProfileLifecycleStressTest Change-Id: I680a2f6965a49ba81b48591e4dcabc87091ac860
-
easoncylee authored
This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Bug: 145485387 Test: TreeHugger atest FrameworksUiServicesTests Change-Id: Ie16ed765247278b79284b445296fbb0e81d41bf5 Merged-In: Ie16ed765247278b79284b445296fbb0e81d41bf5
-
- Nov 27, 2019
-
-
Tony Mak authored
There is no email app in AOSP, and thus the test fails. Mocking the package manager output to fix the test Test: atest frameworks/base/core/tests/coretests/src/android/view/textclassifier/TextClassifierTest.java Fixes: 139536812 Fixes: 145209230 Fixes: 145287677 Change-Id: I86026724c81f9d928eb652f25fc968911f93001b Merged-In: Ie2dd599528074266d45044b1785a1b7d71caa1d3 Exempt-From-Owner-Approval: Re-enabling test in TEST_MAPPING for AOSP.
-
- Aug 29, 2019
-
-
Ian Kasprzak authored
- Moved exclude filters to existing stanzas - Removed new stanzas added w/ filters - Removed un-needed filters because existing "include-filter" already excludes failing tests. Disabling in preparation for merge to aosp-master (Q release). Disabling the following tests: FrameworksCoreTests:android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate CtsAppTestCases:android.app.cts.ServiceTest#testAppZygoteServices CtsAppTestCases:android.app.cts.SystemFeaturesTest#testLocationFeatures CtsProviderTestCases:android.provider.cts.MediaStore_Images_ThumbnailsTest Test: Forrest Exempt-From-Owner-Approval: Disabling known failing TEST_MAPPING tests for AOSP push to Q. Change-Id: I4dc2408c5bc6d421654f871c5d63d402c1d96d91
-
- Aug 28, 2019
-
-
Raman Tenneti authored
FrameworksCoreTests:android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate CtsAppTestCases:android.app.cts.ServiceTest#testAppZygoteServices CtsAppTestCases:android.app.cts.SystemFeaturesTest#testLocationFeatures CtsProviderTestCases:android.provider.cts.MediaStore_Images_ThumbnailsTest Disabling in preparation for merge to aosp-master (Q release). Test: Forrest (atest) L55600000358896983, L81400000359164936 BUG: 139704630 BUG: 139535570 BUG: 139536812 BUG: 139535125 BUG: 139305203 Change-Id: I9be2efd464fe031a0269fa5a3913ddb4959ba05d Exempt-From-Owner-Approval: Disabling known failing TEST_MAPPING tests for AOSP push to Q.
-
- Feb 12, 2019
-
-
Dan Shi authored
The test config has an option to use package filter, which does not work with another TEST_MAPPING which has the same test but use a class filter. startop/view_compiler/TEST_MAPPING Bug: 124248633 Test: none Change-Id: Id989d9df8983e7a08be38616e92e10f70fe4846a
-
- Feb 08, 2019
-
-
Tony Mak authored
Setup presubmit for textclassifier by using TEST_MAPPING. We will get a dashboard for the test result as well. Also fixed a few broken tests found by this CL. BUG: 124041915 Test: atest --test-mapping frameworks/base/core/java/android/service/textclassifier/TEST_MAPPING Change-Id: I0c516ea8699d7e94cfabd2ea98ebad58505c7e90
-