summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-16 19:21:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-16 19:21:56 +0000
commit6ad450940a020457a3f2637cbcd53b4f9a0ea754 (patch)
tree219471598a50dae15326321a1085fea1ab9e5bfc
parenta53136300183309f1b91297dce614050d0bcdbcd (diff)
parente8a48fd4fdcc0fc6980a87403bfe10563ec6aaae (diff)
downloadcts-6ad450940a020457a3f2637cbcd53b4f9a0ea754.tar.gz
Merge "DO NOT MERGE Add test for bug 62187433" into lollipop-mr1-cts-dev
-rw-r--r--tests/tests/security/res/raw/bug_62187433.mp4bin0 -> 4844 bytes
-rw-r--r--tests/tests/security/src/android/security/cts/StagefrightTest.java4
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests/security/res/raw/bug_62187433.mp4 b/tests/tests/security/res/raw/bug_62187433.mp4
new file mode 100644
index 00000000000..058d0f4b1f8
--- /dev/null
+++ b/tests/tests/security/res/raw/bug_62187433.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 ed4f9505f29..32d6578a36b 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -69,6 +69,10 @@ public class StagefrightTest extends InstrumentationTestCase {
before any existing test methods
***********************************************************/
+ public void testStagefright_bug_62187433() throws Exception {
+ doStagefrightTest(R.raw.bug_62187433);
+ }
+
public void testStagefrightANR_bug_62673844() throws Exception {
doStagefrightTestANR(R.raw.bug_62673844);
}