Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Varargs not supported on Linux/x64 #56726

Closed
kunalspathak opened this issue Aug 2, 2021 · 3 comments
Closed

Varargs not supported on Linux/x64 #56726

kunalspathak opened this issue Aug 2, 2021 · 3 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@kunalspathak
Copy link
Member

There are lot of tests that are disabled stating that Unix/x64 do not support varargs. This is a tracking issue so we can have conversation here on why it is not supported and what is needed to support it.

<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>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_il_relseq/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_relstress1/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_relstress3/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_dbgstress1/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_dbgstress3/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_relstress1/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/refany/_speed_relstress3/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/*">
<Issue>Varargs not supported on this platform</Issue>
</ExcludeList>

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Aug 2, 2021
@kunalspathak kunalspathak added this to the Future milestone Aug 2, 2021
kunalspathak added a commit to kunalspathak/runtime that referenced this issue Aug 2, 2021
@jkotas
Copy link
Member

jkotas commented Aug 2, 2021

Duplicate of #10478 ?

@kunalspathak
Copy link
Member Author

Thanks @jkotas for pointing out. I will close this one.

@JulieLeeMSFT JulieLeeMSFT added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI duplicate and removed untriaged New issue has not been triaged by the area owner labels Aug 2, 2021
kunalspathak added a commit that referenced this issue Aug 8, 2021
* Link issue #56726

* Update to 10478
@ghost ghost locked as resolved and limited conversation to collaborators Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

3 participants