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

Commit 9e9049a

Browse files
Merge pull request #22438 from BruceForstall/DisableFailingXarchTests
Disable failing BestFitMapping tests
2 parents cca1ec9 + 4bffe8c commit 9e9049a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/issues.targets

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,18 @@
258258
<ExcludeList Include="$(XunitTestBinBase)/baseservices/varargs/varargsupport_r/*">
259259
<Issue>Varargs supported on this platform</Issue>
260260
</ExcludeList>
261+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT/*">
262+
<Issue>22436</Issue>
263+
</ExcludeList>
264+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False/*">
265+
<Issue>22436</Issue>
266+
</ExcludeList>
267+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT/*">
268+
<Issue>22436</Issue>
269+
</ExcludeList>
270+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False/*">
271+
<Issue>22436</Issue>
272+
</ExcludeList>
261273
</ItemGroup>
262274

263275
<!-- Windows x86 specific excludes -->
@@ -286,6 +298,12 @@
286298
<ExcludeList Include="$(XunitTestBinBase)/baseservices/varargs/varargsupport_r/*">
287299
<Issue>Varargs supported on this platform</Issue>
288300
</ExcludeList>
301+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT/*">
302+
<Issue>22436</Issue>
303+
</ExcludeList>
304+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT/*">
305+
<Issue>22436</Issue>
306+
</ExcludeList>
289307
</ItemGroup>
290308

291309
<!-- Windows arm32 specific excludes -->

0 commit comments

Comments
 (0)