* Update dependencies from https://github.com/microsoft/clrmd build
20211027.1
Microsoft.Diagnostics.Runtime , Microsoft.Diagnostics.Runtime.Utilities
From Version 2.0.251201 -> To Version 2.0.252701
* Completely disable DebugServicesTests.RuntimeTests
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-aspnetcore -->
+ <add key="darc-pub-dotnet-aspnetcore-7c57ecb-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-7c57ecbd-3/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-7c57ecb-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-7c57ecbd-2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-7c57ecb-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-7c57ecbd-1/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-7c57ecb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-7c57ecbd/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from dotnet-runtime -->
+ <add key="darc-pub-dotnet-runtime-4822e3c-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4822e3c3-6/nuget/v3/index.json" />
+ <add key="darc-pub-dotnet-runtime-4822e3c-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4822e3c3-5/nuget/v3/index.json" />
+ <add key="darc-pub-dotnet-runtime-4822e3c-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4822e3c3-4/nuget/v3/index.json" />
<add key="darc-pub-dotnet-runtime-4822e3c-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4822e3c3-2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-runtime-4822e3c-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-4822e3c3-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<Uri>https://github.com/dotnet/symstore</Uri>
<Sha>14e48c616b8579f0c5f4d296c10b2c66e707c297</Sha>
</Dependency>
- <Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.0.251201">
+ <Dependency Name="Microsoft.Diagnostics.Runtime" Version="2.0.252701">
<Uri>https://github.com/microsoft/clrmd</Uri>
- <Sha>58ede2ab2a191fb1aefc840ccb99b8e43f7bb316</Sha>
+ <Sha>c894500cb373fe8f21d5caa6d4588b3ddcf41e47</Sha>
</Dependency>
- <Dependency Name="Microsoft.Diagnostics.Runtime.Utilities" Version="2.0.251201">
+ <Dependency Name="Microsoft.Diagnostics.Runtime.Utilities" Version="2.0.252701">
<Uri>https://github.com/microsoft/clrmd</Uri>
- <Sha>58ede2ab2a191fb1aefc840ccb99b8e43f7bb316</Sha>
+ <Sha>c894500cb373fe8f21d5caa6d4588b3ddcf41e47</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="5.0.0-alpha.1.20473.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
<!-- Other libs -->
<MicrosoftBclAsyncInterfacesVersion>1.1.0</MicrosoftBclAsyncInterfacesVersion>
- <MicrosoftDiagnosticsRuntimeVersion>2.0.251201</MicrosoftDiagnosticsRuntimeVersion>
- <MicrosoftDiagnosticsRuntimeUtilitiesVersion>2.0.251201</MicrosoftDiagnosticsRuntimeUtilitiesVersion>
+ <MicrosoftDiagnosticsRuntimeVersion>2.0.252701</MicrosoftDiagnosticsRuntimeVersion>
+ <MicrosoftDiagnosticsRuntimeUtilitiesVersion>2.0.252701</MicrosoftDiagnosticsRuntimeUtilitiesVersion>
<MicrosoftDiaSymReaderNativePackageVersion>16.9.0-beta1.21055.5</MicrosoftDiaSymReaderNativePackageVersion>
<MicrosoftDiagnosticsTracingTraceEventVersion>2.0.64</MicrosoftDiagnosticsTracingTraceEventVersion>
<MicrosoftExtensionsLoggingVersion>2.1.1</MicrosoftExtensionsLoggingVersion>
[SkippableTheory, MemberData(nameof(GetConfigurations))]
public void RuntimeTests(TestHost host)
{
+ if (OS.Kind == OSKind.Windows)
+ {
+ throw new SkipTestException("Test unstable on Windows. Issue: https://github.com/dotnet/diagnostics/issues/2709");
+ }
// The current Linux test assets are not alpine/musl
if (OS.IsAlpine)
{
IRuntime runtime = runtimeService.EnumerateRuntimes().FirstOrDefault((r) => r.Id == id);
Assert.NotNull(runtime);
- // Issue: https://github.com/dotnet/diagnostics/issues/2709
- if (OS.Kind != OSKind.Windows)
- {
- runtimeData.CompareMembers(runtime);
- }
+ runtimeData.CompareMembers(runtime);
ClrInfo clrInfo = runtime.Services.GetService<ClrInfo>();
Assert.NotNull(clrInfo);