Age | Commit message (Collapse) | Author |
|
LOW_COVERAGE_REASON=NON_CODE_ONLY
Bug: 378965769
Flag: TEST_ONLY
Relnote: N/A
Change-Id: Ic09fa519fd43fc1790865b196ca612b4b4510846
|
|
It forces test to only run flaky annotated tests
Change-Id: I0296260f513d1b5568b788527fed94e674b766d9
BUG: b/330151694
Relnote: N/A
Flag: TEST_ONLY
LOW_COVERAGE_REASON=NON_CODE_ONLY
|
|
5b82eb1939
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Permission/+/3028665
Change-Id: Ieadf98496eb992803b3e19435a5097ed81aed81e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
|
|
See parent cl: aosp/3028633
Test: atest -p .:postsubmit
Test: atest -p PermissionController/src/com/android/permissioncontroller/permission/service:postsubmit
Test: atest -p PermissionController/src/com/android/permissioncontroller/permission/ui:postsubmit
Change-Id: I8ad4d504eb978434078395ba87a5a6dde7d8e367
|
|
daily coverage check
Bug: 331273067
Test: pre-submit
Change-Id: I2e6f0f07972a4394f9b1ed8518855b1c52c4ae7f
|
|
Platform_testing flaky annotation is for host side tests, device
tests should use androidx annotation.
Bug: 293837621
Test: presubmit
Change-Id: If9f521ede3d9ecb065ede03554f9959e88a27ab7
|
|
Test: manual verification
BUG: 292413453
Change-Id: I924ef70f6b3aa0ee76c20954a41c19fb70eddedc
|
|
This adds a new test-group 'alltests' to the Permission module's root
TEST_MAPPING file.
When invoked, it will essentially run *all* Android permissions tests,
from both the cts an packages/modules/Permission projects.
To invoke it locally, run either:
cd packages/modules/Permission && atest :alltests
...or:
atest -p $ANDROID_BUILD_TOP/packages/modules/Permission:alltests
Or, in ABTD, run a test with parameters:
- Mode: "Test Mapping"
- Test mapping path: "packages/modules/Permission"
- Test group: "alltests"
Change-Id: Ib0c71bec94efd1b40415cc4366bc63d492f26dae
Test: atest -p $ANDROID_BUILD_TOP/packages/modules/Permission:alltests
Bug: 290240890
|
|
Certain tests in these test modules have a flake rate higher than 0.5%,
which means they are out-of-SLO for Project Ironwood. We've marked them
as @FlakyTest (in a separate change). But, in this change, we also
update the TEST_MAPPING files so that don't run any flaky tests
(i.e., annotated with @FlakyTest) in presubmit, but do run them in
postsubmit.
Test: Verify tests do not run in presubmit, but do in postsubmit
Bug: 290240321
Change-Id: I6ab0c47fb5fceedaf944b77c9c403d9c0c0145d0
|
|
The test suite has been renamed
Bug: 267667844
Test: presubmit
Change-Id: I11496e0c67bf96cc56c6ca04e5994a5ab0a61162
|
|
Test: atest :carpermission-presubmit
bug: 183231418
Change-Id: Ie7a9a954baac203d718cad5a5483232573eb821e
|
|
Bug: 152055112
Test: atest PermissionApexTests
Change-Id: I4201501d586fe62df7a04d0e2da955d6d873d3df
|