commit | c1a90e340690259452420905933f2a79bca35f43 | [log] [tgz] |
---|---|---|
author | Tina Zhou <tinazh@google.com> | Mon Jan 23 20:11:00 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 23 20:11:00 2017 +0000 |
tree | 5cf0f9d91ea10c91dce470303f13d99a6f76c15b | |
parent | 6cbe2f7ae1b1e665c36644b92e40ccae078d354f [diff] | |
parent | fad4695f110dd0c47e72d743a5c8a65b021300b5 [diff] |
Merge "DO NOT MERGE: StagefrightTest: add test for bug 32577290" into nougat-cts-dev
diff --git a/tests/tests/security/res/raw/bug_32577290.mp3 b/tests/tests/security/res/raw/bug_32577290.mp3 new file mode 100644 index 0000000..1098bb0 --- /dev/null +++ b/tests/tests/security/res/raw/bug_32577290.mp3 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 8205c22..bdf7891 100644 --- a/tests/tests/security/src/android/security/cts/StagefrightTest.java +++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -62,6 +62,10 @@ public StagefrightTest() { } + public void testStagefright_bug_32577290() throws Exception { + doStagefrightTest(R.raw.bug_32577290); + } + public void testStagefright_cve_2015_1538_1() throws Exception { doStagefrightTest(R.raw.cve_2015_1538_1); }