Bug 1909234 - Vendor libwebrtc from fdd0c6d667

Upstream commit: https://webrtc.googlesource.com/src/+/fdd0c6d6672cd48b6d598cd06d492540ef268715
    Skip tests failing with the new version of UBSan.

    Bug: webrtc:345674544
    Change-Id: I7f786e085a3faae86a2d0d814a9c1848181f3fcc
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/353941
    Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
    Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
    Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
    Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#42449}
This commit is contained in:
Byron Campen 2024-07-29 12:45:07 -05:00
parent f3506a87c8
commit a9e090f64f
3 changed files with 10 additions and 0 deletions

View File

@ -31119,3 +31119,6 @@ c74412b304
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
cfab6409ae
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
fdd0c6d667

View File

@ -20770,3 +20770,5 @@ libwebrtc updated from /home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebr
libwebrtc updated from /home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-07-29T17:42:43.772358.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-07-29T17:43:49.167481.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2024-07-29T17:44:57.599838.

View File

@ -163,7 +163,12 @@ TEST(SplTest, CountLeadingZeros64) {
}
}
// TODO(bugs.webrtc.org/345674544): Fix/enable.
#if defined(__has_feature) && __has_feature(undefined_behavior_sanitizer)
TEST(SplTest, DISABLED_MathOperationsTest) {
#else
TEST(SplTest, MathOperationsTest) {
#endif
int A = 1134567892;
int32_t num = 117;
int32_t den = -5;