RESOLVED FIXED 240112
REGRESSION (r291788): MotionMark Suits subtest is 9% regressed
https://bugs.webkit.org/show_bug.cgi?id=240112
Summary REGRESSION (r291788): MotionMark Suits subtest is 9% regressed
Antti Koivisto
Reported 2022-05-05 01:08:02 PDT
Attachments
Patch (10.28 KB, patch)
2022-05-11 01:58 PDT, Antti Koivisto
no flags
Patch (52.44 KB, patch)
2022-05-11 04:54 PDT, Antti Koivisto
no flags
Patch (52.72 KB, patch)
2022-05-11 05:21 PDT, Antti Koivisto
no flags
Patch (52.58 KB, patch)
2022-05-11 05:32 PDT, Antti Koivisto
no flags
Patch (53.46 KB, patch)
2022-05-11 07:50 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2022-05-05 01:08:27 PDT
Nikolas Zimmermann
Comment 2 2022-05-05 13:30:17 PDT
Hmm, that's not a small one... You found this by chance Antti? Or did the patch make you suspicious? :-)
zalan
Comment 3 2022-05-05 13:43:19 PDT
(In reply to Nikolas Zimmermann from comment #2) > Hmm, that's not a small one... You found this by chance Antti? Or did the > patch make you suspicious? :-) We run MM regularly to discover regressions (and progressions).
zalan
Comment 4 2022-05-05 20:06:22 PDT
The Suits subtest is about calling svgElement.setAttribute('transform','translate...". in a repeated manner. r291788 went from "attribute changed + set needsLayout" to "attribute changed + invalidate style" which is fine as long as the attribute is translated to a RenderStyle property, however SVG transform is special and internal to SVGGraphicsElement and it does not require style invalidation. Will post a patch soon.
zalan
Comment 5 2022-05-06 08:38:25 PDT
> Will post a patch soon. or Antti. Probably Antti.
Antti Koivisto
Comment 6 2022-05-11 01:58:40 PDT
Antti Koivisto
Comment 7 2022-05-11 04:54:23 PDT
Antti Koivisto
Comment 8 2022-05-11 05:21:31 PDT
Antti Koivisto
Comment 9 2022-05-11 05:32:37 PDT
Antti Koivisto
Comment 10 2022-05-11 07:50:36 PDT
zalan
Comment 11 2022-05-11 13:03:07 PDT
Comment on attachment 459165 [details] Patch v.nice
EWS
Comment 12 2022-05-11 13:36:15 PDT
Committed r294067 (250469@main): <https://commits.webkit.org/250469@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 459165 [details].
Fujii Hironori
Comment 13 2022-06-30 23:45:38 PDT
Bug 242230 – REGRESSION(250469@main) svg/animations/animation-leak-list-property-instances.html is randomly failing
Note You need to log in before you can comment on or make changes to this bug.