Bug 1219554 - Enable the browser_memory_breakdowns_01.js test on DEBUG builds; r=jsantell

This commit is contained in:
Nick Fitzgerald 2016-02-04 11:53:00 +01:00
parent ddbaefb181
commit fb18fd84c8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,6 @@ support-files =
[browser_memory_allocationStackBreakdown_01.js]
[browser_memory_breakdowns_01.js]
skip-if = debug # bug 1219554
[browser_memory_clear_snapshots.js]
skip-if = debug # bug 1219554
[browser_memory_diff_01.js]

View File

@ -13,7 +13,8 @@ this.test = makeMemoryTest(TEST_URL, function* ({ tab, panel }) {
yield takeSnapshot(panel.panelWin);
yield waitUntilSnapshotState(gStore, [states.SAVED_CENSUS]);
yield waitUntilState(gStore, state =>
state.snapshots[0].state === states.SAVED_CENSUS);
info("Check coarse type heap view");
["objects", "other", "scripts", "strings"].forEach(findNameCell);