Skip to content
Snippets Groups Projects
  1. Mar 19, 2024
  2. Jan 13, 2024
  3. Jan 12, 2024
  4. Jan 11, 2024
  5. Dec 16, 2023
    • Devin Moore's avatar
      Add CtsStrictJavaPackagesTestCases to TEST_MAPPING presubmits · e9a676b6
      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
      e9a676b6
  6. Dec 06, 2023
  7. Nov 10, 2023
  8. Sep 28, 2023
  9. Jul 21, 2023
  10. Mar 24, 2023
  11. Mar 10, 2023
  12. Feb 07, 2023
  13. Dec 16, 2022
    • Alex Buynytskyy's avatar
      Cleanup after test suite split. · b7833028
      Alex Buynytskyy authored
      Bug: 238141698
      Bug: 262254794
      Test: presubmit
      Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01
      Merged-In: I3d99829a735bc09b52ef77d75d875ca547d53f01
      b7833028
  14. Dec 07, 2022
    • Alex Buynytskyy's avatar
      Cleanup after test suite split. · 0cadcd16
      Alex Buynytskyy authored
      Bug: 238141698
      Bug: 261478099
      Test: presubmit
      Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01
      Merged-In: I3d99829a735bc09b52ef77d75d875ca547d53f01
      0cadcd16
  15. Nov 25, 2022
  16. Apr 20, 2022
    • easoncylee's avatar
      Convert apct/managed_provisioning/presubmit_test to Test Mapping Suite. · e2be3244
      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
      e2be3244
  17. Apr 18, 2022
    • easoncylee's avatar
      Convert apct/managed_provisioning/presubmit_test to Test Mapping Suite. · 6d9b0f71
      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
      6d9b0f71
  18. Feb 08, 2022
    • satayev's avatar
      Ignore flaky ApexSystemServicesTestCases. · 0f5539b8
      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
      0f5539b8
  19. Dec 21, 2021
    • satayev's avatar
      Add host side test for apex-system-service. · bf954978
      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
      bf954978
  20. Apr 19, 2021
    • easoncylee's avatar
      Move FrameworksServicesTests to group presubmit-large · f994d122
      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
      f994d122
  21. Mar 10, 2021
    • James Mattis's avatar
      Add auto-postsubmit test tag for frameworks/base · 43c46816
      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
      43c46816
  22. Feb 22, 2021
    • Lais Andrade's avatar
      Add missing permission tests for VibratorManagerService · fc7fd1e0
      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
      fc7fd1e0
  23. Feb 08, 2021
    • Oli Lan's avatar
      Add FrameworksInProcessTests to presubmit. · 42da924e
      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
      42da924e
  24. Dec 09, 2019
    • easoncylee's avatar
      Convert apct/framework/presubmit-cloud-tf to Test Mapping Suite. · 1620d24c
      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
      1620d24c
  25. Dec 04, 2019
    • Pavel Grafov's avatar
      Managed profile creation/deletion stress test. · 56b8653b
      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
      56b8653b
    • easoncylee's avatar
      Convert apct/framework/ui_services_test-cloud-tf to Test Mapping Suite. · 955d210f
      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
      955d210f
  26. Nov 27, 2019
    • Tony Mak's avatar
      Fix a broken test by mocking PackageManager · fbe85249
      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.
      fbe85249
  27. Aug 29, 2019
    • Ian Kasprzak's avatar
      [DO NOT MERGE] Cleanup TEST_MAPPING disables from ag/9285495 · 1a5bb835
      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
      1a5bb835
  28. Aug 28, 2019
    • Raman Tenneti's avatar
      [DO NOT MERGE] Disabled the following tests in TEST_MAPPING: · f997c75d
      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.
      f997c75d
  29. Feb 12, 2019
    • Dan Shi's avatar
      Remove CtsViewTestCases in TEST_MAPPING file · 18a52fb0
      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
      18a52fb0
  30. Feb 08, 2019
    • Tony Mak's avatar
      Add TEST_MAPPING to textclassifier · 128a61df
      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
      128a61df
Loading