Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fc6dd70

Browse files
committed
Disable failing IJW tests against #23358
1 parent 479d7ed commit fc6dd70

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/issues.targets

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@
8080
<ExcludeList Include="$(XunitTestBinBase)/Interop/NativeLibraryResolveCallback/CallbackTests/*">
8181
<Issue>23941</Issue>
8282
</ExcludeList>
83+
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler/*">
84+
<Issue>23358</Issue>
85+
</ExcludeList>
86+
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded/*">
87+
<Issue>23358</Issue>
88+
</ExcludeList>
89+
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle/*">
90+
<Issue>23358</Issue>
91+
</ExcludeList>
92+
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/ManagedCallingNative/ManagedCallingNative/*">
93+
<Issue>23358</Issue>
94+
</ExcludeList>
95+
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/NativeCallingManaged/NativeCallingManaged/*">
96+
<Issue>23358</Issue>
97+
</ExcludeList>
8398
</ItemGroup>
8499

85100
<!-- All Unix targets -->
@@ -439,21 +454,6 @@
439454
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/arglist/vararg/*">
440455
<Issue>Needs triage</Issue>
441456
</ExcludeList>
442-
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler/*">
443-
<Issue>Needs triage</Issue>
444-
</ExcludeList>
445-
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded/*">
446-
<Issue>Needs triage</Issue>
447-
</ExcludeList>
448-
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle/*">
449-
<Issue>Needs triage</Issue>
450-
</ExcludeList>
451-
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/ManagedCallingNative/ManagedCallingNative/*">
452-
<Issue>Needs triage</Issue>
453-
</ExcludeList>
454-
<ExcludeList Include="$(XunitTestBinBase)/Interop/IJW/NativeCallingManaged/NativeCallingManaged/*">
455-
<Issue>Needs triage</Issue>
456-
</ExcludeList>
457457
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/WindowsEventLog/WindowsEventLog/*">
458458
<Issue>Needs triage</Issue>
459459
</ExcludeList>

0 commit comments

Comments
 (0)