Loading media/extractors/TEST_MAPPING +9 −2 Original line number Diff line number Diff line { "presubmit": [ // TODO(b/148094059): unit tests not allowed to download content // { "name": "ExtractorUnitTest" }, // TODO(b/153661591) enable test once the bug is fixed // This tests the extractor path Loading @@ -16,5 +14,14 @@ // } // ] // } ], // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content "dynamic-presubmit": [ { "name": "ExtractorUnitTest" } ] } media/libstagefright/TEST_MAPPING +11 −6 Original line number Diff line number Diff line { "presubmit": [ // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content // { "name": "HEVCUtilsUnitTest" }, //{ "name": "ExtractorFactoryTest" }, "dynamic-presubmit": [ // writerTest fails about 5 out of 66 // in addition to needing the download ability // { "name": "writerTest" }, { "name": "HEVCUtilsUnitTest" }, { "name": "ExtractorFactoryTest" } ], "presubmit": [ { "name": "CtsMediaTestCases", "options": [ Loading media/libstagefright/codecs/amrnb/TEST_MAPPING +6 −7 Original line number Diff line number Diff line // mappings for frameworks/av/media/libstagefright/codecs/amrnb { "presubmit": [ // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content // { "name": "AmrnbDecoderTest"}, // TODO(b/148094059): unit tests not allowed to download content // { "name": "AmrnbEncoderTest"} "dynamic-presubmit": [ { "name": "AmrnbDecoderTest"}, { "name": "AmrnbEncoderTest"} ] } media/libstagefright/codecs/amrwb/TEST_MAPPING +5 −3 Original line number Diff line number Diff line // mappings for frameworks/av/media/libstagefright/codecs/amrwb { "presubmit": [ // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content // { "name": "AmrwbDecoderTest"} "dynamic-presubmit": [ { "name": "AmrwbDecoderTest"} ] } media/libstagefright/codecs/amrwb/test/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ cc_test { name: "AmrwbDecoderTest", test_suites: ["device-tests"], gtest: true, srcs: [ Loading Loading
media/extractors/TEST_MAPPING +9 −2 Original line number Diff line number Diff line { "presubmit": [ // TODO(b/148094059): unit tests not allowed to download content // { "name": "ExtractorUnitTest" }, // TODO(b/153661591) enable test once the bug is fixed // This tests the extractor path Loading @@ -16,5 +14,14 @@ // } // ] // } ], // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content "dynamic-presubmit": [ { "name": "ExtractorUnitTest" } ] }
media/libstagefright/TEST_MAPPING +11 −6 Original line number Diff line number Diff line { "presubmit": [ // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content // { "name": "HEVCUtilsUnitTest" }, //{ "name": "ExtractorFactoryTest" }, "dynamic-presubmit": [ // writerTest fails about 5 out of 66 // in addition to needing the download ability // { "name": "writerTest" }, { "name": "HEVCUtilsUnitTest" }, { "name": "ExtractorFactoryTest" } ], "presubmit": [ { "name": "CtsMediaTestCases", "options": [ Loading
media/libstagefright/codecs/amrnb/TEST_MAPPING +6 −7 Original line number Diff line number Diff line // mappings for frameworks/av/media/libstagefright/codecs/amrnb { "presubmit": [ // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content // { "name": "AmrnbDecoderTest"}, // TODO(b/148094059): unit tests not allowed to download content // { "name": "AmrnbEncoderTest"} "dynamic-presubmit": [ { "name": "AmrnbDecoderTest"}, { "name": "AmrnbEncoderTest"} ] }
media/libstagefright/codecs/amrwb/TEST_MAPPING +5 −3 Original line number Diff line number Diff line // mappings for frameworks/av/media/libstagefright/codecs/amrwb { "presubmit": [ // tests which require dynamic content // invoke with: atest -- --enable-module-dynamic-download=true // TODO(b/148094059): unit tests not allowed to download content // { "name": "AmrwbDecoderTest"} "dynamic-presubmit": [ { "name": "AmrwbDecoderTest"} ] }
media/libstagefright/codecs/amrwb/test/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ cc_test { name: "AmrwbDecoderTest", test_suites: ["device-tests"], gtest: true, srcs: [ Loading