Bug 164257

Summary: REGRESSION: LayoutTest memory/memory-pressure-simulation.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: 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

Description Ryan Haddad 2016-10-31 17:25:54 PDT
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.
Comment 1 Ryan Haddad 2016-10-31 17:30:03 PDT
I think this is fallout from http://trac.webkit.org/changeset/207967
Comment 2 Ryan Haddad 2016-11-01 09:34:59 PDT
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 ***