[iOS] Enable Diagnostics.Tracing tests (#72545)
authorSteve Pfister <steveisok@users.noreply.github.com>
Mon, 25 Jul 2022 20:32:45 +0000 (13:32 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 20:32:45 +0000 (16:32 -0400)
commitbbdd8373cfda9564e96cf80d41d3bae39cc3ad27
tree59d04075cfca7d3ca0116dfb203203cabf75afcb
parent5e91aa45a580732fcd165000152cceed07961f66
[iOS] Enable Diagnostics.Tracing tests (#72545)

This change modifies System.Diagnostics.Tracing tests to enable the diagnostics runtime component feature.  Additionally, the AppleAppBuilder task was modified to read the `AotDataFile` path that is produced when aot'ing assemblies.  Previously, we would assume they were located in the publish directory.

Co-authored-by: Ankit Jain <radical@gmail.com>
12 files changed:
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/ActivityTracking.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestNegative.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsTraits.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsUserErrors.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsWrite.cs
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsWriteEventToListener.cs
src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj
src/libraries/tests.proj
src/mono/msbuild/apple/build/AppleApp.targets
src/tasks/AotCompilerTask/MonoAOTCompiler.cs
src/tasks/AppleAppBuilder/AppleAppBuilder.cs
src/tasks/AppleAppBuilder/Xcode.cs