diff options
author | Sung Yoon Whang <suwhang@microsoft.com> | 2019-01-10 15:24:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 15:24:55 -0800 |
commit | 06ab66cac5b687f26bf28e430d8a32a1e76a9004 (patch) | |
tree | d94a290bce9cb8961cbcbce28a98d4f28f56bddc /tests | |
parent | 234bbb509e9ea8b08787fcd509edd6141e37d751 (diff) | |
download | coreclr-06ab66cac5b687f26bf28e430d8a32a1e76a9004.tar.gz coreclr-06ab66cac5b687f26bf28e430d8a32a1e76a9004.tar.bz2 coreclr-06ab66cac5b687f26bf28e430d8a32a1e76a9004.zip |
disable dynamo test on arm32/64 (#21940)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/issues.targets | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index 859541f6b4..11043ffd2a 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -586,6 +586,9 @@ <ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlstack/*"> <Issue>Release only crash</Issue> </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/Dynamo/dynamo/*"> + <Issue>17129</Issue> + </ExcludeList> <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292/*"> <Issue>20358</Issue> </ExcludeList> @@ -602,6 +605,9 @@ <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361/*"> <Issue>20232</Issue> </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/Dynamo/dynamo/*"> + <Issue>17129</Issue> + </ExcludeList> </ItemGroup> |