You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,7 +70,7 @@ public void MemoryDiagnoserIsAccurate(IToolchain toolchain)
73
70
});
74
71
}
75
72
76
-
[FactEnvSpecific("We don't want to test NativeAOT twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly,Skip=AllocatingSkipReason)]
73
+
[FactEnvSpecific("We don't want to test NativeAOT twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly)]
77
74
publicvoidMemoryDiagnoserSupportsNativeAOT()
78
75
{
79
76
if(RuntimeInformation.IsMacOS())
@@ -82,7 +79,7 @@ public void MemoryDiagnoserSupportsNativeAOT()
[FactEnvSpecific("We don't want to test MonoVM twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly,Skip=AllocatingSkipReason)]
82
+
[FactEnvSpecific("We don't want to test MonoVM twice (for .NET Framework 4.6.2 and .NET 8.0)",EnvRequirement.DotNetCoreOnly)]
86
83
publicvoidMemoryDiagnoserSupportsModernMono()
87
84
{
88
85
MemoryDiagnoserIsAccurate(MonoToolchain.Mono80);
@@ -156,7 +153,7 @@ public void TieredJitShouldNotInterfereAllocationResults(IToolchain toolchain)
156
153
{
157
154
{nameof(NoAllocationsAtAll.TimeConsuming),0}
158
155
},
159
-
iterationCount:10);// 1 iteration is not enough to repro the problem
156
+
disableTieredJit:false,iterationCount:10);// 1 iteration is not enough to repro the problem
160
157
}
161
158
162
159
publicclassNoBoxing
@@ -210,7 +207,7 @@ public void WithOperationsPerInvoke()
.AddLogger(toolchain.IsInProcess?ConsoleLogger.Default:newOutputLogger(output));// we can't use OutputLogger for the InProcess toolchains because it allocates memory on the same thread
379
+
}
370
380
371
381
// note: don't copy, never use in production systems (it should work but I am not 100% sure)
0 commit comments