Bug 164257
| Summary: | REGRESSION: LayoutTest memory/memory-pressure-simulation.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | youennf |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=163905 | ||
Ryan Haddad
LayoutTest memory/memory-pressure-simulation.html is a flaky failure
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r208185%20(1112)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=memory%2Fmemory-pressure-simulation.html
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/memory/memory-pressure-simulation-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/memory/memory-pressure-simulation-actual.txt
@@ -4,7 +4,7 @@
Verify that we're not running under memory pressure from the beginning.
-PASS internals.isUnderMemoryPressure is false
+FAIL internals.isUnderMemoryPressure should be false. Was true.
Begin simulated memory pressure.
PASS internals.isUnderMemoryPressure is true
End simulated memory pressure.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
I think this is fallout from http://trac.webkit.org/changeset/207967
Ryan Haddad
The test is no longer flaky after http://trac.webkit.org/changeset/207967 was rolled out in http://trac.webkit.org/changeset/208200
*** This bug has been marked as a duplicate of bug 163905 ***