mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1219554 - Enable the browser_memory_breakdowns_01.js test on DEBUG builds; r=jsantell
This commit is contained in:
parent
ddbaefb181
commit
fb18fd84c8
@ -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]
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user