Summary: | [ Mojave WK1 iOS Sim WK2] Layout Test imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm is a flaky crash | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Shawn Roberts <sroberts> | ||||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED DUPLICATE | ||||||||
Severity: | Normal | CC: | achristensen, ap, cdumez, lforschler, webkit-bot-watchers-bugzilla, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=194523 https://bugs.webkit.org/show_bug.cgi?id=159724 |
||||||||
Attachments: |
|
Description
Shawn Roberts
2019-03-26 14:59:55 PDT
Created attachment 366007 [details]
iOS Sim Crash
Updated test expectations in https://trac.webkit.org/changeset/243521/webkit Was marked Pass Fail before, added Crash to the expectation file. I'll continue to try to reproduce this and look into how to fix it. I just finished running this test 20000 times with 0 crashes. Here is what I used to run it: run-webkit-tests --release --iterations=100 --repeat-each=200 -1 imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm (In reply to Alex Christensen from comment #5) > I just finished running this test 20000 times with 0 crashes. Here is what > I used to run it: > > run-webkit-tests --release --iterations=100 --repeat-each=200 -1 > imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm Sometimes, adding -gf helps: run-webkit-tests --release --repeat-each=200 -1 -gf imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm I have used -gf as well in the past as well. In this particular case I did: run-webkit-tests imported/w3c/web-platform-tests/xhr/send-redirect-post-upload.htm --iterations 5000 -1 -f To state the obvious, Mac and iOS crash signatures look quite different. *** This bug has been marked as a duplicate of bug 159724 *** (In reply to Alexey Proskuryakov from comment #8) > To state the obvious, Mac and iOS crash signatures look quite different. bug 159724 makes the two crashes the same. Since no increased crash rate was observed in Mojave WK2, it will not affect Safari updates. |