Commit 7715cf6e authored by Sebastian Hengst's avatar Sebastian Hengst
Browse files

Bug 1680528 - two corrections to webrtc/mediacapturing expectations on beta...

Bug 1680528 - two corrections to webrtc/mediacapturing expectations on beta and release. r=drno DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D99109
parent 02a187af
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
[MediaRecorder-peerconnection.https.html]
  expected:
    if (os == "linux") and webrender and fission: ["OK", "ERROR", "CRASH"]
    if (os == "linux") and webrender and not fission: ["OK", "ERROR", "CRASH"]
    if (os == "android") and not debug: ["TIMEOUT", "ERROR", "CRASH"]
    if (os == "android") and debug: ["TIMEOUT", "ERROR", "CRASH"]
    if (os == "linux") and webrender: ["OK", "ERROR", "CRASH"]
    if (os == "android") and nightly_build: ["TIMEOUT", "ERROR", "CRASH"]
    if (os == "linux") and not webrender: ["OK", "ERROR", "CRASH"]
  [PeerConnection MediaRecorder receives data after onstart, {"video":{}} mimeType ""]
    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
@@ -26,7 +24,7 @@
  [PeerConnection MediaRecorder receives data after onstart, {"video":{},"audio":{}} mimeType ""]
    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
    expected:
      if os == "android": and nightly_build NOTRUN
      if os == "android" and nightly_build: NOTRUN

  [PeerConnection MediaRecorder gets ondata on stopping tracks, {"video":{},"audio":{}} mimeType ""]
    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
+0 −1
Original line number Diff line number Diff line
@@ -5,6 +5,5 @@
    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526207
    expected:
      if (os == "mac") and not debug: ["PASS", "TIMEOUT"]
      if os == "android": FAIL
      if os == "android" and nightly_build: FAIL