| commit | fbd16ab728f9e0abe142e6e05fbe40b0046805c4 | [log] [tgz] |
|---|---|---|
| author | Philipp Hancke <phancke@meta.com> | Mon Apr 14 16:32:53 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 14:40:33 2025 |
| tree | 54f5f0fa750ce65dcefbccee8ccb92d86fbb1be2 | |
| parent | b0d73e2d911b4fd9f379b123673fa9fb390e7280 [diff] |
dtls: disable tests which fail with OpenSSL
mostly due to OpenSSL not implementing a fake clock and not supporting
DTLS 1.3 yet.
The following tests failed since OpenSSL does not have an API to trigger a DTLS alert when the certificate validation of the fingerprint which arrives after the handshake fails:
[ FAILED ] TestEventOrdering/DtlsEventOrderingTest.TestEventOrdering/6, where GetParam() = ({ 1, 2, 3, 0 }, false)
[ FAILED ] TestEventOrdering/DtlsEventOrderingTest.TestEventOrdering/14, where GetParam() = ({ 2, 1, 3, 0 }, false)
These tests now accept that the other client will not get notified about the failure.
The following tests were disabled in OpenSSL mode:
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/0, where GetParam() = (false, false, 2, false, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/1, where GetParam() = (false, false, 2, false, false, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/2, where GetParam() = (false, false, 2, false, true, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/3, where GetParam() = (false, false, 2, false, true, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/4, where GetParam() = (false, false, 2, true, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/5, where GetParam() = (false, false, 2, true, false, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/6, where GetParam() = (false, false, 2, true, true, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/7, where GetParam() = (false, false, 2, true, true, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/8, where GetParam() = (false, false, 3, false, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/12, where GetParam() = (false, false, 3, true, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/16, where GetParam() = (false, true, 2, false, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/17, where GetParam() = (false, true, 2, false, false, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/18, where GetParam() = (false, true, 2, false, true, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/19, where GetParam() = (false, true, 2, false, true, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/20, where GetParam() = (false, true, 2, true, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/21, where GetParam() = (false, true, 2, true, false, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/22, where GetParam() = (false, true, 2, true, true, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/23, where GetParam() = (false, true, 2, true, true, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/24, where GetParam() = (false, true, 3, false, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/28, where GetParam() = (false, true, 3, true, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/32, where GetParam() = (true, false, 2, false, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/33, where GetParam() = (true, false, 2, false, false, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/34, where GetParam() = (true, false, 2, false, true, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/35, where GetParam() = (true, false, 2, false, true, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/36, where GetParam() = (true, false, 2, true, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/37, where GetParam() = (true, false, 2, true, false, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/38, where GetParam() = (true, false, 2, true, true, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/39, where GetParam() = (true, false, 2, true, true, true)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/40, where GetParam() = (true, false, 3, false, false, false)
[ FAILED ] DtlsStunPiggybackingIntegrationTest/DtlsIceIntegrationTest.TestWithPacketLoss/44, where GetParam() = (true, false, 3, true, false, false)
[ FAILED ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/0, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 0 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 0 ])
[ FAILED ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/1, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 1 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 0 ])
[ FAILED ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/2, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 0 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 1 ])
[ FAILED ] DtlsInStunTest/DtlsInStunTest.OptimalDtls13Handshake/3, where GetParam() = ([ dtls: client/1.3 dtls_in_stun: 1 ice: controlling pqc: 1 ], [ dtls: server/1.3 dtls_in_stun: 1 ice: controlled pqc: 1 ])
BUG=None
Change-Id: I50f7a5caa6c2243ae6f4c06ad1b58a5d90983b80
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/385840
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Jonas Oreland <jonaso@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@meta.com>
Cr-Commit-Position: refs/heads/main@{#44376}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.