Skip to content

Commit cff924f

Browse files
authored
[tests][mobile] Enable diagnostic_tracing for iOS runtime tests (#64952)
* [tests][diagnostics] Enable diagnostics tracing on iOS runtime tests * Reenable eventactivityidcontrol on iOS runtime tests * temporary enable runtime ios tests to be ran * Revert "temporary enable runtime ios tests to be ran" This reverts commit dd06be7.
1 parent 848d083 commit cff924f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/tests/build.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
<XUnitWrapperDll>$(CMDDIR_GrandParent)/$(CategoryWithSlash)/$(XUnitWrapperFileName)</XUnitWrapperDll>
284284
<BuildDir>$(IntermediateOutputPath)\iOSApps\$(Category)</BuildDir>
285285
<FinalPath>$(XUnitTestBinBase)$(CategoryWithSlash)\$(Category).app</FinalPath>
286+
<RuntimeComponents>diagnostics_tracing</RuntimeComponents>
286287
</PropertyGroup>
287288

288289
<PropertyGroup>
@@ -342,6 +343,7 @@
342343
Arch="$(TargetArchitecture)"
343344
ProjectName="$(AssemblyName)"
344345
MonoRuntimeHeaders="$(MicrosoftNetCoreAppRuntimePackNativeDir)/include/mono-2.0"
346+
RuntimeComponents="$(RuntimeComponents)"
345347
Assemblies="@(BundleAssemblies)"
346348
ForceInterpreter="$(MonoForceInterpreter)"
347349
EnableAppSandbox="$(EnableAppSandbox)"

src/tests/issues.targets

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3699,9 +3699,6 @@
36993699
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/complus_config/name_config_with_pid/**">
37003700
<Issue>System.ArgumentNullException: Value cannot be null. (Parameter 'path1')</Issue>
37013701
</ExcludeList>
3702-
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventactivityidcontrol/eventactivityidcontrol/**">
3703-
<Issue>System.Exception: Values for 'retCode' are not equal! Left='1' Right='0'</Issue>
3704-
</ExcludeList>
37053702

37063703
<ExcludeList Include = "$(XunitTestBinBase)/readytorun/multifolder/multifolder/**">
37073704
<Issue>System.IO.FileNotFoundException: Could not load file or assembly '/.../Library/Developer/CoreSimulator/Devices/941235AB-7563-4D79-AC28-946B7AD2304A/data/Containers/Bundle/Application/40176A30-D8F5-4497-958A-6514E5C684FC/readytorun_multifolder.app/testdir-multifolder/../FolderA/FolderA/FolderA.dll' or one of its dependencies.</Issue>

0 commit comments

Comments
 (0)