Skip to content

Build and Test

Build and Test #1767

Manually triggered December 18, 2024 00:53
Status Failure
Total duration 1h 21m 30s
Artifacts 3

Build-And-Test.yml

on: workflow_dispatch
Matrix: windows_vs_build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 51 warnings
osx_build
Process completed with exit code 1.
linux_build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
linux_build: test/DebuggerTesting/OpenDebug/Events/StoppedEvent.cs#L171
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L51
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L70
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L166
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L183
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L229
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L258
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L296
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
linux_build: test/CppTests/Tests/CoreDumpTests.cs#L137
Do not use Assert.True() to check for string equality. Use Assert.Equal instead. (https://xunit.net/xunit.analyzers/rules/xUnit2010)
linux_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L109
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Release): src/MICoreUnitTests/CommandLockTests.cs#L26
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Release): src/MICoreUnitTests/CommandLockTests.cs#L80
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Release): src/MICoreUnitTests/CommandLockTests.cs#L92
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Release): src/MICoreUnitTests/CommandLockTests.cs#L143
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Release): src/MICoreUnitTests/CommandLockTests.cs#L166
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Release): src/MICoreUnitTests/AndroidLauncherTests.cs#L58
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Release): src/MICoreUnitTests/AndroidLauncherTests.cs#L136
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Release): src/MICoreUnitTests/BasicLaunchOptionsTests.cs#L186
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Release): src/MICoreUnitTests/BasicLaunchOptionsTests.cs#L203
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Debug): src/DebugEngineHost/HostOutputWindow.cs#L72
Await/join tasks created from ThreadHelper.JoinableTaskFactory.RunAsync (https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/VSSDK007.md)
windows_vs_build (Debug): src/MICoreUnitTests/AndroidLauncherTests.cs#L58
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Debug): src/MICoreUnitTests/AndroidLauncherTests.cs#L136
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Debug): src/MICoreUnitTests/CommandLockTests.cs#L26
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Debug): src/MICoreUnitTests/CommandLockTests.cs#L80
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Debug): src/MICoreUnitTests/CommandLockTests.cs#L92
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Debug): src/MICoreUnitTests/CommandLockTests.cs#L166
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Debug): src/MICoreUnitTests/CommandLockTests.cs#L143
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vs_build (Debug): src/MICoreUnitTests/BasicLaunchOptionsTests.cs#L186
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vs_build (Debug): src/MICoreUnitTests/BasicLaunchOptionsTests.cs#L203
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vscode_build: src/DebugEngineHost/HostOutputWindow.cs#L72
Await/join tasks created from ThreadHelper.JoinableTaskFactory.RunAsync (https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/VSSDK007.md)
windows_vscode_build: src/MICoreUnitTests/CommandLockTests.cs#L26
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vscode_build: src/MICoreUnitTests/CommandLockTests.cs#L80
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vscode_build: src/MICoreUnitTests/CommandLockTests.cs#L92
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vscode_build: src/MICoreUnitTests/CommandLockTests.cs#L166
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vscode_build: src/MICoreUnitTests/AndroidLauncherTests.cs#L58
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vscode_build: src/MICoreUnitTests/CommandLockTests.cs#L143
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
windows_vscode_build: src/MICoreUnitTests/AndroidLauncherTests.cs#L136
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vscode_build: src/MICoreUnitTests/BasicLaunchOptionsTests.cs#L186
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
windows_vscode_build: src/MICoreUnitTests/BasicLaunchOptionsTests.cs#L203
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/DebuggerTesting/OpenDebug/Events/StoppedEvent.cs#L171
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L51
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L70
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L166
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L183
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L229
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L258
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L296
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L109
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
osx_build: test/CppTests/OpenDebug/CrossPlatCpp/InspectorValueExtensions.cs#L124
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)

Artifacts

Produced during runtime
Name Size
linux_x64_results
728 KB
osx_x64_results
127 KB
win_msys2_x64_results
932 KB