Skip to content

Commit

Permalink
Also disable Vector256_1_r/Vector_1_ro tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall committed Jul 18, 2020
1 parent 27656f6 commit 3d779ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disabled under GCStress due to https://github.com/dotnet/runtime/issues/39581 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disabled under GCStress due to https://github.com/dotnet/runtime/issues/39581 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
Expand Down

0 comments on commit 3d779ba

Please sign in to comment.