Skip to content

Commit 9f4884c

Browse files
authored
Reenabled StoreNonTemporal tests. (#93203)
1 parent 218384f commit 9f4884c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/tests/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal.cs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class Program
1616
const int Pass = 100;
1717
const int Fail = 0;
1818

19-
[ActiveIssue("https://github.com/dotnet/runtime/issues/54176", TestRuntimes.Mono)]
2019
[Fact]
2120
public static unsafe void StoreNonTemporal()
2221
{

src/tests/issues.targets

-6
Original file line numberDiff line numberDiff line change
@@ -1204,12 +1204,6 @@
12041204
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128TestFieldLayout/*">
12051205
<Issue>https://github.com/dotnet/runtime/issues/74223</Issue>
12061206
</ExcludeList>
1207-
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_r/**">
1208-
<Issue>https://github.com/dotnet/runtime/issues/54176</Issue>
1209-
</ExcludeList>
1210-
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_ro/**">
1211-
<Issue>https://github.com/dotnet/runtime/issues/54176</Issue>
1212-
</ExcludeList>
12131207
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_*/**">
12141208
<Issue>https://github.com/dotnet/runtime/issues/54185</Issue>
12151209
</ExcludeList>

0 commit comments

Comments
 (0)