зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1039666: suppress 'nonqueued' IPC assertions (bug 1047842) in window/screensharing r=nigelb on a CLOSED TREE
This commit is contained in:
Родитель
13663ca53d
Коммит
60d84c84f0
|
@ -23,6 +23,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=983504
|
|||
* Run a test to verify that we can complete a start and stop media playback
|
||||
* cycle for an screenshare LocalMediaStream on a video HTMLMediaElement.
|
||||
*/
|
||||
SimpleTest.expectAssertions(0, 1); // Bug 1047842
|
||||
|
||||
runTest(function () {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
if (IsMacOSX10_6orOlder() || isWinXP) {
|
||||
|
|
|
@ -23,6 +23,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=983504
|
|||
* Run a test to verify that we can complete a start and stop media playback
|
||||
* cycle for an screenshare LocalMediaStream on a video HTMLMediaElement.
|
||||
*/
|
||||
SimpleTest.expectAssertions(0, 1); // Bug 1047842
|
||||
|
||||
runTest(function () {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
if (IsMacOSX10_6orOlder() || isWinXP) {
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
title: "Basic screenshare-only peer connection"
|
||||
});
|
||||
|
||||
SimpleTest.expectAssertions(0, 1); // Bug 1047842
|
||||
|
||||
var test;
|
||||
runNetworkTest(function (options) {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
title: "Basic windowshare-only peer connection"
|
||||
});
|
||||
|
||||
SimpleTest.expectAssertions(0, 1); // Bug 1047842
|
||||
|
||||
var test;
|
||||
runNetworkTest(function (options) {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче