Skip to content

Commit

Permalink
Link issue #10478 (#56728)
Browse files Browse the repository at this point in the history
* Link issue #56726

* Update to 10478
  • Loading branch information
kunalspathak authored Aug 8, 2021
1 parent c7eb3a8 commit 5aced7e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<!-- All Unix targets on all runtimes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' != 'true'">
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/arglist/vararg_TargetUnix/*">
<Issue>Native varargs not supported on unix</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/ExecInDefAppDom/ExecInDefAppDom/*">
<Issue>Issue building native components for the test.</Issue>
Expand Down Expand Up @@ -623,34 +623,34 @@
<!-- The following are x64 Unix failures on CoreCLR. -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetArchitecture)' == 'x64' and '$(TargetsWindows)' != 'true' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_il_dbgseq/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_il_relseq/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_relstress1/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_relstress3/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_dbgstress1/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_dbgstress3/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_relstress1/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_relstress3/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/*">
<Issue>Varargs not supported on this platform</Issue>
<Issue>https://github.com/dotnet/runtime/issues/10478 </Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/pinning/object-pin/*">
<Issue>Issue building native components for the test.</Issue>
Expand Down

0 comments on commit 5aced7e

Please sign in to comment.