summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-05-10 16:22:02 -0700
committerGitHub <noreply@github.com>2019-05-10 16:22:02 -0700
commit0dd7c86c8573f257cfd3b4b6374b7415fd3a9131 (patch)
tree2628a51a4c16b1943eaabd562672f13ff4b8bd67 /tests
parentfc699b188ad397349128f470614a937e8af5ee3f (diff)
downloadcoreclr-0dd7c86c8573f257cfd3b4b6374b7415fd3a9131.tar.gz
coreclr-0dd7c86c8573f257cfd3b4b6374b7415fd3a9131.tar.bz2
coreclr-0dd7c86c8573f257cfd3b4b6374b7415fd3a9131.zip
Re-enable accidentally disabled tests. (#24531)
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index eead312492..1dce499bc9 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -78,9 +78,6 @@
<!-- All Unix targets -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' != 'true'">
- <ExcludeList Include="$(XunitTestBinBase)/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp/*">
- <Issue>Issue building native components for the test.</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/arglist/vararg/*">
<Issue>Native varargs not supported on unix</Issue>
</ExcludeList>