Bug 230510 - Regression (r282768): [ macOS Release ] TestWebKitAPI.FontManagerTests.ChangeAttributesWithFontEffectsBox is failing
Summary: Regression (r282768): [ macOS Release ] TestWebKitAPI.FontManagerTests.Change...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac (Intel) Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-20 14:19 PDT by ayumi_kojima
Modified: 2021-09-25 13:17 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-09-20 14:19:40 PDT
TestWebKitAPI.FontManagerTests.ChangeAttributesWithFontEffectsBox

Is failing on BigSur Release and Catalina Release.

History: https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.FontManagerTests.ChangeAttributesWithFontEffectsBox 

The history indicates that the failure seems to have started at https://trac.webkit.org/changeset/282768/webkit

 /Volumes/Data/worker/catalina-release/build/Tools/TestWebKitAPI/Tests/mac/FontManagerTests.mm:288
        Expected equality of these values:
          "rgb(0, 0, 0) 0px 1.25px 8px"
          textShadowAroundSelection()
            Which is: "rgb(0, 0, 0) 7.654042497785054e-17px 1.25px 8px"
        
        
        /Volumes/Data/worker/catalina-release/build/Tools/TestWebKitAPI/Tests/mac/FontManagerTests.mm:291
        Expected equality of these values:
          shadow.shadowOffset.width
            Which is: 7.65404e-17
          0
        
        
        /Volumes/Data/worker/catalina-release/build/Tools/TestWebKitAPI/Tests/mac/FontManagerTests.mm:309
        Expected equality of these values:
          "rgba(0, 0, 0, 0.2) 0px 1.25px 5px"
          textShadowAroundSelection()
            Which is: "rgba(0, 0, 0, 0.2) 7.654042497785054e-17px 1.25px 5px"
        
        
        /Volumes/Data/worker/catalina-release/build/Tools/TestWebKitAPI/Tests/mac/FontManagerTests.mm:317
        Expected equality of these values:
          shadow.shadowOffset.width
            Which is: 7.65404e-17
          0
Comment 1 Radar WebKit Bug Importer 2021-09-20 14:20:08 PDT
<rdar://problem/83323950>
Comment 2 ayumi_kojima 2021-09-20 16:56:00 PDT
The test is failing on Debug as well.
Comment 3 Alexey Proskuryakov 2021-09-25 13:17:26 PDT
r282768 was reverted in r282826.