Disable DllImportSearchPathsTest and StartupHookTests on mobile (#86269)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 18 May 2023 09:35:46 +0000 (11:35 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 09:35:46 +0000 (11:35 +0200)
commit9f39cf0d956ef98444a73ea2a9080093fc37bc7f
tree66c5c220b48766bdb02f80821b17cd45459ac7ae
parentf346aac205644f237a43092e3f2952d143b521ad
Disable DllImportSearchPathsTest and StartupHookTests on mobile (#86269)

Also try to fix the StartupHookTests on LLVM FullAOT by making sure we also AOT dlls in subdirectories.

This uncovered an issue in src/tests/Common/external/external.csproj where an old version of Microsoft.CodeAnalysis.Compilers was referenced which made AOT fail, so I upgraded it.
That uncovered a problem AOTing Microsoft.CodeAnalysis.VisualBasic.dll so had to exclude it from AOTing.
src/tests/Common/XUnitWrapperGenerator/XUnitWrapperGenerator.csproj
src/tests/Common/external/external.csproj
src/tests/Interop/DllImportSearchPaths/DllImportSearchPathsTest.cs
src/tests/Loader/StartupHooks/StartupHookTests.cs
src/tests/build.proj
src/tests/tracing/runtimeeventsource/NativeRuntimeEventSourceTest.cs