mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
chore: update to Electron 22 (#177600)
* Revert "chore: revert to Electron 19 (#175851)" This reverts commit3a11b47eee. * chore: bump electron@22.3.3 * build: use custom version for V8 sandbox * chore: update electron@22.4.1 * chore: enable forceAllocationsToV8Sandbox for extension host * chore: bump electron@22.4.2 * chore: bump electron@22.4.3 * sandbox - cleanup from electron 22 update (#178919) * Revert "chore: revert to Electron 19 (#175851)" This reverts commit3a11b47eee. * chore: bump electron@22.3.3 * build: use custom version for V8 sandbox * chore: update electron@22.4.1 * chore: enable forceAllocationsToV8Sandbox for extension host * chore: bump electron@22.4.2 * chore: bump electron@22.4.3 * temp: update distro * sandbox - cleanup from electron 22 update * missing comile * more changes * fix build * restore * 💄 * compile --------- Co-authored-by: deepak1556 <hop2deep@gmail.com> --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
This commit is contained in:
@@ -27,7 +27,7 @@ const optimist = require('optimist')
|
||||
const TEST_GLOB = '**/test/**/*.test.js';
|
||||
|
||||
const excludeGlobs = [
|
||||
'**/{browser,electron-sandbox,electron-browser,electron-main}/**/*.test.js',
|
||||
'**/{browser,electron-sandbox,electron-main}/**/*.test.js',
|
||||
'**/vs/platform/environment/test/node/nativeModules.test.js', // native modules are compiled against Electron and this test would fail with node.js
|
||||
'**/vs/base/parts/storage/test/node/storage.test.js', // same as above, due to direct dependency to sqlite native module
|
||||
'**/vs/workbench/contrib/testing/test/**' // flaky (https://github.com/microsoft/vscode/issues/137853)
|
||||
|
||||
Reference in New Issue
Block a user