summaryrefslogtreecommitdiff
path: root/location/TEST_MAPPING
AgeCommit message (Collapse)Author
2024-08-20Migrate test options -> Android.bp for FrameworksMockingServicesTests Ronald Braunstein
go/test-module-variant-migration-plan Test: atest and compare test counts before and after i.e. With cl ---- atest-dev -p apex/blobstore:presubmit > apex_blobstore_presubmit.new atest-dev -p apex/jobscheduler/service/java/com/android/server:presubmit > apex_jobscheduler_service_java_com_android_server_presubmit.new atest-dev -p apex/jobscheduler/service/java/com/android/server/alarm:presubmit > apex_jobscheduler_service_java_com_android_server_alarm_presubmit.new atest-dev -p apex/jobscheduler/service/java/com/android/server/deviceidle:presubmit > apex_jobscheduler_service_java_com_android_server_deviceidle_presubmit.new On main ---- atest-dev -p apex/blobstore:presubmit > apex_blobstore_presubmit.main atest-dev -p apex/jobscheduler/service/java/com/android/server:presubmit > apex_jobscheduler_service_java_com_android_server_presubmit.main atest-dev -p apex/jobscheduler/service/java/com/android/server/alarm:presubmit > apex_jobscheduler_service_java_com_android_server_alarm_presubmit.main atest-dev -p apex/jobscheduler/service/java/com/android/server/deviceidle:presubmit > apex_jobscheduler_service_java_com_android_server_deviceidle_presubmit.main diff <(grep Tests\) services_core_java_com_android_server_am_presubmit.new) <(grep Tests\) services_core_java_com_android_server_am_presubmit.main) Bug: b/344977366 Test-Mapping-Slo-Bypass-Bug: b/335015078 Change-Id: I50de852db1b3742efc3099298c7380bbdea84927
2024-04-18TEST_MAPPING: re-enable ScanningSettingsTest in presubmit Lucas Henneman
The ticket has been fixed and the test is now passing. The test class has been passing in post-submit testing for a while. Bug: 293934372 Test: ABTD run of 25 of ScanningSettingsTest#testBleScanningSettings Change-Id: I619d6a27c24df7da966d1a797e88f0573ad8f292 Signed-off-by: Lucas Henneman <henneman@google.com>
2023-08-07Exclude ScanningSettingsTest tests Sam Dubey
While we mitigated the system wide presubmit blockage due to failing test, it's been brought to attention that the test has been flaky for sometime. And still uses junit3, which means it hasn't been maintained for sometime. Bug: 293934372 Test: N/A Change-Id: Iea48daf39e8d40667f635e68b4c8e341abf4341a
2020-02-29Small test changes Soonil Nagarkar
1) Remove redundant tests better covered by CTS anyways 2) Enable framework tests on location client changes Test: presubmits Change-Id: I8ff777e48884eba994582531b7b3e63d9012e9ef
2019-11-26Add fine tests to presubmits Soonil Nagarkar
Test: presubmits Change-Id: Ia59f4a2486d1bd242ad35cda807455389664ebb5
2019-11-19Revert "Revert "Enable location CTS tests in presubmits"" Sasha Kuznetsov
This reverts commit b47ade47e8023e4d277cf9ecdc59d471cb124557. Reason for revert: We need this to run location CTS in presubmits. Change-Id: I328a22afd69166f70d0c0987613f524cd3ab73ce
2019-11-11Revert "Enable location CTS tests in presubmits" Soonil Nagarkar
This reverts commit 0130db1b1b6bbd4c0b1237d4b2d4edabba3be673. Reason for revert: location CTS have been enabled in global presubmit, special presubmits are no longer necessary. Change-Id: I43b3deb87fbc8908c5a56916dadadd22ae9854d8
2019-10-23Enable location CTS tests in presubmits Soonil Nagarkar
Bug: 143247751 Test: presubmits Change-Id: Ic18fafb3f9987982d043ec761ce6ff1b19babe69