[Webkit-unassigned] [Bug 281211] REGRESSION: ASSERTION FAILED: mode == Verify => !repaintRects() in WebCore::RenderLayer::recursiveUpdateLayerPositions on imported/w3c/web-platform-tests/css/css-contain/content-visibility/content-visibility-animation-in-auto-subtree.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 10 17:44:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281211
Fujii Hironori <Hironori.Fujii at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Hironori.Fujii at sony.com
--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Because Mac port Debug build enable ENABLE_CONJECTURE_ASSERT, LAYER_POSITIONS_ASSERT_IMPLIES is CONJECTURE_ASSERT_IMPLIES on Mac Debug build.
So, you have to set __XPC_ENABLE_WEBKIT_CONJECTURE_ASSERT env var for Mac Debug.
> ./Tools/Scripts/run-webkit-tests --debug --no-build --additional-env-var=__XPC_ENABLE_WEBKIT_CONJECTURE_ASSERT=1 imported/w3c/web-platform-tests/css/css-contain/content-visibility/content-visibility-animation-in-auto-subtree.html
However, I observe another conjection assertion failure (bug#281041) for this test.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241011/fdfe8740/attachment.htm>
More information about the webkit-unassigned
mailing list