editing/mac/attributed-string/font-style-variant-effect.html is a constant failure across WK1 platforms. HISTORY: https://results.webkit.org/?suite=layout-tests&test=editing%2Fmac%2Fattributed-string%2Ffont-style-variant-effect.html I was able to replicate this failure as follows: run-webkit-tests --root editing/mac/attributed-string/font-style-variant-effect.html -1 DIFF TEXT: @@ -43,7 +43,17 @@ NSKern: 0pt NSStrokeColor: #000000 (sRGB) NSStrokeWidth: 0 -[ small-caps outline emboss ] +[ ] + NSFont: Times-Roman 16.00 pt. + NSKern: 0pt + NSStrokeColor: #000000 (sRGB) + NSStrokeWidth: 0 +[small-caps] + NSFont: Times-Roman 16.00 pt. + NSKern: 0pt + NSStrokeColor: #000000 (sRGB) + NSStrokeWidth: 0 +[ outline emboss ] NSFont: Times-Roman 16.00 pt. NSKern: 0pt NSStrokeColor: #000000 (sRGB)
<rdar://problem/105472048>
Pull request: https://github.com/WebKit/WebKit/pull/10111
Test gardening commit 260284@main (f5437fdf2683): <https://commits.webkit.org/260284@main> Reviewed commits have been landed. Closing PR #10111 and removing active labels.
I was also able to identify a potential regression point as 260129@main as I was able to replicate the failure on 260130@main and 260131@main but the test passed at 260129@main. I was able to replicate this failure on a build of 260130@main as follows: run-webkit-tests editing/mac/attributed-string/font-style-variant-effect.html -1
(In reply to Bri Harris from comment #4) > I was also able to identify a potential regression point as 260129@main as I > was able to replicate the failure on 260130@main and 260131@main but the > test passed at 260129@main. > > > I was able to replicate this failure on a build of 260130@main as follows: > > run-webkit-tests > editing/mac/attributed-string/font-style-variant-effect.html -1 Regression should be 260130@main, not 260129@main.
Looking now
Pull request: https://github.com/WebKit/WebKit/pull/10119
Test gardening commit 260295@main (0e5a3f28aeb2): <https://commits.webkit.org/260295@main> Reviewed commits have been landed. Closing PR #10119 and removing active labels.
Re-opened since this is blocked by bug 253028
Handling in https://bugs.webkit.org/show_bug.cgi?id=253033