未验证 提交 adb3f834 编写于 作者: J Jan Kotas 提交者: GitHub

Fix LatencyRoundtrips test failures (#51603)

Disable the tests for values are not guaranteed to roundtrip depending on the GC settings. We have more extensive test coverage for the latency modes under runtime tests.
上级 81f6bf39
......@@ -422,8 +422,10 @@ public static void LargeObjectHeapCompactionModeRoundTrips(GCLargeObjectHeapComp
[ActiveIssue("https://github.com/dotnet/runtime/issues/31657", TestRuntimes.Mono)]
[InlineData(GCLatencyMode.Batch)]
[InlineData(GCLatencyMode.Interactive)]
[InlineData(GCLatencyMode.LowLatency)]
[InlineData(GCLatencyMode.SustainedLowLatency)]
// LowLatency does not roundtrip for server GC
// [InlineData(GCLatencyMode.LowLatency)]
// SustainedLowLatency does not roundtrip without background GC
// [InlineData(GCLatencyMode.SustainedLowLatency)]
public static void LatencyRoundtrips(GCLatencyMode value)
{
GCLatencyMode orig = GCSettings.LatencyMode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册