Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 048eb8af1e67bc8e75d6c0bbd98986909fd3f086
https://github.com/WebKit/WebKit/commit/048eb8af1e67bc8e75d6c0bbd98986909fd3f086
Author: Fujii Hironori <[email protected]>
Date: 2025-12-30 (Tue, 30 Dec 2025)
Changed paths:
M Tools/TestWebKitAPI/Tests/WTF/OptionCountedSet.cpp
Log Message:
-----------
[GTK][WPE] REGRESSION(303110@main): ASSERTION FAILED:
hasOneBitSet(static_cast<StorageType>(option)) in WTF_OptionSet tests
https://bugs.webkit.org/show_bug.cgi?id=304769
Reviewed by Nikolas Zimmermann.
Both tests OptionSet.cpp and OptionCountedSet.cpp defines a same name
TestWebKitAPI::ExampleFlags enum class. This made the tests fail in debug
builds. Rename the one in OptionCountedSet.cpp to OptionCountedSetTestFlags.
* Tools/TestWebKitAPI/Tests/WTF/OptionCountedSet.cpp:
(TestWebKitAPI::TEST(WTF_OptionCountedSet, EmptySet)):
(TestWebKitAPI::TEST(WTF_OptionCountedSet, AddAndRemove)):
Canonical link: https://commits.webkit.org/304997@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications