Skip to content

Commit

Permalink
Exclude System.Numerics.Tensors.Tests from wasm aot until dotnet#95791
Browse files Browse the repository at this point in the history
…is resolved (dotnet#96875)

* Exclude System.Numerics.Tensors.Tests from wasm aot until dotnet#95791 is resolved

* Also exclude System.Numerics.Tensors.Net8.Tests
  • Loading branch information
tannergooding authored and tmds committed Jan 23, 2024
1 parent e2fd20d commit d987f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@

<!-- Wasm aot on all platforms -->
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true'">
<!-- https://github.com/dotnet/runtime/issues/95791 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Numerics.Tensors\tests\System.Numerics.Tensors.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Numerics.Tensors\tests\Net8Tests\System.Numerics.Tensors.Net8.Tests.csproj" />
<!-- https://github.com/dotnet/runtime/issues/66118 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\UnitTests\System.Text.RegularExpressions.Unit.Tests.csproj" />
<!-- Normally run with HighAOT, but disabling there, and for AOT - https://github.com/dotnet/runtime/issues/71848 -->
Expand Down

0 comments on commit d987f01

Please sign in to comment.