summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
AgeCommit message (Collapse)Author
2025-02-26Add postsubmit mappings in frameworks/native to run tests on real devices. Anton Ivanov
Flag: EXEMPT TEST_MAPPING changes only. Test: Manual with atest --test-mapping *:postsubmit Bug: 399409055 Change-Id: Ie419bf88f93fe3012d137441a6efea78ae2ce410
2024-10-22Removed redundant glob from SurflaceFlinger_test Ronald Braunstein
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
2023-10-16Remove all of ChildLayerTest from frameworks/native/TEST_MAPPING Alec Mouri
Flaking in presubmit Bug: 305711387 Change-Id: Iec532d7720d58d3791e742355521b3574ce4c38e
2023-02-10Run all SurfaceFlinger_test in presubmit Ady Abraham
Bug: 242240488 Test: presubmit Change-Id: I163dcc38de8892269eaf45cca5b7903944b786da
2022-10-10SurfaceFlinger_test: disable flaking child test Steven Moreland
SurfaceFlinger_test.ChildLayerTest#ChildrenSurviveParentDestruction has been breaking presubmit runs for more than one month with no action. Bug: 243597796 Test: SurfaceFlinger_test, TEST_MAPPING Change-Id: I1f6b4a0756ef112624a1657246b280149a432fdd
2022-03-17Add hwasan postsubmit tests for surfaceflinger. Florian Mayer
Bug: 193568145 Test: Run tests under HWASan. Change-Id: I69d2f785ce941be1644f7db34ce64de68fd154f6
2021-04-27Remove libsurfaceflinger_unittest from root TEST_MAPPING Lloyd Pique
libsurfaceflinger_unittest has some flaky tests, and being run for all frameworks/native changes means submitters are having to rerun presubmit. Bug: 186417847 Test: None (presubmit only) Change-Id: I99f9fdf5e75dae686f958e97e9685d1a00166877
2020-10-05SurfaceFlinger: fix a crash with RefreshRateOverlay Ady Abraham
- Fix a nullptr deference in createLayer - Add a test for RefreshRateOverlay Test: adb shell /data/nativetest64/SurfaceFlinger_test/SurfaceFlinger_test Bug: 169867983 Change-Id: I496aaeceaa86b55f806ddc921fc5b050417725b7
2020-06-23Add VulkanPreTransformTest into presubmit tests Yiwei Zhang
VulkanPreTransformTest is a integration test which can be affected by libgui, SurfaceFlinger and libvulkan changes. So this test is enabled at top level for the frameworks/native project. Bug: 151266652 Test: check VulkanPreTransformTest run in presubmit Change-Id: I917e0eab847d78bc3776a4d8e679dcbc3706f0eb
2019-12-02Convert apct/framework/native_presubmit-cloud-tf to Test Mapping Suite. easoncylee
This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Bug: 145486523 Test: TreeHugger atest SurfaceFlinger_test atest libsurfaceflinger_unittest Change-Id: I06568cd3bde7aa4a43f3deeb43a8cd543171fb3f