commit | 39d32450854395ba6d7fb345aa232d182df681b2 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Apr 25 14:12:54 2017 -0700 |
committer | Marco Nelissen <marcone@google.com> | Tue Apr 25 14:58:24 2017 -0700 |
tree | c9a9ba75b03ae1e0d3d3149298f4d136488ce64f | |
parent | 271f4cc6c15625978eb862e806f24ab371d282f9 [diff] |
CTS test for mpeg2 decoder bugfix (this test was in N but was missing in M) Bug: 25765591 Bug: 37680022 Change-Id: Id02b1129e7e1448692b2245c9927beaf5347f391
diff --git a/tests/tests/security/res/raw/bug_25765591.mp2 b/tests/tests/security/res/raw/bug_25765591.mp2 new file mode 100644 index 0000000..200f5751 --- /dev/null +++ b/tests/tests/security/res/raw/bug_25765591.mp2 Binary files differ
diff --git a/tests/tests/security/src/android/security/cts/StagefrightTest.java b/tests/tests/security/src/android/security/cts/StagefrightTest.java index e43c9da..e1784cc 100644 --- a/tests/tests/security/src/android/security/cts/StagefrightTest.java +++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -148,6 +148,10 @@ before any existing test methods ***********************************************************/ + public void testStagefright_bug_25765591() throws Exception { + doStagefrightTest(R.raw.bug_25765591); + } + public void testStagefright_cve_2015_3867() throws Exception { doStagefrightTest(R.raw.cve_2015_3867); }