Skip to content

check if installing runtime works

4475e6e
Select commit
Loading
Failed to load commit list.
Draft

Log runtime mode acquired #8207

check if installing runtime works
4475e6e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet.vscode-csharp failed Apr 25, 2025 in 17m 41s

Build #2.75.20+fe9dfb8cbc had test failures

Details

Tests

  • 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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L1081

Cmd.exe exited with code '1'.

Check failure on line 1519 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L1519

Bash exited with code '1'.

Check failure on line 876 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

Build log #L876

Cmd.exe exited with code '1'.

Check failure on line 1 in ..\..\test\omnisharp\omnisharpIntegrationTests\documentSymbolProvider.integration.test.ts

See this annotation in the file changed.

@azure-pipelines 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)

Check failure on line 1 in ..\..\test\omnisharp\omnisharpIntegrationTests\documentSymbolProvider.integration.test.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

..\..\test\omnisharp\omnisharpIntegrationTests\documentSymbolProvider.integration.test.ts

Test failed
Raw output
{}

Check failure on line 1 in ..\..\test\omnisharp\omnisharpIntegrationTests\hoverProvider.integration.test.ts

See this annotation in the file changed.

@azure-pipelines 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)

Check failure on line 1 in ..\..\test\omnisharp\omnisharpIntegrationTests\hoverProvider.integration.test.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.vscode-csharp

..\..\test\omnisharp\omnisharpIntegrationTests\hoverProvider.integration.test.ts

Test failed
Raw output
{}