- Mar 19, 2024
-
-
Lucas Henneman authored
This test group has been moved to another test configuration, v2/aaos-engprod/cts-cf-auto-md-stable_3, as part of the FrameworksMockingServicesTests module. Bug: 256932212 Test: git diff Change-Id: I77f633711b64004aa9af4955243c412c0c138cb7 Signed-off-by:
Lucas Henneman <henneman@google.com>
-
- Dec 16, 2023
-
-
Devin Moore authored
This test will catch when the same types are duplicated in the framework.jar or services.jar which is helpful to know in presubmits. Recent case causing P0 bug and reverts: b/316620445 Test: none Bug: 316620445 Change-Id: Ie5a991fb616b72d431e612831932de68247e490f
-
- Dec 06, 2023
-
-
Steven Moreland authored
Prevent issues like b/314929133 in the future. Bug: N/A Test: N/A Change-Id: Ie04d0346b1ae349a5efc6d260df343077db195a3
-
- Nov 10, 2023
-
-
Makoto Onuki authored
Also add some presubmit tests as a smoke test. Bug: 292141694 Test: run-all-tests.sh Test: atest --no-bazel-mode CtsUtilTestCasesRavenwood Change-Id: I30569313b764dfa30db9c2c5627050da4a6a1d67
-
- Sep 28, 2023
-
-
Anna Zhuravleva authored
Platform_testing large test annotation is for host side tests and restricted, device tests should use androidx annotation. Bug: 293837621 Test: presubmit Change-Id: I835c4c837fa2074c937d7068f17c75467fb213dc
-
- Jul 21, 2023
-
-
Robert Marcus authored
Test: presubmit Bug: 291775136 Bug: 292157828 Change-Id: Ic91b236a5224f6314684c6df230d3c52e7aece20
-
- Mar 24, 2023
-
-
Sam Saccone authored
BUG=236955590 Change-Id: Ia4120c483c28e93b01bbc62d7d2f493d7c54de37
-
- Mar 10, 2023
-
-
Adrian Roos authored
Bug: 272633154 Change-Id: Id3628bf7f2bf2eda92dc0dd1289ea1664af77589 Test: atest FrameworksInputMethodSystemServerTests
-
- Feb 07, 2023
-
-
Filip authored
Test: None Bug: 256932212 Change-Id: I1c7728c1858ee2d0b4b47435f211b88ca24ebb6d
-
- Dec 16, 2022
-
-
Alex Buynytskyy authored
Bug: 238141698 Bug: 262254794 Test: presubmit Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01 Merged-In: I3d99829a735bc09b52ef77d75d875ca547d53f01
-
- Dec 07, 2022
-
-
Alex Buynytskyy authored
Bug: 238141698 Bug: 261478099 Test: presubmit Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01 Merged-In: I3d99829a735bc09b52ef77d75d875ca547d53f01
-
- Nov 25, 2022
-
-
Alex Buynytskyy authored
Bug: 238141698 Test: presubmit Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01
-
- Apr 20, 2022
-
-
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: 145574049 Test: TreeHugger atest ManagedProvisioningTests Merged-In: I8234cc5cadae2ed2162cb09ec8695c7262fcdb2e Change-Id: I268448e682b7c45741a62fa3bc1157986f3827d1
-
- Apr 18, 2022
-
-
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: 145574049 Test: TreeHugger atest ManagedProvisioningTests Change-Id: I8234cc5cadae2ed2162cb09ec8695c7262fcdb2e
-
- Feb 08, 2022
-
-
satayev authored
It seems depending on logcat output for signaling introduces a persistent flakiness to the tests. Mark them @Ignore until a better solution is available, which disables the tests on presubmit. The test is still part of mts-core which shouldn't be ignoring these test cases though. Bug: 218368479 Test: presubmit Change-Id: I154e7fecab044d1f6406b98be8e3873a6ff03c5e
-
- Dec 21, 2021
-
-
satayev authored
The test installs a test apex with a fake system server and checks that the service prints to logcat in onStart(). Bug: 192880996 Test: atest ApexSystemServicesTestCases Change-Id: I7b9f353e30425302e83660f440affe5010944a9b
-
- Apr 19, 2021
-
-
easoncylee authored
The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Some more context is in the referenced bug, e.g, b/174495337 The group will work exactly the same as presubmit for now. Bug: 174654670 Bug: 174495337 Test: none Change-Id: Ifefd791b8dc24d5fda12affac0c99787da3d5086
-
- Mar 10, 2021
-
-
James Mattis authored
Adding a seperate test tag for postsubmit so as to identify which tests to run for automotive builds. Bug: 179917339 Test: atest --test-mapping frameworks/base/TEST_MAPPING:auto-postsubmit Change-Id: I560bc7bc259093d9ee5c1bfae531539b5155052a
-
- Feb 22, 2021
-
-
Lais Andrade authored
Add a regression test to cover the SecurityException that caused the linked bug. The test fails without the fix cl merged. Also add all missing permission tests for the VibratorManagerService API, and adds this test to presubmit. Bug: 180324695 Test: VibratorManagerServicePermissionTest Change-Id: I71238fcb4d5204aa7861ed4855579750f391102a
-
- 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
-