| Summary: | REGRESSION: (r257025) [ Mac wk2 ] http/tests/inspector/network/resource-sizes-disk-cache.html is failing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jason Lawrence <Lawrence.j> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac | ||
| OS: | macOS 10.15 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=207882 | ||
|
Description
Jason Lawrence
2020-02-20 07:15:26 PST
I have marked this test as failing while this issue is investigated. https://trac.webkit.org/changeset/257057/webkit It looks like the regression point is r257025. I was able to reproduce the issue on r257052 and r257025, but was not able to reproduce it onr257013. r257052: run-webkit-tests http/tests/inspector/network/resource-sizes-disk-cache.html --iterations 4000 --exit-after-n-failures 5 -f —force[12/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [15/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [18/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [22/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [26/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) Exiting early after 5 failures. 23 tests run. 18 tests ran as expected, 5 didn't (3977 didn't run): r257025: run-webkit-tests http/tests/inspector/network/resource-sizes-disk-cache.html --iterations 4000 --exit-after-n-failures 5 -f --force [12/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [14/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [18/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [21/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) [22/4000] http/tests/inspector/network/resource-sizes-disk-cache.html failed unexpectedly (text diff) Exiting early after 5 failures. 19 tests run. 14 tests ran as expected, 5 didn't (3981 didn't run): r257013: run-webkit-tests http/tests/inspector/network/resource-sizes-disk-cache.html --iterations 4000 --exit-after-n-failures 5 -f --force All 4000 tests ran as expected. I have rolled this commit out. https://trac.webkit.org/changeset/257061/webkit I removed the test expectations. https://trac.webkit.org/changeset/257063/webkit |