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

Commit 7ce293b8 authored by Yifeng Zeng's avatar Yifeng Zeng
Browse files

Disable native coverage for libinput_tests and inputflinger_tests.

These tests fail to build for coverage when Rust host coverage is
enabled. This is a temporary workaround until the underlying issue is
resolved.

Bug: 338242594
Bug: 330591720
Test: m libinput_tests CLANG_COVERAGE=true NATIVE_COVERAGE_PATHS='*'
Test: m inputflinger_tests CLANG_COVERAGE=true NATIVE_COVERAGE_PATHS='*'
Merged-In: Idf82d31ce8a7078c3502b7bcb7c959177a1bbe4e
Change-Id: Ibe21b560228f6ca3f8acd61bff1763492428fe29
parent 3900c6d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ cc_test {
            },
        },
    },
    native_coverage: false,
}

// NOTE: This is a compile time test, and does not need to be
+1 −0
Original line number Diff line number Diff line
@@ -116,4 +116,5 @@ cc_test {
        unit_test: true,
    },
    test_suites: ["device-tests"],
    native_coverage: false,
}