mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Sanity tests perf improvements (#296248)
This commit is contained in:
@@ -54,6 +54,7 @@ export function setup(context: TestContext) {
|
||||
context.test('server-web-win32-arm64', ['windows', 'arm64', 'browser'], async () => {
|
||||
const dir = await context.downloadAndUnpack('server-win32-arm64-web');
|
||||
context.validateAllAuthenticodeSignatures(dir);
|
||||
context.validateAllVersionInfo(dir);
|
||||
const entryPoint = context.getServerEntryPoint(dir);
|
||||
await testServer(entryPoint);
|
||||
});
|
||||
@@ -61,6 +62,7 @@ export function setup(context: TestContext) {
|
||||
context.test('server-web-win32-x64', ['windows', 'x64', 'browser'], async () => {
|
||||
const dir = await context.downloadAndUnpack('server-win32-x64-web');
|
||||
context.validateAllAuthenticodeSignatures(dir);
|
||||
context.validateAllVersionInfo(dir);
|
||||
const entryPoint = context.getServerEntryPoint(dir);
|
||||
await testServer(entryPoint);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user