summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2019-02-05 23:24:01 -0800
committerGitHub <noreply@github.com>2019-02-05 23:24:01 -0800
commitf4ec74cf12e5a55ef66df2d341f4e3f1cce15966 (patch)
tree6c54bc1907b7e826da6c60d19ec981b44b972593
parenta3073f2e280c8ad767d1f5b4f566cac07b3fec38 (diff)
parente71a489bbcf0653f42f555b8c1c3070ddc6ee5e0 (diff)
downloadcoreclr-f4ec74cf12e5a55ef66df2d341f4e3f1cce15966.tar.gz
coreclr-f4ec74cf12e5a55ef66df2d341f4e3f1cce15966.tar.bz2
coreclr-f4ec74cf12e5a55ef66df2d341f4e3f1cce15966.zip
Merge pull request #22444 from BruceForstall/DisableGThread23
Disable GThread23 test
-rw-r--r--tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 338751677c..2d38c31d41 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -2,6 +2,9 @@
<Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- All OS/Arch common excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
+ <ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/generics/threadstart/GThread23/*">
+ <Issue>19339</Issue>
+ </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Coverage/271010/**">
<Issue>3392</Issue>
</ExcludeList>