This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_system_core
mirror of
https://github.com/fazilsheik96/android_system_core.git
Watch
1
Star
0
Fork
You've already forked android_system_core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b46b947597
android_system_core
/
libcutils
/
TEST_MAPPING
13 lines
140 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Split up the system/core/ TEST_MAPPING. A lot of things had moved out of system/core/ without their TEST_MAPPING entries having gone with them, reducing the amount of presubmit coverage for those things. In order to reduce the likelihood of that happening again, I've pushed all that remained in the system/core/ TEST_MAPPING down into the individual subdirectories. Test: treehugger Change-Id: Ib75d65f9200fa64ae1552471da6fbe5b7023cf94
2021-08-16 23:37:10 +00:00
{
"presubmit": [
{
"name": "libcutils_test"
}
Add libcutils to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I16013b864b3cc7850f46db0163efc59a69485b8d
2022-03-18 21:34:15 +00:00
],
Promote HWASan tests to presubmit. They have been passing and do not show significant slowdown. Change-Id: I8f6ac751515cffd4904e10d1ec473c3a1fff60ec
2022-06-17 22:41:31 +00:00
"hwasan-presubmit": [
Add libcutils to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I16013b864b3cc7850f46db0163efc59a69485b8d
2022-03-18 21:34:15 +00:00
{
"name": "libcutils_test"
}
Split up the system/core/ TEST_MAPPING. A lot of things had moved out of system/core/ without their TEST_MAPPING entries having gone with them, reducing the amount of presubmit coverage for those things. In order to reduce the likelihood of that happening again, I've pushed all that remained in the system/core/ TEST_MAPPING down into the individual subdirectories. Test: treehugger Change-Id: Ib75d65f9200fa64ae1552471da6fbe5b7023cf94
2021-08-16 23:37:10 +00:00
]
}