Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable webrtc by default, enable webrtc wpt tests #23377

Closed
wants to merge 13 commits into from

Add expectations for (disabled) mediacapture tests

  • Loading branch information
Manishearth committed May 16, 2019
commit 76d72f8399d67b36dabc2a66bab21946514d70b7
@@ -0,0 +1,4 @@
[GUM-deny.https.html]
[Tests that the error callback is triggered when permission is denied]
expected: FAIL

@@ -0,0 +1,2 @@
[GUM-impossible-constraint.https.html]
expected: CRASH
@@ -0,0 +1,4 @@
[GUM-invalid-facing-mode.https.html]
[Tests that setting an invalid facingMode constraint in getUserMedia fails]
expected: FAIL

@@ -0,0 +1,2 @@
[GUM-non-applicable-constraint.https.html]
expected: CRASH
@@ -0,0 +1,4 @@
[MediaDevices-SecureContext.html]
[MediaDevices and SecureContext]
expected: FAIL

@@ -0,0 +1,7 @@
[MediaDevices-enumerateDevices.https.html]
[mediaDevices.enumerateDevices() is present and working]
expected: FAIL

[InputDeviceInfo is supported]
expected: FAIL

@@ -0,0 +1,52 @@
[MediaDevices-getSupportedConstraints.https.html]
[echoCancellation is supported]
expected: FAIL

[sampleSize is supported]
expected: FAIL

[autoGainControl is supported]
expected: FAIL

[aspectRatio is supported]
expected: FAIL

[frameRate is supported]
expected: FAIL

[latency is supported]
expected: FAIL

[width is supported]
expected: FAIL

[noiseSuppression is supported]
expected: FAIL

[navigator.mediaDevices.getSupportedConstraints exists]
expected: FAIL

[deviceId is supported]
expected: FAIL

[channelCount is supported]
expected: FAIL

[resizeMode is supported]
expected: FAIL

[groupId is supported]
expected: FAIL

[height is supported]
expected: FAIL

[facingMode is supported]
expected: FAIL

[sampleRate is supported]
expected: FAIL

[volume is supported]
expected: FAIL

@@ -0,0 +1,20 @@
[MediaDevices-getUserMedia.https.html]
expected: ERROR
[getUserMedia() fails with exact invalid resizeMode.]
expected: NOTRUN

[getUserMedia() supports setting none as resizeMode.]
expected: FAIL

[mediaDevices.getUserMedia() is present on navigator]
expected: FAIL

[groupId is correctly supported by getUserMedia() for video devices]
expected: FAIL

[groupId is correctly supported by getUserMedia() for audio devices]
expected: FAIL

[getUserMedia() supports setting crop-and-scale as resizeMode.]
expected: NOTRUN

@@ -0,0 +1,5 @@
[MediaStream-MediaElement-srcObject.https.html]
expected: ERROR
[Tests that a MediaStream can be assigned to a video element with srcObject]
expected: FAIL

@@ -0,0 +1,7 @@
[MediaStream-clone.https.html]
[Tests that cloning MediaStreamTrack objects works as expected]
expected: FAIL

[Tests that cloning MediaStream objects works as expected]
expected: FAIL

@@ -0,0 +1,37 @@
[MediaStream-default-feature-policy.https.html]
[Default "microphone" feature policy ["self"\] disallows cross-origin iframes.]
expected: FAIL

[Default "camera;microphone" feature policy ["self"\] allows same-origin iframes.]
expected: FAIL

[Feature policy "microphone" can be enabled in cross-origin iframes using "allow" attribute.]
expected: FAIL

[Feature policy "camera;microphone" can be enabled in cross-origin iframes using "allow" attribute.]
expected: FAIL

[Default "camera" feature policy ["self"\] allows same-origin iframes.]
expected: FAIL

[Default "camera" feature policy ["self"\] disallows cross-origin iframes.]
expected: FAIL

[Default "microphone" feature policy ["self"\] allows same-origin iframes.]
expected: FAIL

[Default "camera;microphone" feature policy ["self"\] allows the top-level document.]
expected: FAIL

[Feature policy "camera" can be enabled in cross-origin iframes using "allow" attribute.]
expected: FAIL

[Default "camera" feature policy ["self"\] allows the top-level document.]
expected: FAIL

[Default "camera;microphone" feature policy ["self"\] disallows cross-origin iframes.]
expected: FAIL

[Default "microphone" feature policy ["self"\] allows the top-level document.]
expected: FAIL

@@ -0,0 +1,4 @@
[MediaStream-finished-add.https.html]
[Tests that adding a track to an inactive MediaStream is allowed]
expected: FAIL

@@ -0,0 +1,4 @@
[MediaStream-idl.https.html]
[Tests that a MediaStream constructor follows the algorithm set in the spec]
expected: FAIL

@@ -0,0 +1,8 @@
[MediaStream-removetrack.https.html]
expected: ERROR
[Test that removal from a MediaStream fires ended on media elements (audio first)]
expected: NOTRUN

[Test that removal from a MediaStream fires ended on media elements (video first)]
expected: NOTRUN

@@ -0,0 +1,7 @@
[MediaStream-supported-by-feature-policy.html]
[document.featurePolicy.features should advertise microphone.]
expected: FAIL

[document.featurePolicy.features should advertise camera.]
expected: FAIL

@@ -0,0 +1,4 @@
[MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html]
[Tests that a disabled audio track in a MediaStream is rendered as silence]
expected: FAIL

@@ -0,0 +1,4 @@
[MediaStreamTrack-MediaElement-disabled-video-is-black.https.html]
[Tests that a disabled video track in a MediaStream is rendered as blackness]
expected: FAIL

@@ -0,0 +1,17 @@
[MediaStreamTrack-applyConstraints.https.html]
expected: ERROR
[applyConstraints rejects attempt to switch device using groupId]
expected: FAIL

[applyConstraints rejects invalid groupID]
expected: FAIL

[applyConstraints rejects invalid resizeMode]
expected: FAIL

[applyConstraints accepts invalid ideal resizeMode, does not change setting]
expected: NOTRUN

[applyConstraints accepts invalid ideal groupID, does not change setting]
expected: FAIL

@@ -0,0 +1,110 @@
[MediaStreamTrack-getCapabilities.https.html]
expected: ERROR
[Setup video MediaStreamTrack getCapabilities() test for frameRate]
expected: NOTRUN

[Setup video MediaStreamTrack getCapabilities() test for facingMode]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for sampleSize]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for height]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for latency]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for resizeMode]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for frameRate]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for groupId]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for sampleSize]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for volume]
expected: FAIL

[Setup video MediaStreamTrack getCapabilities() test for groupId]
expected: NOTRUN

[Setup video MediaStreamTrack getCapabilities() test for height]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for sampleRate]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for channelCount]
expected: NOTRUN

[Setup video MediaStreamTrack getCapabilities() test for aspectRatio]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for echoCancellation]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for autoGainControl]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for facingMode]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for noiseSuppression]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for deviceId]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for groupId]
expected: NOTRUN

[Setup video MediaStreamTrack getCapabilities() test for resizeMode]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for volume]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for echoCancellation]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for noiseSuppression]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for deviceId]
expected: NOTRUN

[Setup video MediaStreamTrack getCapabilities() test for width]
expected: NOTRUN

[Setup video MediaStreamTrack getCapabilities() test for deviceId]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for sampleRate]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for channelCount]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for latency]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for groupId]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for width]
expected: NOTRUN

[Setup audio InputDeviceInfo getCapabilities() test for deviceId]
expected: NOTRUN

[Setup audio MediaStreamTrack getCapabilities() test for autoGainControl]
expected: NOTRUN

[Setup video InputDeviceInfo getCapabilities() test for aspectRatio]
expected: NOTRUN

@@ -0,0 +1,65 @@
[MediaStreamTrack-getSettings.https.html]
expected: ERROR
[A device can be opened twice with different resolutions]
expected: FAIL

[channelCount is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[autoGainControl is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[sampleSize is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[frameRate is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[sampleRate is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[volume is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[width is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[A device can be opened twice and have the same device ID]
expected: FAIL

[resizeMode is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[groupId is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[facingMode is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[aspectRatio is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[deviceId is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[latency is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[height is reported by getSettings() for getUserMedia() video tracks]
expected: NOTRUN

[groupId is correctly reported by getSettings() for all devices]
expected: FAIL

[echoCancellation is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[noiseSuppression is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[groupId is reported by getSettings() for getUserMedia() audio tracks]
expected: NOTRUN

[deviceId is reported by getSettings() for getUserMedia() audio tracks]
expected: FAIL

@@ -0,0 +1,4 @@
[MediaStreamTrack-init.https.html]
[getUserMedia({video:true}) creates a stream with a properly initialized video track]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.