| Summary: | REGRESSION (r286259): [ BigSur+ wk1 ] 2X imported/w3c/web-platform-tests/speech-api/SpeechSynthesis (layout-tests) are constant text failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, cfleizach, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=231895 | ||
|
Description
Robert Jenner
2021-12-09 14:44:06 PST
I was able to reproduce the failure at Monterey Production ToT using the following test: run-webkit-tests <test name goes here> -1 I was able to also discover the regression point. The history shows that these tests weren't running on wk1 prior to r286259. When I ran the same test at r286258, I found that the tests were passing. They started failing after the introduction of r286259: https://trac.webkit.org/changeset/286259/webkit (In reply to Robert Jenner from comment #2) > I was able to reproduce the failure at Monterey Production ToT using the > following test: > > run-webkit-tests <test name goes here> -1 > > > > I was able to also discover the regression point. The history shows that > these tests weren't running on wk1 prior to r286259. When I ran the same > test at r286258, I found that the tests were passing. They started failing > after the introduction of r286259: > > https://trac.webkit.org/changeset/286259/webkit I re-enabled them with this change, but I'm testing on 12.0. I think we should skip on Big Sur and just run on Monterey if this is the case (In reply to chris fleizach from comment #3) > (In reply to Robert Jenner from comment #2) > > I was able to reproduce the failure at Monterey Production ToT using the > > following test: > > > > run-webkit-tests <test name goes here> -1 > > > > > > > > I was able to also discover the regression point. The history shows that > > these tests weren't running on wk1 prior to r286259. When I ran the same > > test at r286258, I found that the tests were passing. They started failing > > after the introduction of r286259: > > > > https://trac.webkit.org/changeset/286259/webkit > > I re-enabled them with this change, but I'm testing on 12.0. I think we > should skip on Big Sur and just run on Monterey if this is the case Okay, that sounds good for BigSur. I will get them skipped for wk1 there. What should be done for it failing on wk1 Monterey? (In reply to Robert Jenner from comment #4) > (In reply to chris fleizach from comment #3) > > (In reply to Robert Jenner from comment #2) > > > I was able to reproduce the failure at Monterey Production ToT using the > > > following test: > > > > > > run-webkit-tests <test name goes here> -1 > > > > > > > > > > > > I was able to also discover the regression point. The history shows that > > > these tests weren't running on wk1 prior to r286259. When I ran the same > > > test at r286258, I found that the tests were passing. They started failing > > > after the introduction of r286259: > > > > > > https://trac.webkit.org/changeset/286259/webkit > > > > I re-enabled them with this change, but I'm testing on 12.0. I think we > > should skip on Big Sur and just run on Monterey if this is the case > > > > Okay, that sounds good for BigSur. I will get them skipped for wk1 there. > > What should be done for it failing on wk1 Monterey? Can you skip all WK1. I will look into the Monterey case https://bugs.webkit.org/show_bug.cgi?id=234125 I feel like that should pass without issue (In reply to chris fleizach from comment #5) > (In reply to Robert Jenner from comment #4) > > (In reply to chris fleizach from comment #3) > > > (In reply to Robert Jenner from comment #2) > > > > I was able to reproduce the failure at Monterey Production ToT using the > > > > following test: > > > > > > > > run-webkit-tests <test name goes here> -1 > > > > > > > > > > > > > > > > I was able to also discover the regression point. The history shows that > > > > these tests weren't running on wk1 prior to r286259. When I ran the same > > > > test at r286258, I found that the tests were passing. They started failing > > > > after the introduction of r286259: > > > > > > > > https://trac.webkit.org/changeset/286259/webkit > > > > > > I re-enabled them with this change, but I'm testing on 12.0. I think we > > > should skip on Big Sur and just run on Monterey if this is the case > > > > > > > > Okay, that sounds good for BigSur. I will get them skipped for wk1 there. > > > > What should be done for it failing on wk1 Monterey? > > Can you skip all WK1. I will look into the Monterey case > https://bugs.webkit.org/show_bug.cgi?id=234125 > > I feel like that should pass without issue Disabled for all Mac wk1 here: https://trac.webkit.org/changeset/286980/webkit (In reply to Robert Jenner from comment #6) > (In reply to chris fleizach from comment #5) > > (In reply to Robert Jenner from comment #4) > > > (In reply to chris fleizach from comment #3) > > > > (In reply to Robert Jenner from comment #2) > > > > > I was able to reproduce the failure at Monterey Production ToT using the > > > > > following test: > > > > > > > > > > run-webkit-tests <test name goes here> -1 > > > > > > > > > > > > > > > > > > > > I was able to also discover the regression point. The history shows that > > > > > these tests weren't running on wk1 prior to r286259. When I ran the same > > > > > test at r286258, I found that the tests were passing. They started failing > > > > > after the introduction of r286259: > > > > > > > > > > https://trac.webkit.org/changeset/286259/webkit > > > > > > > > I re-enabled them with this change, but I'm testing on 12.0. I think we > > > > should skip on Big Sur and just run on Monterey if this is the case > > > > > > > > > > > > Okay, that sounds good for BigSur. I will get them skipped for wk1 there. > > > > > > What should be done for it failing on wk1 Monterey? > > > > Can you skip all WK1. I will look into the Monterey case > > https://bugs.webkit.org/show_bug.cgi?id=234125 > > > > I feel like that should pass without issue > > > Disabled for all Mac wk1 here: > > https://trac.webkit.org/changeset/286980/webkit Thanks for your help |