Skip to content

Commit

Permalink
Move SVM regression tests to a shorter path (#89838)
Browse files Browse the repository at this point in the history
`C:\git\runtime\artifacts\tests\coreclr/obj/windows.x64.Checked/Managed/Loader\classloader\StaticVirtualMethods\RegressionTests\RecursiveConstraintOnDefaultImplementationOfStaticAbstractMember\RecursiveConstraintOnDefaultImplementationOfStaticAbstractMember.dll` crosses over `MAX_PATH` and something doesn't like that. I don't think `C:\git\runtime` is an unreasonably long prefix.
  • Loading branch information
MichalStrehovsky authored Aug 2, 2023
1 parent fff5266 commit 1945387
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@

<!-- NativeAOT specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/RegressionTests/GetInterfaceMapWithStaticVirtualsAndConstraints/**">
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/Regression/GetInterfaceMapWithStaticVirtualsAndConstraints/**">
<Issue>https://github.com/dotnet/runtime/issues/89157</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/InterfaceVariance/**">
Expand Down Expand Up @@ -3964,7 +3964,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'tvos'">
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/RegressionTests/**">
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/Regression/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/explicitlayout/Regressions/empty/*">
Expand Down

0 comments on commit 1945387

Please sign in to comment.