Add test for bug 34360591 am: b3f1851004 am: a3c1c152b7 am: 7db8c59b77 am: 8972b333f0 am: 204ad065ca am: 0a26a12cd4
am: e3b7a613ff
Change-Id: Id2790a82344abc90950f994ddff70e2ffcc4ece7
diff --git a/tests/tests/security/res/raw/bug_34360591.mp4 b/tests/tests/security/res/raw/bug_34360591.mp4
new file mode 100644
index 0000000..28c47d3
--- /dev/null
+++ b/tests/tests/security/res/raw/bug_34360591.mp4
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 6ae26d2..9d0276e 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -70,7 +70,11 @@
to prevent merge conflicts, add K tests below this comment,
before any existing test methods
***********************************************************/
- @SecurityTest
+
+ public void testStagefright_bug_34360591() throws Exception {
+ doStagefrightTest(R.raw.bug_34360591);
+ }
+
public void testStagefright_bug_35763994() throws Exception {
doStagefrightTest(R.raw.bug_35763994);
}