Skip to content

Commit

Permalink
[wasm] Remove more active issues for #92885 (#93596)
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Oct 17, 2023
1 parent 9279738 commit 7287238
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<float> x = CreateAndFillTensor(tensorLength);
Expand Down Expand Up @@ -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<float> x = CreateAndFillTensor(tensorLength);
Expand Down Expand Up @@ -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<float> x = CreateAndFillTensor(tensorLength);
Expand Down Expand Up @@ -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<float> x = CreateAndFillTensor(tensorLength);
Expand Down Expand Up @@ -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<float> x = CreateAndFillTensor(tensorLength);
Expand Down

0 comments on commit 7287238

Please sign in to comment.