summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2019-06-26 12:24:02 -0700
committerGitHub <noreply@github.com>2019-06-26 12:24:02 -0700
commitcf14314dc0512d8324c1f07815e0216603fc4eb2 (patch)
tree55dee9a7921179a6eafd07cd4001c15956758dfc /tests
parent7f0840ee0930f869c47ae442d9a3d0edfd592eec (diff)
parent7ec87b0097fdd4400a8632a2eae56612914579ef (diff)
downloadcoreclr-cf14314dc0512d8324c1f07815e0216603fc4eb2.tar.gz
coreclr-cf14314dc0512d8324c1f07815e0216603fc4eb2.tar.bz2
coreclr-cf14314dc0512d8324c1f07815e0216603fc4eb2.zip
Merge branch 'release/3.0' into merge/master-to-release/3.0
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index ae3e8dc754..027d406464 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -2,6 +2,12 @@
<Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- All OS/Arch common excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
+ <ExcludeList Include="$(XunitTestBinBase)/tracing/eventsource/**/*">
+ <Issue>24839</Issue>
+ </ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/**/*">
+ <Issue>24839</Issue>
+ </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/generics/threadstart/GThread23/*">
<Issue>19339</Issue>
</ExcludeList>