Log runtime mode acquired #8207
Build #2.75.20+fe9dfb8cbc had test failures
Details
- Failed: 20 (0.55%)
- Passed: 3,416 (93.74%)
- Other: 208 (5.71%)
- Total: 3,644
Annotations
Check failure on line 1081 in Build log
azure-pipelines / dotnet.vscode-csharp
Build log #L1081
Cmd.exe exited with code '1'.
Check failure on line 1519 in Build log
azure-pipelines / dotnet.vscode-csharp
Build log #L1519
Bash exited with code '1'.
Check failure on line 876 in Build log
azure-pipelines / dotnet.vscode-csharp
Build log #L876
Cmd.exe exited with code '1'.
azure-pipelines / dotnet.vscode-csharp
..\..\test\omnisharp\omnisharpIntegrationTests\documentSymbolProvider.integration.test.ts
Test failed
Raw output
● Test suite failed to run
TypeError: Cannot read properties of undefined (reading 'uri')
24 | };
25 |
> 26 | const workspaceName = vscode.workspace.workspaceFolders![0].uri.fsPath.split(path.sep).pop();
| ^
27 |
28 | const activeTestAssetWorkspace = new OmnisharpTestAssetWorkspace(testAssetWorkspaces[workspaceName!]);
29 |
at Object.<anonymous> (testAssets/activeTestAssetWorkspace.ts:26:61)
at Object.<anonymous> (documentSymbolProvider.integration.test.ts:9:1)
azure-pipelines / dotnet.vscode-csharp
..\..\test\omnisharp\omnisharpIntegrationTests\documentSymbolProvider.integration.test.ts
Test failed
Raw output
{}
azure-pipelines / dotnet.vscode-csharp
..\..\test\omnisharp\omnisharpIntegrationTests\hoverProvider.integration.test.ts
Test failed
Raw output
● Test suite failed to run
TypeError: Cannot read properties of undefined (reading 'uri')
81 | function isGivenSln(workspace: typeof vscode.workspace, expectedProjectFileName: string) {
82 | const primeWorkspace = workspace.workspaceFolders![0];
> 83 | const projectFileName = primeWorkspace.uri.fsPath.split(path.sep).pop();
| ^
84 |
85 | return projectFileName === expectedProjectFileName;
86 | }
at isGivenSln (integrationHelpers.ts:83:44)
at isRazorWorkspace (integrationHelpers.ts:70:12)
at Object.<anonymous> (integrationHelpers.ts:89:6)
at Object.<anonymous> (hoverProvider.integration.test.ts:9:1)
azure-pipelines / dotnet.vscode-csharp
..\..\test\omnisharp\omnisharpIntegrationTests\hoverProvider.integration.test.ts
Test failed
Raw output
{}