From 19556148327fab03f3f5fcb43b1de60d1c7f4f76 Mon Sep 17 00:00:00 2001 From: chihsheng Date: Wed, 15 May 2024 15:32:19 +0800 Subject: [PATCH] ANDROID: add kselftest_binderfs_binderfs_test to test-mapping presubmit. Bug: 339748167 Change-Id: Ic87fce2542a16ccd366969ad4b9875eca1330e7d Signed-off-by: chihsheng --- block/TEST_MAPPING | 8 ++++++++ drivers/android/TEST_MAPPING | 8 ++++++++ drivers/virtio/TEST_MAPPING | 8 ++++++++ fs/TEST_MAPPING | 8 ++++++++ include/drm/TEST_MAPPING | 8 ++++++++ include/linux/TEST_MAPPING | 8 ++++++++ include/net/TEST_MAPPING | 8 ++++++++ include/trace/TEST_MAPPING | 8 ++++++++ kernel/sched/TEST_MAPPING | 8 ++++++++ mm/TEST_MAPPING | 3 +++ net/TEST_MAPPING | 8 ++++++++ .../selftests/filesystems/binderfs/TEST_MAPPING | 12 ++++++++++++ 12 files changed, 95 insertions(+) create mode 100644 tools/testing/selftests/filesystems/binderfs/TEST_MAPPING diff --git a/block/TEST_MAPPING b/block/TEST_MAPPING index 7f1efb06fb0e..7a1be16ebc67 100644 --- a/block/TEST_MAPPING +++ b/block/TEST_MAPPING @@ -43,6 +43,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/drivers/android/TEST_MAPPING b/drivers/android/TEST_MAPPING index 2e2b3bd17a98..7f8c96eece95 100644 --- a/drivers/android/TEST_MAPPING +++ b/drivers/android/TEST_MAPPING @@ -35,6 +35,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/drivers/virtio/TEST_MAPPING b/drivers/virtio/TEST_MAPPING index e5e25dea6e8d..aca90195dafa 100644 --- a/drivers/virtio/TEST_MAPPING +++ b/drivers/virtio/TEST_MAPPING @@ -35,6 +35,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/fs/TEST_MAPPING b/fs/TEST_MAPPING index 85f8fa7e9bbd..29e0731af02a 100644 --- a/fs/TEST_MAPPING +++ b/fs/TEST_MAPPING @@ -33,6 +33,14 @@ "exclude-annotation": "com.android.testutils.SkipPresubmit" } ] + }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] } ], "presubmit-large": [ diff --git a/include/drm/TEST_MAPPING b/include/drm/TEST_MAPPING index 3451cdde9beb..bbc9070dcf1a 100644 --- a/include/drm/TEST_MAPPING +++ b/include/drm/TEST_MAPPING @@ -43,6 +43,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/include/linux/TEST_MAPPING b/include/linux/TEST_MAPPING index 7f1efb06fb0e..7a1be16ebc67 100644 --- a/include/linux/TEST_MAPPING +++ b/include/linux/TEST_MAPPING @@ -43,6 +43,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index 08d22673e182..a98e7fe389a8 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -43,6 +43,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/include/trace/TEST_MAPPING b/include/trace/TEST_MAPPING index cf37d9fe0fe5..e9ea3f1912aa 100644 --- a/include/trace/TEST_MAPPING +++ b/include/trace/TEST_MAPPING @@ -43,6 +43,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/kernel/sched/TEST_MAPPING b/kernel/sched/TEST_MAPPING index 05632df5dd1e..9a81e45acf1a 100644 --- a/kernel/sched/TEST_MAPPING +++ b/kernel/sched/TEST_MAPPING @@ -40,6 +40,14 @@ "exclude-annotation": "com.android.testutils.SkipPresubmit" } ] + }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] } ], "presubmit-large": [ diff --git a/mm/TEST_MAPPING b/mm/TEST_MAPPING index 8999f5956b12..a5e4d161c411 100644 --- a/mm/TEST_MAPPING +++ b/mm/TEST_MAPPING @@ -33,6 +33,9 @@ { "name": "selftests", "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + }, { "include-filter": "kselftest_mm_mremap_dontunmap" }, diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index 13371c3a2f8f..19b82fcf807c 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -43,6 +43,14 @@ } ] }, + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + }, { "name": "vts_kernel_net_tests" } diff --git a/tools/testing/selftests/filesystems/binderfs/TEST_MAPPING b/tools/testing/selftests/filesystems/binderfs/TEST_MAPPING new file mode 100644 index 000000000000..ed8b47dc966c --- /dev/null +++ b/tools/testing/selftests/filesystems/binderfs/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_binderfs_binderfs_test" + } + ] + } + ] +} \ No newline at end of file