Skip failing intl tests
Created attachment 458911 [details] Patch
Comment on attachment 458911 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=458911&action=review > JSTests/stress/intl-numberformat-rounding-increment-resolved-match-v3.js:1 > +//@ skip if ["arm", "mips"].include?($architecture) This affects all architectures though (e.g. https://bugs.webkit.org/show_bug.cgi?id=240102#c4).
(In reply to Michael Catanzaro from comment #2) > Comment on attachment 458911 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=458911&action=review > > > JSTests/stress/intl-numberformat-rounding-increment-resolved-match-v3.js:1 > > +//@ skip if ["arm", "mips"].include?($architecture) > > This affects all architectures though (e.g. > https://bugs.webkit.org/show_bug.cgi?id=240102#c4). Ah, I missed that comment. In any case, traveling so can't take a look at the actual issue, just thought I'd keep the buildbots green over the weekend.
It should be fixed by https://commits.webkit.org/250323@trunk. Please confirm when you get a chance.
(In reply to Michael Catanzaro from comment #4) > It should be fixed by https://commits.webkit.org/250323@trunk. Please > confirm when you get a chance. Yup, fixed.
<rdar://problem/92942348>