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
commit faef453df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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) {