Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: LayoutTests/http/tests/inspector-enabled/resource-tree/resource-tree-mimetype.html

Issue 964173002: Oilpan: improve resource-tree-mimetype.html stability. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector-enabled/resource-tree/resource-tree-mimetype.html
diff --git a/LayoutTests/http/tests/inspector-enabled/resource-tree/resource-tree-mimetype.html b/LayoutTests/http/tests/inspector-enabled/resource-tree/resource-tree-mimetype.html
index b40aea8d93da485524a90b5df923549d1dfea321..0f00801c3ab262a57eaa7e5ae9df86d6d630df28 100644
--- a/LayoutTests/http/tests/inspector-enabled/resource-tree/resource-tree-mimetype.html
+++ b/LayoutTests/http/tests/inspector-enabled/resource-tree/resource-tree-mimetype.html
@@ -10,6 +10,13 @@ function onload()
testRunner.waitUntilDone();
testRunner.showWebInspector();
}
+ // This test enumerates all resources currently registered, potentially
+ // including ones no longer reachable, but not yet garbage collected
+ // and finalized.
+ //
+ // To ensure stable test output, perform a GC right here to flush out
+ // the finalizable resources.
+ gc();
runTest();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698