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

Commit aae364bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TEST_MAPPING for more of frameworks/av/media"

parents 8b55bdb2 d4ef98e4
Loading
Loading
Loading
Loading

media/TEST_MAPPING

0 → 100644
+12 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "CtsMediaTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.EncodeDecodeTest"
                }
            ]
        }
    ]
}
+7 −0
Original line number Diff line number Diff line
// frameworks/av/media/extractors
{
  "presubmit": [
    // b/148094059: unit tests not allowed to download content
    //{ "name": "ExtractorUnitTest" }
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
cc_test {
    name: "ExtractorUnitTest",
    gtest: true,
    test_suites: ["device-tests"],

    srcs: ["ExtractorUnitTest.cpp"],

+3 −0
Original line number Diff line number Diff line
// mappings for frameworks/av/media/libstagefright/foundation
{
  "presubmit": [
    // b/148094059: unit tests not allowed to download content
    //{ "name": "OpusHeaderTest" },

    { "name": "sf_foundation_test" },
    { "name": "MetaDataBaseUnitTest"}
  ]
+7 −0
Original line number Diff line number Diff line
// mappings for frameworks/av/media/libstagefright/timedtext
{
  "presubmit": [
    // b/148094059: unit tests not allowed to download content
    //{ "name": "TimedTextUnitTest" }
  ]
}