commit | 7db8c59b775ff0b3eeb8568d374364fa1f3af785 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Apr 11 18:30:01 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 11 18:30:01 2017 +0000 |
tree | 3b5f5e8e34fb11acc913e0d37cb60235a232480e | |
parent | fe0e7ddd6b5fa56c6942f5a5389e5a179ab313d6 [diff] | |
parent | a3c1c152b7c1008a6e31661433d968aea6a15b36 [diff] |
Add test for bug 34360591 am: b3f1851004 am: a3c1c152b7 Change-Id: I2d7ee0e0da86b174c9e18c69e9ef9a8e24379ecf
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 18cb8c75..b131a7f 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); }