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

Commit d48a9a19 authored by Ray Essick's avatar Ray Essick Committed by Nick Chalko
Browse files

Capture existing tests into TEST_MAPPING

Some tests are disabled due to infrastructure limitations.
Some existing tests do not pass.

Bug: 144649738
Test: atest
Test: atest -- --enable-module-dynamic-download=true
Change-Id: I32b4233df0f635e9d4ad738b61a5138d9b370f0a
(cherry picked from commit f867ca75)
Merged-In: I32b4233df0f635e9d4ad738b61a5138d9b370f0a
parent a0a95d52
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
// mappings for frameworks/av/media/bufferpool/1.0
{
  "presubmit": [

    { "name": "VtsVndkHidlBufferpoolV1_0TargetSingleTest" },
    { "name": "VtsVndkHidlBufferpoolV1_0TargetMultiTest"}
  ]
}
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

cc_test {
    name: "VtsVndkHidlBufferpoolV1_0TargetSingleTest",
    test_suites: ["device-tests"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "allocator.cpp",
@@ -34,6 +35,7 @@ cc_test {

cc_test {
    name: "VtsVndkHidlBufferpoolV1_0TargetMultiTest",
    test_suites: ["device-tests"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "allocator.cpp",
+7 −0
Original line number Diff line number Diff line
// mappings for frameworks/av/media/bufferpool/2.0
{
  "presubmit": [
    { "name": "VtsVndkHidlBufferpoolV2_0TargetSingleTest"},
    { "name": "VtsVndkHidlBufferpoolV2_0TargetMultiTest"}
  ]
}
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

cc_test {
    name: "VtsVndkHidlBufferpoolV2_0TargetSingleTest",
    test_suites: ["device-tests"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "allocator.cpp",
@@ -34,6 +35,7 @@ cc_test {

cc_test {
    name: "VtsVndkHidlBufferpoolV2_0TargetMultiTest",
    test_suites: ["device-tests"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "allocator.cpp",
+5 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    // TODO failing 4 of 13
    // { "name": "codec2_core_param_test"},
    // TODO(b/155516524)
    // { "name": "codec2_vndk_interface_test"},
    { "name": "codec2_vndk_test"},
    {
      "name": "CtsMediaTestCases",
      "options": [
Loading