Skip to content

Commit

Permalink
Bug 1039666: suppress 'nonqueued' IPC assertions (bug 1047842) in win…
Browse files Browse the repository at this point in the history
…dow/screensharing r=nigelb on a CLOSED TREE
  • Loading branch information
jesup committed Aug 2, 2014
1 parent b170a95 commit 8df0994
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8df0994

Please sign in to comment.