chore: bump chromium to 7dff37844cb3 (master) (#18059)

This commit is contained in:
Electron Bot 2019-04-30 20:18:22 -04:00 committed by Jeremy Apthorp
parent 00358545a9
commit 2616911f7a
77 changed files with 1636 additions and 294 deletions

View file

@ -402,7 +402,10 @@ describe('app module', () => {
w = new BrowserWindow({ show: false })
})
it('should emit renderer-process-crashed event when renderer crashes', async () => {
it('should emit renderer-process-crashed event when renderer crashes', async function() {
// FIXME: re-enable this test on win32.
if (process.platform === 'win32')
return this.skip()
w = new BrowserWindow({
show: false,
webPreferences: {