[Webkit-unassigned] [Bug 266950] Add more `LayoutUnit::fromFloat*` API tests from Blink / Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 31 08:43:47 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=266950

--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
It fails:

Ran 4 tests of 4 with 1 successful
------------------------------
Test suite failed

Failed

    TestWebKitAPI.WebCoreLayoutUnit.FromFloatCeil
        /Users/ahmadsaleem/Documents/GitHub-Webkit-Ahmad-Fork/Untitled/Tools/TestWebKitAPI/Tests/WebCore/LayoutUnitTests.cpp:287Expected equality of these values:  LayoutUnit()    Which is: 4-byte object <00-00 00-00>  LayoutUnit::fromFloatCeil(Limits::quiet_NaN())    Which is: 4-byte object <00-00 00-80>

    TestWebKitAPI.WebCoreLayoutUnit.FromFloatFloor
        /Users/ahmadsaleem/Documents/GitHub-Webkit-Ahmad-Fork/Untitled/Tools/TestWebKitAPI/Tests/WebCore/LayoutUnitTests.cpp:305Expected equality of these values:  LayoutUnit()    Which is: 4-byte object <00-00 00-00>  LayoutUnit::fromFloatFloor(Limits::quiet_NaN())    Which is: 4-byte object <00-00 00-80>

    TestWebKitAPI.WebCoreLayoutUnit.FromFloatRound
        /Users/ahmadsaleem/Documents/GitHub-Webkit-Ahmad-Fork/Untitled/Tools/TestWebKitAPI/Tests/WebCore/LayoutUnitTests.cpp:324Expected equality of these values:  LayoutUnit()    Which is: 4-byte object <00-00 00-00>  LayoutUnit::fromFloatRound(Limits::quiet_NaN())    Which is: 4-byte object <00-00 00-80>

-- 
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/20231231/5fd2c6f8/attachment.htm>


More information about the webkit-unassigned mailing list