summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-14 16:52:39 -0800
committerEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-16 09:07:25 -0800
commit5ae949f8a4e7ddd4a3b7891f30a1d2911ca74873 (patch)
tree288b8ffaf0ee52761171bd74359160e01945ccde
parent81e110d5557e5aa3cc21a9d8c32114bfa2ed0836 (diff)
downloadcoreclr-5ae949f8a4e7ddd4a3b7891f30a1d2911ca74873.tar.gz
coreclr-5ae949f8a4e7ddd4a3b7891f30a1d2911ca74873.tar.bz2
coreclr-5ae949f8a4e7ddd4a3b7891f30a1d2911ca74873.zip
Enable BenchmarksGame when BuildTestsAgainstPackages (see #21554) in tests/issues.targets
-rw-r--r--tests/issues.targets18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index e6b6203546..5f7c8e85af 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -780,24 +780,6 @@
<!-- The following are tests that fail when building tests against packages -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildTestsAgainstPackages)' == 'true'">
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1/k-nucleotide-1*">
- <Issue>9314</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9/k-nucleotide-9*">
- <Issue>9314</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1/regex-redux-1*">
- <Issue>9314</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5/regex-redux-5*">
- <Issue>9314</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1/reverse-complement-1*">
- <Issue>9314</Issue>
- </ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6/reverse-complement-6*">
- <Issue>9314</Issue>
- </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/varargs/varargsupport_r/*">
<Issue>Varargs supported on this platform</Issue>
</ExcludeList>