Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>2022-03-02 17:54:01 +0300
committerGitHub <noreply@github.com>2022-03-02 17:54:01 +0300
commit58b8de991cd0cb4cbbb9a52f2a3b9734f30a659c (patch)
tree76797935a3a2805a724916f713981dbfc2d8dadb /eng
parentca3c95b82ec42d27f60f51bff1a57d89cd11b1fe (diff)
[tests][eventpipe] Port over Dotnet/Diagnostics to enable eventpipe tests on Android (#64358)
* [tests][eventpipe] Port over Dotnet/Diagnostics files for mobile eventpipe tests Copied over files from src/Microsoft.Diagnostics.NETCore.Client based off of 99fab307 * [tests][eventpipe] Add TCP/IP logic for mobile eventpipe tests * [tests] Remove Microsoft.Diagnostics.NETCore.Client package reference * [tests][eventpipe] Downstream Diagnostics IpcTraceTest DiagnosticsClient bootstrap https://github.com/dotnet/diagnostics/pull/720 * [tests][eventpipe] Downstream Diagnostics roslyn analyzer IpcTraceTest change https://github.com/dotnet/diagnostics/pull/1044 * [tests][eventpipe] Enable TCPIP DiagnosticsClient in IpcTraceTest for Android * [tests][eventpipe] Aesthetic IpcTraceTest modifications * [tests][eventpipe] Disable subprocesses tests on Android * [tests][eventpipe] Update processinfo * [tests][eventpipe] Update processinfo2 * [tests][eventpipe] Update eventsourceerror * [tests][eventpipe] Update bigevent * [tests][eventpipe] Update buffersize * [tests][eventpipe] Update rundownvalidation * [tests][eventpipe] Update providervalidation * [tests][eventpipe] Update gcdump * [tests][JIT] Update debuginfo/tester * [tests] Segment Microsoft.Diagnostics.NETCore.Client relevant tests for Linux arm coreclr * Account for nonspecified RuntimeFlavor * [tests] Moveup Default coreclr RuntimeFlavor property explicit declaration * [tests] Duplicate Microsoft.Diagnostics.NETCore.Client dependent tests for Linux arm * Fix debuginfo/tester test skip * Temporarily enable bigevent on Linux arm and remove duplicate exclude * Fix unaligned UTF16 string read in collect tracing EventPipe command. Collect tracing 2 EventPipe command triggers an unaligned UTF16 string read that could cause a SIGBUS on platforms not supporting unalinged reads of UTF16 strings (so far only seen on 32-bit ARM Linux CI machine). On CoreCLR this could even cause a unalinged int read due to optimizations used in UTF8Encoding::GetByteCount. * Revert "[tests] Duplicate Microsoft.Diagnostics.NETCore.Client dependent tests for Linux arm" This reverts commit cb2cacd93bb61b74b36c2d2d26cccec38b51b8f7. * Revert "[tests] Segment Microsoft.Diagnostics.NETCore.Client relevant tests for Linux arm coreclr" This reverts commit dc29676bcea3a6073decf15a9f1dbc9b2e7b3bd8. * Revert "Fix debuginfo/tester test skip" This reverts commit 1e90d7e4667c0570c8f4c2536a25620697027c97. Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com> Co-authored-by: lateralusX <lateralusx.github@gmail.com>
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 4240015bf47..078b7240bba 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -137,7 +137,6 @@
<NETStandardLibraryRefVersion>2.1.0</NETStandardLibraryRefVersion>
<NetStandardLibraryVersion>2.0.3</NetStandardLibraryVersion>
<MicrosoftDiagnosticsToolsRuntimeClientVersion>1.0.4-preview6.19326.1</MicrosoftDiagnosticsToolsRuntimeClientVersion>
- <MicrosoftDiagnosticsNETCoreClientVersion>0.2.61701</MicrosoftDiagnosticsNETCoreClientVersion>
<DNNEVersion>1.0.27</DNNEVersion>
<MicrosoftBuildVersion>16.10.0</MicrosoftBuildVersion>
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildVersion)</MicrosoftBuildTasksCoreVersion>