Merge branch 'master' into expect-debugger-spec

This commit is contained in:
John Kleinschmidt
2018-06-19 11:22:25 -04:00
committed by GitHub
257 changed files with 4731 additions and 2535 deletions

View File

@@ -144,7 +144,8 @@ describe('debugger module', () => {
})
})
it('handles valid unicode characters in message', (done) => {
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable back.
xit('handles valid unicode characters in message', (done) => {
try {
w.webContents.debugger.attach()
} catch (err) {
@@ -173,7 +174,8 @@ describe('debugger module', () => {
})
})
it('does not crash for invalid unicode characters in message', done => {
// TODO(alexeykuzmin): [Ch66] Times out. Fix it and enable back.
xit('does not crash for invalid unicode characters in message', (done) => {
try {
w.webContents.debugger.attach()
} catch (err) {