trisquel-icecat/icecat/testing/web-platform/meta/webrtc/RTCRtpParameters-codec.html.ini
2025-10-06 02:35:48 -06:00

63 lines
2.4 KiB
INI

[RTCRtpParameters-codec.html]
expected: TIMEOUT
[Creating an audio sender with addTransceiver and codec should work]
expected: FAIL
[Creating a video sender with addTransceiver and codec should work]
expected: FAIL
[Setting codec on an audio sender with setParameters should work]
expected: FAIL
[Setting codec on a video sender with setParameters should work]
expected: FAIL
[Creating an audio sender with addTransceiver and non-existing codec should throw OperationError]
expected: FAIL
[Creating an audio sender with addTransceiver and non-existing codec type should throw OperationError]
expected: FAIL
[Creating a video sender with addTransceiver and non-existing codec should throw OperationError]
expected: FAIL
[Creating a video sender with addTransceiver and non-existing codec type should throw OperationError]
expected: FAIL
[Setting a non-existing codec on an audio sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-existing codec on a video sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-preferred codec on an audio sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-preferred codec on a video sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-negotiated codec on an audio sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Setting a non-negotiated codec on a video sender with setParameters should throw InvalidModificationError]
expected: FAIL
[Codec should be undefined after negotiating away the currently set codec on an audio sender]
expected: FAIL
[Codec should be undefined after negotiating away the currently set codec on a video sender]
expected: FAIL
[Stats output-rtp should match the selected codec in non-simulcast usecase on an audio sender]
expected: FAIL
[Stats output-rtp should match the selected codec in non-simulcast usecase on a video sender]
expected: FAIL
[Stats output-rtp should match the selected codec in simulcast usecase on a video sender]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1894137
expected: TIMEOUT
[Stats output-rtp should match the selected mixed codecs in simulcast usecase on a video sender]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1894137
expected: NOTRUN