From bd7a15b6d6a90fe9b7f2fbc5c9661fdb35ffceb2 Mon Sep 17 00:00:00 2001 From: Darren Chang Date: Thu, 5 Dec 2024 15:28:22 +0800 Subject: [PATCH] ANDROID: Add CtsLibcoreTestCases to the kernel-presubmit group Bug: 360874465 Change-Id: If8ed9f95bf2366639075c91e52c611b969a6ee49 Signed-off-by: Darren Chang --- arch/x86/crypto/TEST_MAPPING | 3 +++ arch/x86/include/asm/TEST_MAPPING | 3 +++ arch/x86/kernel/fpu/TEST_MAPPING | 3 +++ block/TEST_MAPPING | 3 +++ drivers/android/TEST_MAPPING | 3 +++ drivers/base/TEST_MAPPING | 3 +++ drivers/block/TEST_MAPPING | 3 +++ drivers/char/TEST_MAPPING | 3 +++ drivers/dma-buf/TEST_MAPPING | 3 +++ drivers/md/TEST_MAPPING | 3 +++ drivers/net/TEST_MAPPING | 3 +++ drivers/virtio/TEST_MAPPING | 3 +++ fs/TEST_MAPPING | 3 +++ include/asm-generic/TEST_MAPPING | 3 +++ include/crypto/TEST_MAPPING | 3 +++ include/drm/TEST_MAPPING | 3 +++ include/linux/TEST_MAPPING | 3 +++ include/net/TEST_MAPPING | 3 +++ include/trace/TEST_MAPPING | 3 +++ include/uapi/linux/TEST_MAPPING | 3 +++ include/vdso/TEST_MAPPING | 3 +++ kernel/bpf/TEST_MAPPING | 3 +++ kernel/cgroup/TEST_MAPPING | 3 +++ kernel/sched/TEST_MAPPING | 3 +++ mm/TEST_MAPPING | 3 +++ net/TEST_MAPPING | 3 +++ 26 files changed, 78 insertions(+) diff --git a/arch/x86/crypto/TEST_MAPPING b/arch/x86/crypto/TEST_MAPPING index c2223b238e39..874a1e78989b 100644 --- a/arch/x86/crypto/TEST_MAPPING +++ b/arch/x86/crypto/TEST_MAPPING @@ -292,6 +292,9 @@ }, { "name": "binderLibTest" + }, + { + "name": "CtsLibcoreTestCases" } ] } \ No newline at end of file diff --git a/arch/x86/include/asm/TEST_MAPPING b/arch/x86/include/asm/TEST_MAPPING index d0b4ff08c6de..c74ae630e006 100644 --- a/arch/x86/include/asm/TEST_MAPPING +++ b/arch/x86/include/asm/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/arch/x86/kernel/fpu/TEST_MAPPING b/arch/x86/kernel/fpu/TEST_MAPPING index 31b0537fbd71..6f76ec80ede3 100644 --- a/arch/x86/kernel/fpu/TEST_MAPPING +++ b/arch/x86/kernel/fpu/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/block/TEST_MAPPING b/block/TEST_MAPPING index 10046d86a210..f34b5613d89b 100644 --- a/block/TEST_MAPPING +++ b/block/TEST_MAPPING @@ -324,6 +324,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/android/TEST_MAPPING b/drivers/android/TEST_MAPPING index e8139ebda6f4..e16a28a22026 100644 --- a/drivers/android/TEST_MAPPING +++ b/drivers/android/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/base/TEST_MAPPING b/drivers/base/TEST_MAPPING index dd9c4c55a89c..fc4466eca644 100644 --- a/drivers/base/TEST_MAPPING +++ b/drivers/base/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/block/TEST_MAPPING b/drivers/block/TEST_MAPPING index f5019ac1fb3c..d50d85086013 100644 --- a/drivers/block/TEST_MAPPING +++ b/drivers/block/TEST_MAPPING @@ -250,6 +250,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/char/TEST_MAPPING b/drivers/char/TEST_MAPPING index e8139ebda6f4..e16a28a22026 100644 --- a/drivers/char/TEST_MAPPING +++ b/drivers/char/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/dma-buf/TEST_MAPPING b/drivers/dma-buf/TEST_MAPPING index a393da171c0b..df524edf83e2 100644 --- a/drivers/dma-buf/TEST_MAPPING +++ b/drivers/dma-buf/TEST_MAPPING @@ -299,6 +299,9 @@ }, { "name": "VtsHalBluetoothAudioTargetTest" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/md/TEST_MAPPING b/drivers/md/TEST_MAPPING index 9be2bea862ff..af14de0d16cf 100644 --- a/drivers/md/TEST_MAPPING +++ b/drivers/md/TEST_MAPPING @@ -301,6 +301,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/net/TEST_MAPPING b/drivers/net/TEST_MAPPING index 21c5067ec16a..48781758d316 100644 --- a/drivers/net/TEST_MAPPING +++ b/drivers/net/TEST_MAPPING @@ -307,6 +307,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/drivers/virtio/TEST_MAPPING b/drivers/virtio/TEST_MAPPING index cb1172973fd4..4597f8f70307 100644 --- a/drivers/virtio/TEST_MAPPING +++ b/drivers/virtio/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/fs/TEST_MAPPING b/fs/TEST_MAPPING index 47842d36e575..ecec947f5752 100644 --- a/fs/TEST_MAPPING +++ b/fs/TEST_MAPPING @@ -319,6 +319,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/asm-generic/TEST_MAPPING b/include/asm-generic/TEST_MAPPING index db864b8481be..16561ad92e6d 100644 --- a/include/asm-generic/TEST_MAPPING +++ b/include/asm-generic/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/crypto/TEST_MAPPING b/include/crypto/TEST_MAPPING index 4812ee4ed0cc..45264bcc6acd 100644 --- a/include/crypto/TEST_MAPPING +++ b/include/crypto/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/drm/TEST_MAPPING b/include/drm/TEST_MAPPING index a32b8cb0376b..8777610315aa 100644 --- a/include/drm/TEST_MAPPING +++ b/include/drm/TEST_MAPPING @@ -307,6 +307,9 @@ }, { "name": "VtsHalBluetoothAudioTargetTest" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/linux/TEST_MAPPING b/include/linux/TEST_MAPPING index 10046d86a210..f34b5613d89b 100644 --- a/include/linux/TEST_MAPPING +++ b/include/linux/TEST_MAPPING @@ -324,6 +324,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index f34255e78e6d..93ef80535de6 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -324,6 +324,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/trace/TEST_MAPPING b/include/trace/TEST_MAPPING index 32946c3b5768..f6e17347506d 100644 --- a/include/trace/TEST_MAPPING +++ b/include/trace/TEST_MAPPING @@ -324,6 +324,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/uapi/linux/TEST_MAPPING b/include/uapi/linux/TEST_MAPPING index 5cc3085467a5..1ef9877a0770 100644 --- a/include/uapi/linux/TEST_MAPPING +++ b/include/uapi/linux/TEST_MAPPING @@ -296,6 +296,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/include/vdso/TEST_MAPPING b/include/vdso/TEST_MAPPING index 08e71c1932ab..100b8185c1df 100644 --- a/include/vdso/TEST_MAPPING +++ b/include/vdso/TEST_MAPPING @@ -305,6 +305,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/kernel/bpf/TEST_MAPPING b/kernel/bpf/TEST_MAPPING index 00c4f60d35ce..7f13f75952a4 100644 --- a/kernel/bpf/TEST_MAPPING +++ b/kernel/bpf/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/kernel/cgroup/TEST_MAPPING b/kernel/cgroup/TEST_MAPPING index 00c4f60d35ce..7f13f75952a4 100644 --- a/kernel/cgroup/TEST_MAPPING +++ b/kernel/cgroup/TEST_MAPPING @@ -316,6 +316,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/kernel/sched/TEST_MAPPING b/kernel/sched/TEST_MAPPING index 98db05325d3d..ad64af7e63b9 100644 --- a/kernel/sched/TEST_MAPPING +++ b/kernel/sched/TEST_MAPPING @@ -305,6 +305,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } diff --git a/mm/TEST_MAPPING b/mm/TEST_MAPPING index 1f5b0a26cf0a..1e2228e153ca 100644 --- a/mm/TEST_MAPPING +++ b/mm/TEST_MAPPING @@ -287,6 +287,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] } \ No newline at end of file diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index 5f24cf016e45..8e0dd658edef 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -303,6 +303,9 @@ }, { "name": "CtsBionicTestCases" + }, + { + "name": "CtsLibcoreTestCases" } ] }