Merge branch 'master' into expect-debugger-spec
This commit is contained in:
commit
faef453df5
257 changed files with 4731 additions and 2535 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue