diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2020-01-03 00:17:38 +0000 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2020-01-03 00:17:38 +0000 |
commit | 8458e48f05f68037f5fd978e25845ba7e351fe01 (patch) | |
tree | fa7778872b05e66a9aeddce2a0fc1d7deab8c770 | |
parent | b10c18741e961015fbded7df2bbf0ec5f799de9e (diff) | |
download | fdk-aac-8458e48f05f68037f5fd978e25845ba7e351fe01.tar.gz fdk-aac-8458e48f05f68037f5fd978e25845ba7e351fe01.tar.bz2 fdk-aac-8458e48f05f68037f5fd978e25845ba7e351fe01.zip |
Revert "Add TEST_MAPPING for aac project"
This reverts commit b10c18741e961015fbded7df2bbf0ec5f799de9e.
Reason for revert: cf_x86_phone-userdebug breaks on those tests
Bug: 147097191
Change-Id: I15eccdc2a8527f526882dc6e5df241f404cb163d
-rw-r--r-- | TEST_MAPPING | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING deleted file mode 100644 index bc22166..0000000 --- a/TEST_MAPPING +++ /dev/null @@ -1,22 +0,0 @@ -{ - "presubmit": [ - { - "name": "CtsMediaTestCases", - "options": [ - { "include-filter": "android.media.cts.DecoderTest#testCodecResetsM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecode51M4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeAacEldM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeAacLcM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeAacLcMcM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeAacTs" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeHeAacM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeHeAacMcM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeHeAacV2M4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeM4a" }, - { "include-filter": "android.media.cts.DecoderTest#testDecodeMonoM4a" }, - { "include-filter": "android.media.cts.DecoderTestXheAac" }, - { "include-filter": "android.media.cts.DecoderTestAacDrc" } - ] - } - ] -} |