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

Try re-enabling some CoreCLR/NativeAOT tests #106514

Merged
merged 17 commits into from
Aug 20, 2024
Prev Previous commit
Next Next commit
Update issue number
amanasifkhalid committed Aug 15, 2024
commit 8b9080831bc98778a28016da2d40de89e1fa2cc4
12 changes: 6 additions & 6 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
@@ -619,22 +619,22 @@
<!-- Crossgen2 specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/NativeVarargs/NativeVarargsTest/*">
<Issue>https://github.com/dotnet/runtime/issues/38096</Issue>
<Issue>https://github.com/dotnet/runtime/issues/83942</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler/*">
<Issue>https://github.com/dotnet/runtime/issues/38096</Issue>
<Issue>https://github.com/dotnet/runtime/issues/83942</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/ManagedCallingNative/ManagedCallingNative/*">
<Issue>https://github.com/dotnet/runtime/issues/38096</Issue>
<Issue>https://github.com/dotnet/runtime/issues/83942</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle/*">
<Issue>https://github.com/dotnet/runtime/issues/38096</Issue>
<Issue>https://github.com/dotnet/runtime/issues/83942</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/NativeCallingManaged/NativeCallingManaged/*">
<Issue>https://github.com/dotnet/runtime/issues/38096</Issue>
<Issue>https://github.com/dotnet/runtime/issues/83942</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded/*">
<Issue>https://github.com/dotnet/runtime/issues/38096</Issue>
<Issue>https://github.com/dotnet/runtime/issues/83942</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/superpmi/superpmicollect/*">
<Issue>Not compatible with crossgen2</Issue>