Merge pull request #8926 from electron/upgrade-libcc-for-heap-snapshot-patch
Upgrade libcc and brightray to latest
This commit is contained in:
commit
fe5db82d47
3 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ import sys
|
|||
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
||||
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
|
||||
'82ea4bfcb7e594aa7b49e02c9bee32500688a62a'
|
||||
'44448acf6a21024b9adb7140ffef6402a509f8bf'
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
|
|
|
@ -21,8 +21,9 @@ describe('chromium feature', function () {
|
|||
listener = null
|
||||
})
|
||||
|
||||
xdescribe('heap snapshot', function () {
|
||||
describe('heap snapshot', function () {
|
||||
it('does not crash', function () {
|
||||
if (process.env.TRAVIS === 'true') return
|
||||
process.atomBinding('v8_util').takeHeapSnapshot()
|
||||
})
|
||||
})
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 6ccb1aaf35248f3fff4ec63e07b110675dce9de6
|
||||
Subproject commit d0144ba2c9024d65cdf260abf5c03c742afff3fd
|
Loading…
Add table
Add a link
Reference in a new issue