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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-loader.html

Issue 132993009: Use mock temp file in profiler tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comment Created 6 years, 11 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
Index: LayoutTests/inspector/profiler/heap-snapshot-loader.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-loader.html b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
index 8774d994c2805bea484a7df595386c270bd37b43..31533880e169b2b9cde49d1a28b878365d63f96f 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-loader.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
@@ -58,24 +58,6 @@ function test()
}
InspectorTest.runTestSuite([
- function clearHeapProfilerTempStorage(next)
- {
- function didFail(e)
- {
- InspectorTest.addResult("FAIL: " + e);
- InspectorTest.completeTest();
- }
- function didGetFS(fs)
- {
- fs.root.getDirectory("heap-profiler", { create: false }, didGetDir, next);
- }
- function didGetDir(dir)
- {
- dir.removeRecursively(next, didFail);
- }
- window.webkitRequestFileSystem(window.TEMPORARY, 10, didGetFS, didFail);
- },
-
function heapSnapshotLoaderTest(next)
{
var loader = new WebInspector.HeapSnapshotLoader();
« no previous file with comments | « LayoutTests/http/tests/inspector/inspector-test.js ('k') | LayoutTests/inspector/profiler/heap-snapshot-loader-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698