Skip to content

Commit

Permalink
Reenabled StoreNonTemporal tests. (dotnet#93203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandupej authored Oct 9, 2023
1 parent 218384f commit 9f4884c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class Program
const int Pass = 100;
const int Fail = 0;

[ActiveIssue("https://github.com/dotnet/runtime/issues/54176", TestRuntimes.Mono)]
[Fact]
public static unsafe void StoreNonTemporal()
{
Expand Down
6 changes: 0 additions & 6 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1204,12 +1204,6 @@
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128TestFieldLayout/*">
<Issue>https://github.com/dotnet/runtime/issues/74223</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_r/**">
<Issue>https://github.com/dotnet/runtime/issues/54176</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_ro/**">
<Issue>https://github.com/dotnet/runtime/issues/54176</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_*/**">
<Issue>https://github.com/dotnet/runtime/issues/54185</Issue>
</ExcludeList>
Expand Down

0 comments on commit 9f4884c

Please sign in to comment.