Bug 164257 - REGRESSION: LayoutTest memory/memory-pressure-simulation.html is a flaky failure
Summary: REGRESSION: LayoutTest memory/memory-pressure-simulation.html is a flaky failure
Status: RESOLVED DUPLICATE of bug 163905
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-31 17:25 PDT by Ryan Haddad
Modified: 2016-11-01 09:34 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***