Bug 272249 - NEW TEST (277103@main): [ MacOS ] 2 tests in imported/w3c/web-platform-tests/css are constant failure on x86 and Monterey
Summary: NEW TEST (277103@main): [ MacOS ] 2 tests in imported/w3c/web-platform-tests/...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-05 14:47 PDT by Marta Darbinyan
Modified: 2024-04-09 17:15 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marta Darbinyan 2024-04-05 14:47:03 PDT
Description:

imported/w3c/web-platform-tests/css/css-animations/animate-with-color-mix.html 
imported/w3c/web-platform-tests/css/css-transitions/animations/animate-with-color-mix.html 

are constant failure on macOS Monterey on wk2 and wk1, Ventura, Sonoma wk2 only since they were enabled in 277103@main. 

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-animations%2Fanimate-with-color-mix.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-transitions%2Fanimations%2Fanimate-with-color-mix.html

Diff:
-FAIL Animate from neutral keyframe with color-mix to legacy rgb assert_true: Actual value oklab(0.5981807 1.7931633e-7 3.4984055e-8) not recognized as an oklab color expected true got false
-FAIL Animate from legacy rgb to neutral keyframe with color-mix assert_true: Actual value oklab(0.5981807 1.7931633e-7 3.4984055e-8) not recognized as an oklab color expected true got false
-FAIL Animate from neutral keyframe with color-mix to srgb assert_true: Actual value oklab(0.5981807 1.7931633e-7 3.4984055e-8) not recognized as an oklab color expected true got false
-FAIL Animate from srgb to neutral keyframe with color-mix assert_true: Actual value oklab(0.5981807 1.7931633e-7 3.4984055e-8) not recognized as an oklab color expected true got false
-FAIL Animate from color-mix with transparency to legacy rgba assert_true: Actual value oklab(0.5981807 1.7931633e-7 3.4984055e-8) not recognized as an oklab color expected true got false
+FAIL Animate from neutral keyframe with color-mix to legacy rgb assert_true: Actual value oklab(0.5981807 8.940697e-8 2.9802322e-8) not recognized as an oklab color expected true got false
+FAIL Animate from legacy rgb to neutral keyframe with color-mix assert_true: Actual value oklab(0.5981807 8.940697e-8 2.9802322e-8) not recognized as an oklab color expected true got false
+FAIL Animate from neutral keyframe with color-mix to srgb assert_true: Actual value oklab(0.5981807 8.940697e-8 2.9802322e-8) not recognized as an oklab color expected true got false
+FAIL Animate from srgb to neutral keyframe with color-mix assert_true: Actual value oklab(0.5981807 8.940697e-8 2.9802322e-8) not recognized as an oklab color expected true got false
+FAIL Animate from color-mix with transparency to legacy rgba assert_true: Actual value oklab(0.5981807 8.940697e-8 2.9802322e-8) not recognized as an oklab color expected true got false
 FAIL Animate from legacy rgba to color-mix with transparency assert_true: Actual value oklab(1 0 5.9604645e-8 / 0.7490196) not recognized as an oklab color expected true got false

Link:
https://build.webkit.org/results/Apple-Sonoma-Release-WK2-Tests/277108@main%20(2312)/imported/w3c/web-platform-tests/css/css-animations/animate-with-color-mix-pretty-diff.html
Comment 1 Radar WebKit Bug Importer 2024-04-05 14:47:27 PDT
<rdar://problem/125991079>
Comment 2 Antoine Quint 2024-04-06 01:27:34 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26935
Comment 3 Antoine Quint 2024-04-06 01:31:32 PDT
We'll actually fix those tests in https://bugs.webkit.org/show_bug.cgi?id=272083.
Comment 4 EWS 2024-04-06 01:34:00 PDT
Test gardening commit 277156@main (b58ded80e367): <https://commits.webkit.org/277156@main>

Reviewed commits have been landed. Closing PR #26935 and removing active labels.
Comment 5 EWS 2024-04-09 17:15:21 PDT
Test gardening commit 277278@main (72e356e2f9ff): <https://commits.webkit.org/277278@main>

Reviewed commits have been landed. Closing PR #27057 and removing active labels.