tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 75295210de9821c5cde68c0c3497bff0c72958c6
parent 3cc44ee8799bea602533094cf89ca0a9666920cc
Author: Dan Baker <dbaker@mozilla.com>
Date:   Mon, 27 Oct 2025 14:29:11 -0600

Bug 1995393 - Vendor libwebrtc from 4f37653632

Upstream commit: https://webrtc.googlesource.com/src/+/4f37653632463ec32072f39be850323109706e52
    Disable flaky test to unblock LKGR from updating.

    Being unable to reproduce this locally, it's better to disable this test
    than have it flake causing delays in imports.

    Bug: webrtc:441652589
    Change-Id: I2fdb89772ca06f22c3aef3e3b63978487c41fa50
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/406722
    Commit-Queue: Henrik Boström <hbos@webrtc.org>
    Reviewed-by: Christoffer Dewerin <jansson@webrtc.org>
    Auto-Submit: Henrik Boström <hbos@webrtc.org>
    Commit-Queue: Christoffer Dewerin <jansson@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#45462}

Diffstat:
Mthird_party/libwebrtc/README.mozilla.last-vendor | 4++--
Mthird_party/libwebrtc/pc/peer_connection_integrationtest.cc | 4+++-
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-27T20:26:30.666255+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-27T20:28:59.769238+00:00. # base of lastest vendoring -7e95c7051f +4f37653632 diff --git a/third_party/libwebrtc/pc/peer_connection_integrationtest.cc b/third_party/libwebrtc/pc/peer_connection_integrationtest.cc @@ -2988,8 +2988,10 @@ TEST_P(PeerConnectionIntegrationTest, UnsignaledSsrcGetSourcesVideo) { // is not empty. This provides test coverage for https://crbug.com/webrtc/14817 // where a race due to the re-creationg of the unsignaled ssrc stream would // clear the GetSources() history. This test not flaking confirms the bug fix. +// TODO(crbug.com/webrtc/441652589): Figure out why this is flaking and +// re-enable the test. TEST_P(PeerConnectionIntegrationTest, - UnsignaledSsrcGetSourcesNonEmptyIfMediaFlowing) { + DISABLED_UnsignaledSsrcGetSourcesNonEmptyIfMediaFlowing) { ASSERT_TRUE(CreatePeerConnectionWrappers()); ConnectFakeSignaling(); caller()->AddVideoTrack();