From f99f3a68e7ebbe3688ed1df3652d875dc14d111a Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Fri, 3 Aug 2018 10:35:59 -0400 Subject: [PATCH] Bug 1404977 - Tests P2: Add test to ensure multiple, concurrent gUM calls in a single window succeed. r=pehrsons MozReview-Commit-ID: HGwcu6Z2mDn --HG-- extra : rebase_source : 21082b25ae88ae514c10d46d921df9f70dd491db --- dom/media/tests/mochitest/mochitest.ini | 2 + ...ia_audioConstraints_concurrentStreams.html | 123 ++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentStreams.html diff --git a/dom/media/tests/mochitest/mochitest.ini b/dom/media/tests/mochitest/mochitest.ini index 15190359530a..518a661b9f21 100644 --- a/dom/media/tests/mochitest/mochitest.ini +++ b/dom/media/tests/mochitest/mochitest.ini @@ -56,6 +56,8 @@ skip-if = os == 'linux' && debug # Bug 1389983 skip-if = os == 'mac' || os == 'win' || toolkit == 'android' # Bug 1404995, no loopback devices on some platforms [test_getUserMedia_audioConstraints_concurrentIframes.html] skip-if = os == 'mac' || os == 'win' || toolkit == 'android' # Bug 1404995, no loopback devices on some platforms +[test_getUserMedia_audioConstraints_concurrentStreams.html] +skip-if = os == 'mac' || os == 'win' || toolkit == 'android' # Bug 1404995, no loopback devices on some platforms [test_getUserMedia_basicAudio_loopback.html] skip-if = os == 'mac' || os == 'win' || toolkit == 'android' # Bug 1404995, no loopback devices on some platforms [test_getUserMedia_basicAudio.html] diff --git a/dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentStreams.html b/dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentStreams.html new file mode 100644 index 000000000000..460720766f07 --- /dev/null +++ b/dom/media/tests/mochitest/test_getUserMedia_audioConstraints_concurrentStreams.html @@ -0,0 +1,123 @@ + + + + + + +
+
+
+ +