NEW309746
[WPE][ARM64] Some WTF.clamp API tests are failing on arm64
https://bugs.webkit.org/show_bug.cgi?id=309746
Summary [WPE][ARM64] Some WTF.clamp API tests are failing on arm64
Lauro Moura
Reported 2026-03-11 19:40:24 PDT
WTF.clampSameSignIntegers WTF.clampSignedToUnsigned WTF.clampUnsignedToSigned Failing consistently for at least the last 30 jobs up to 309102@main **FAIL** WTF.clampSameSignIntegers ../../../Tools/TestWebKitAPI/Tests/WTF/MathExtras.cpp:352 Expected equality of these values: clampTo<TargetType>(static_cast<SourceType>(-1)) Which is: '\0' **FAIL** WTF.clampSignedToUnsigned ../../../Tools/TestWebKitAPI/Tests/WTF/MathExtras.cpp:407 Expected equality of these values: clampTo<TargetType>(static_cast<SourceType>(-1)) Which is: '\xFF' (255) **FAIL** WTF.clampUnsignedToSigned ../../../Tools/TestWebKitAPI/Tests/WTF/MathExtras.cpp:388 Expected equality of these values: clampTo<TargetType>(std::numeric_limits<SourceType>::max() - 1) Which is: '\xFE' (254)
Attachments
Note You need to log in before you can comment on or make changes to this bug.