From c960373183efa427e400f2c2d372596f89f4640c Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Tue, 17 Oct 2023 12:40:49 +0200 Subject: [PATCH] [wasm] Remove more active issues for #92885 --- .../System.Numerics.Tensors/tests/TensorPrimitivesTests.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs index ed5317420ae87f..09aa13ae35800f 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs +++ b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs @@ -583,7 +583,6 @@ public static void Cosh_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Cosh_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -920,7 +919,6 @@ public static void Exp_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Exp_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -2460,7 +2458,6 @@ public static void Sigmoid_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Sigmoid_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -2565,7 +2562,6 @@ public static void Sinh_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Sinh_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -2942,7 +2938,6 @@ public static void Tanh_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Tanh_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength);