commit | 599b700d0144cb18e391da6b467bc7bcb0399a6d | [log] [tgz] |
---|---|---|
author | Adithya Srinivasan <adsrini@google.com> | Tue Feb 09 02:24:10 2021 +0000 |
committer | Adithya Srinivasan <adsrini@google.com> | Tue Feb 09 02:31:21 2021 +0000 |
tree | 0de46096aa508b37e18f6a899603b82dea101554 | |
parent | b05d9d92a00eb13527779d8f4fb3324ee1a2a2ee [diff] |
Remove the gtest_filter from libsurfaceflinger_unittest With the current presubmit test filters for libsurfaceflinger_unittest, if the lib is not available on a device, this causes a SEGV read access fault since the tests are run as libsurfaceflinger_unittest.FrameTracer*. A simple fix is to remove the filters and run the whole test suite. Even though perfetto is used only in two tests, it should be fine to run the whole suite as the tests are fairly simple and short. Forrest run with this fix(from ag/13498205) - https://android-build.googleplex.com/builds/tests/view?invocationId=I61300007421043580&testResultId=TR28517335433334255&redirect=http://sponge2/aa37c70a-9ae2-4da6-84d5-088690c4eef7 Bug: 179100592 Test: presubmit for cf_x86_64_phone-userdebug Change-Id: I732ad73a2ceaac752da8393a479bb183ce7bd278
diff --git a/TEST_MAPPING b/TEST_MAPPING index 8a5ab7e..d971a20 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING
@@ -6,15 +6,7 @@ // Additional presubmit tests that explicitly exercise // Perfetto's backend { - "name": "libsurfaceflinger_unittest", - "options": [ - { - "include-filter": "FrameTracerTest.*" - }, - { - "include-filter": "FrameTimelineTest.*" - } - ] + "name": "libsurfaceflinger_unittest" } ] }