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
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 9c01169..07d16f7 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"
}
]
}