diff --git a/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/RuntimeAsyncTests.cs b/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/RuntimeAsyncTests.cs index 7e28cbbfd1e1d9..fde35660c63183 100644 --- a/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/RuntimeAsyncTests.cs +++ b/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Runtime.CompilerServices/RuntimeAsyncTests.cs @@ -181,7 +181,6 @@ static void ValidateTimestampsCleared() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_TaskCompleted() { RemoteExecutor.Invoke(async () => @@ -201,7 +200,6 @@ public void RuntimeAsync_TaskCompleted() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_ExceptionCleanup() { RemoteExecutor.Invoke(async () => @@ -227,7 +225,6 @@ public void RuntimeAsync_ExceptionCleanup() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_DebuggerDetach() { RemoteExecutor.Invoke(async () => @@ -288,7 +285,6 @@ public void RuntimeAsync_DebuggerDetach() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_ValueTypeResult() { RemoteExecutor.Invoke(async () => @@ -309,7 +305,6 @@ public void RuntimeAsync_ValueTypeResult() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_HandledExceptionPartialUnwind() { RemoteExecutor.Invoke(async () => @@ -329,7 +324,6 @@ public void RuntimeAsync_HandledExceptionPartialUnwind() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_CancellationCleanup() { RemoteExecutor.Invoke(async () => @@ -358,7 +352,6 @@ public void RuntimeAsync_CancellationCleanup() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_TimestampsTrackedWhileInFlight() { RemoteExecutor.Invoke(async () => @@ -421,7 +414,6 @@ public void RuntimeAsync_TimestampsTrackedWhileInFlight() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_ContinuationTimestampObservedDuringResume() { RemoteExecutor.Invoke(async () => @@ -454,7 +446,6 @@ public void RuntimeAsync_ContinuationTimestampObservedDuringResume() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_InFlightInstrumentationUpgrade() { RemoteExecutor.Invoke(async () => @@ -504,7 +495,6 @@ public void RuntimeAsync_InFlightInstrumentationUpgrade() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_TplEvents() { RemoteExecutor.Invoke(() => @@ -539,7 +529,6 @@ public void RuntimeAsync_TplEvents() } [ConditionalFact(typeof(RuntimeAsyncTests), nameof(IsRemoteExecutorAndRuntimeAsyncSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/124072", typeof(PlatformDetection), nameof(PlatformDetection.IsInterpreter))] public void RuntimeAsync_NoTplEventsWithoutDebugger() { RemoteExecutor.Invoke(() =>