summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
author Ronald Braunstein <rbraunstein@google.com> 2024-10-22 19:41:09 +0000
committer Ronald Braunstein <rbraunstein@google.com> 2024-10-22 19:41:09 +0000
commitcaddf49a5687db6f7dd4a70864b8b6479a74f944 (patch)
tree562e66d03ca90ff010cc3f7830029542022ff669 /TEST_MAPPING
parentfff76ea8df1509e3cedcc52e9e21b98e0d7e3890 (diff)
Removed redundant glob from SurflaceFlinger_test
Passing the include filter of "*" is the same thing as not having an include filter. Change-Id: I8583ae728b669bf98f10e3c49ded0dbbaeccb80a Test: atest # runs local presubmit from the TEST_MAPPING It contains all 362 SurfaceFlinger tests below. See b/242240488 for why the glob was added and the expected number of tests. Summary (Test executed with 1 devices.) ------- x86_64 RpcTlsUtilsTest:RpcTlsUtilsTest: Passed: 8, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 binderRpcWireProtocolTest:binderRpcWireProtocolTest: Passed: 5, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 binderUnitTest:binderUnitTest: Passed: 53, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 binderUtilsHostTest:binderUtilsHostTest: Passed: 4, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 fakeservicemanager_test:fakeservicemanager_test: Passed: 14, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 fuzz_service_test:run_fuzz_service_test.sh: Passed: 1, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 inputflinger_tests:inputflinger_tests: Passed: 943, Failed: 0, Ignored: 61, Assumption Failed: 0 x86_64 libbinder_ndk_unit_test_host:libbinder_ndk_unit_test_host: Passed: 4, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 libinput_rust_test:libinput_rust_test: Passed: 23, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 libinput_tests:libinput_tests: Passed: 213, Failed: 0, Ignored: 8, Assumption Failed: 0 x86_64 libinputflinger_rs_test:libinputflinger_rs_test: Passed: 29, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 run_dex2oat_test:run_dex2oat_test: Passed: 32, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 servicemanager_test:servicemanager_test: Passed: 29, Failed: 0, Ignored: 6, Assumption Failed: 0 x86_64 servicemanager_unittest:servicemanager_unittest: Passed: 2, Failed: 0, Ignored: 0, Assumption Failed: 0 x86_64 CtsGraphicsTestCases:android.graphics.cts: Passed: 0, Failed: 2, Ignored: 0, Assumption Failed: 0 x86_64 SurfaceFlinger_test:SurfaceFlinger_test: Passed: 352, Failed: 0, Ignored: 10, Assumption Failed: 0
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING10
1 files changed, 1 insertions, 9 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 9c0116957d..07d16f7a4d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -4,9 +4,6 @@
"name": "SurfaceFlinger_test",
"options": [
{
- "include-filter": "*"
- },
- {
// TODO(b/305717998): Deflake and re-enable
"exclude-filter": "*ChildLayerTest*"
}
@@ -23,12 +20,7 @@
],
"hwasan-postsubmit": [
{
- "name": "SurfaceFlinger_test",
- "options": [
- {
- "include-filter": "*"
- }
- ]
+ "name": "SurfaceFlinger_test"
}
]
}