Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b71dc3c authored by Robert Carr's avatar Robert Carr
Browse files

Add SurfaceFlinger test filter for presubmit.

HWC2 tests and SurfaceInterceptor tests aren't yet passing. See
second attached bug for more context on test filters for pre-submit.

Test: Verify Surfaceflinger_test.filter appears in output folder after build.
Bug: 36117490
Bug: 36359778
Change-Id: If3199d7c005722c235f065766f2961e2ed2d6e0d
parent 8d5227b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ LOCAL_STATIC_LIBRARIES := libtrace_proto

LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code

LOCAL_TEST_DATA = SurfaceFlinger_test.filter

# Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
# to integrate with auto-test framework.
include $(BUILD_NATIVE_TEST)
+5 −0
Original line number Diff line number Diff line
{
        "presubmit": {
            "filter": "LayerUpdateTest.*:ChildLayerTest.*:SurfaceFlingerStress.*" 
        }
}
 No newline at end of file