Skip to content

Commit

Permalink
Reenable VectorLookup tests for mono.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Apr 7, 2023
1 parent 38b81ba commit 5006e8d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace JIT.HardwareIntrinsics.Arm
{
public static partial class Program
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/83891", TestRuntimes.Mono)]
[Fact]
public static void VectorLookupExtension_2_{RetBaseType}()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace JIT.HardwareIntrinsics.Arm
{
public static partial class Program
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/83891", TestRuntimes.Mono)]
[Fact]
public static void VectorLookupExtension_3_{RetBaseType}()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace JIT.HardwareIntrinsics.Arm
{
public static partial class Program
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/83891", TestRuntimes.Mono)]
[Fact]
public static void VectorLookupExtension_4_{RetBaseType}()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace JIT.HardwareIntrinsics.Arm
{
public static partial class Program
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/83891", TestRuntimes.Mono)]
[Fact]
public static void VectorLookup_2_{RetBaseType}()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace JIT.HardwareIntrinsics.Arm
{
public static partial class Program
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/83891", TestRuntimes.Mono)]
[Fact]
public static void VectorLookup_3_{RetBaseType}()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace JIT.HardwareIntrinsics.Arm
{
public static partial class Program
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/83891", TestRuntimes.Mono)]
[Fact]
public static void VectorLookup_4_{RetBaseType}()
{
Expand Down

0 comments on commit 5006e8d

Please sign in to comment.