test: remove non-applicable processMemoryInfo specs (#17679)
This commit is contained in:
parent
9c3cb55ef2
commit
c4020308c9
2 changed files with 0 additions and 38 deletions
15
spec/fixtures/api/sandbox.html
vendored
15
spec/fixtures/api/sandbox.html
vendored
|
@ -35,21 +35,6 @@
|
|||
await invokeGc()
|
||||
ipcRenderer.send('answer', new Hello().say())
|
||||
},
|
||||
// FIXME: Chromium 67 - getProcessMemoryInfo has been removed
|
||||
// 'allocate-memory': async () => {
|
||||
// await invokeGc()
|
||||
// const {privateBytes: bytesBeforeOpen} = process.getProcessMemoryInfo()
|
||||
// let w = open('./allocate-memory.html')
|
||||
// await invokeGc()
|
||||
// const {privateBytes: bytesAfterOpen} = process.getProcessMemoryInfo()
|
||||
// w.close()
|
||||
// w = null
|
||||
// await invokeGc()
|
||||
// const {privateBytes: bytesAfterClose} = process.getProcessMemoryInfo()
|
||||
// ipcRenderer.send('answer', {
|
||||
// bytesBeforeOpen, bytesAfterOpen, bytesAfterClose
|
||||
// })
|
||||
// },
|
||||
'window-events': () => {
|
||||
document.title = 'changed'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue