Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4e02b77

Browse files
committed
Fix Vectors tests to not fail
These tests were failing due to a JIT bug on x64. Temporarily switch back to x86 until we get a new coreclr with the fix. I tried a newer CoreCLR and hit a null ref instead of AV, so keeping this disabled.
1 parent 85bb52a commit 4e02b77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<AssemblyName>System.Numerics.Vectors.Tests</AssemblyName>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<NuGetPackageImportStamp>11f13d9c</NuGetPackageImportStamp>
15+
<!-- Temporary workaround until tests are fixed on x64 -->
16+
<TestArchitecture>x86</TestArchitecture>
1517
</PropertyGroup>
1618
<!-- Default configurations to help VS understand the configurations -->
1719
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)