From 3dbd52ad3da145833a22b93cb3f2bcda01bf711d Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Thu, 10 Aug 2023 00:42:43 +0000
Subject: [PATCH] [main] Update dependencies from dotnet/runtime (#4142)
[main] Update dependencies from dotnet/runtime
- Update PerfMapTests.cs
- Update PerfMapTests.cs
- Update PerfMapTests.cs
Use one not marked aggressiveinlining
---
eng/Version.Details.xml | 8 ++++----
eng/Versions.props | 4 ++--
.../Microsoft.Diagnostics.NETCore.Client/PerfMapTests.cs | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8c07b738a..1e5229d48 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -39,13 +39,13 @@
https://github.com/dotnet/aspnetcore
28e5590576cbd72a61c5f07c1d212f26ab16594c
-
+
https://github.com/dotnet/runtime
- a40989223176c7db4d3c1b0eb2642f1aa15ab445
+ 88633ae045e7741fffa17710dc48e9032e519258
-
+
https://github.com/dotnet/runtime
- a40989223176c7db4d3c1b0eb2642f1aa15ab445
+ 88633ae045e7741fffa17710dc48e9032e519258
https://github.com/dotnet/source-build-reference-packages
diff --git a/eng/Versions.props b/eng/Versions.props
index a36f8e228..8b7193930 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -18,8 +18,8 @@
1.0.440701
- 8.0.0-rc.1.23408.1
- 8.0.0-rc.1.23408.1
+ 8.0.0-rc.1.23408.18
+ 8.0.0-rc.1.23408.18
8.0.0-rc.1.23408.23
8.0.0-rc.1.23408.23
diff --git a/src/tests/Microsoft.Diagnostics.NETCore.Client/PerfMapTests.cs b/src/tests/Microsoft.Diagnostics.NETCore.Client/PerfMapTests.cs
index e70194a41..501a7ad98 100644
--- a/src/tests/Microsoft.Diagnostics.NETCore.Client/PerfMapTests.cs
+++ b/src/tests/Microsoft.Diagnostics.NETCore.Client/PerfMapTests.cs
@@ -88,7 +88,7 @@ namespace Microsoft.Diagnostics.NETCore.Client
private void CheckWellKnownMethods(PerfMapType type, int pid)
{
- string[] wellKnownNames = new string[] { "Tracee.Program::Main", "System.PackedSpanHelpers::IndexOf" };
+ string[] wellKnownNames = new string[] { "Tracee.Program::Main", "System.Text.Unicode.Utf16Utility::GetPointerToFirstInvalidChar" };
if (type == PerfMapType.All || type == PerfMapType.PerfMap)
{
--
2.34.1