Bump @tootallnate/once and @vscode/test-electron #9044
Build #2.131.65+d2aeac33a5 had test failures
Details
- Failed: 10 (0.21%)
- Passed: 4,392 (92.15%)
- Other: 364 (7.64%)
- Total: 4,766
Annotations
Check failure on line 254 in Build log
azure-pipelines / dotnet.vscode-csharp
Build log #L254
Cmd.exe exited with code '1'.
Check failure on line 1 in ..\..\test\razor\razorIntegrationTests\reference.integration.test.ts
azure-pipelines / dotnet.vscode-csharp
..\..\test\razor\razorIntegrationTests\reference.integration.test.ts
Test failed
Raw output
● Test suite failed to run
TypeError: Cannot read properties of undefined (reading 'projects')
31 | export class TestAssetWorkspace {
32 | constructor(workspace: ITestAssetWorkspace) {
> 33 | this.projects = workspace.projects.map((w) => new TestAssetProject(w));
| ^
34 |
35 | this.description = workspace.description;
36 | }
at new TestAssetWorkspace (../../lsptoolshost/integrationTests/testAssets/testAssets.ts:33:35)
at Object.<anonymous> (../../lsptoolshost/integrationTests/testAssets/testAssetWorkspace.ts:27:34)
at Object.<anonymous> (../../lsptoolshost/integrationTests/integrationHelpers.ts:12:1)
at Object.<anonymous> (reference.integration.test.ts:10:1)
Check failure on line 1 in ..\..\test\razor\razorIntegrationTests\reference.integration.test.ts
azure-pipelines / dotnet.vscode-csharp
..\..\test\razor\razorIntegrationTests\reference.integration.test.ts
Test failed
Raw output
{}
Check failure on line 1 in ..\..\test\razor\razorIntegrationTests\completion.integration.test.ts
azure-pipelines / dotnet.vscode-csharp
..\..\test\razor\razorIntegrationTests\completion.integration.test.ts
Test failed
Raw output
● Test suite failed to run
TypeError: Cannot read properties of undefined (reading 'projects')
31 | export class TestAssetWorkspace {
32 | constructor(workspace: ITestAssetWorkspace) {
> 33 | this.projects = workspace.projects.map((w) => new TestAssetProject(w));
| ^
34 |
35 | this.description = workspace.description;
36 | }
at new TestAssetWorkspace (../../lsptoolshost/integrationTests/testAssets/testAssets.ts:33:35)
at Object.<anonymous> (../../lsptoolshost/integrationTests/testAssets/testAssetWorkspace.ts:27:34)
at Object.<anonymous> (../../lsptoolshost/integrationTests/integrationHelpers.ts:12:1)
at Object.<anonymous> (completion.integration.test.ts:10:1)
Check failure on line 1 in ..\..\test\razor\razorIntegrationTests\completion.integration.test.ts
azure-pipelines / dotnet.vscode-csharp
..\..\test\razor\razorIntegrationTests\completion.integration.test.ts
Test failed
Raw output
{}