Merge "Add more tests to TEST_MAPPING" am: 8d9297f905 am: de04eeba47

Original change: https://android-review.googlesource.com/c/platform/bionic/+/1842081

Change-Id: Ifade5c6673d99791f2110c62f1339f2c2c345063
This commit is contained in:
Colin Cross 2021-10-01 21:31:01 +00:00 committed by Automerger Merge Worker
commit 6467e218b4
4 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,14 @@
{
"presubmit": [
{
"name": "bionic-unit-tests"
},
{
"name": "bionic-unit-tests-static"
},
{
"name": "linker-unit-tests"
},
{
"name": "CtsBionicTestCases"
},
@ -15,6 +24,9 @@
{
"name": "gwp_asan_unittest"
},
{
"name": "malloc_debug_unit_tests"
},
{
"name": "malloc_debug_system_tests"
},

View file

@ -125,6 +125,7 @@ cc_library {
// ==============================================================
cc_test {
name: "malloc_debug_unit_tests",
test_suites: ["device-tests"],
srcs: [
"tests/backtrace_fake.cpp",

View file

@ -493,6 +493,7 @@ cc_library {
cc_test {
name: "linker-unit-tests",
test_suites: ["device-tests"],
cflags: [
"-g",

View file

@ -1043,6 +1043,7 @@ cc_test {
defaults: [
"bionic_unit_tests_defaults",
],
test_suites: ["device-tests"],
data: [
":libdlext_test_runpath_zip_zipaligned",
":libdlext_test_zip_zipaligned",
@ -1089,6 +1090,7 @@ cc_test {
name: "bionic-unit-tests-static",
gtest: false,
defaults: ["bionic_tests_defaults"],
test_suites: ["device-tests"],
host_supported: false,
srcs: [