Skip to content

Commit

Permalink
Enable 54910 tests (#61564)
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Nov 14, 2021
1 parent d3a8a27 commit 233c65d
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class ByteTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class CharTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class DoubleTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class HalfTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class Int16Tests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class Int32Tests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class Int64Tests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class IntPtrTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class SByteTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class SingleTests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class UInt16Tests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class UInt32Tests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class UInt64Tests_GenericMath
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace System.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/54910", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoAOT))]
[RequiresPreviewFeaturesAttribute]
public class UIntPtrTests_GenericMath
{
Expand Down

0 comments on commit 233c65d

Please sign in to comment.