Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/tests/JIT/SIMD/Vector3Interop_r.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<MonoAotIncompatible>true</MonoAotIncompatible> <!-- https://github.com/dotnet/runtime/issues/90427 -->
<!-- Needed for CMakeProjectReference -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible> <!-- https://github.com/dotnet/runtime/issues/127827 -->
Comment thread
kotlarmilos marked this conversation as resolved.
Outdated
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
Expand Down
1 change: 1 addition & 0 deletions src/tests/JIT/SIMD/Vector3Interop_ro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<MonoAotIncompatible>true</MonoAotIncompatible> <!-- https://github.com/dotnet/runtime/issues/90427 -->
<!-- Needed for CMakeProjectReference -->
<RequiresProcessIsolation>true</RequiresProcessIsolation>
<GCStressIncompatible>true</GCStressIncompatible> <!-- https://github.com/dotnet/runtime/issues/127827 -->
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
Expand Down
Loading