diff options
author | Jarret Shook <jashoo@microsoft.com> | 2016-06-02 15:39:43 -0700 |
---|---|---|
committer | Jarret Shook <jashoo@microsoft.com> | 2016-06-02 15:39:43 -0700 |
commit | a53a9eb2da782630f80e5f6afcf89c6cf5ea5ab5 (patch) | |
tree | 82f58c5c403664ce93209364c90c81745f17a8d4 | |
parent | 465373e31780477054a3d0b013a94acb54ab0b59 (diff) | |
parent | 0aedd275f24b16b5b3d23f11e7749b6e451f0530 (diff) | |
download | coreclr-a53a9eb2da782630f80e5f6afcf89c6cf5ea5ab5.tar.gz coreclr-a53a9eb2da782630f80e5f6afcf89c6cf5ea5ab5.tar.bz2 coreclr-a53a9eb2da782630f80e5f6afcf89c6cf5ea5ab5.zip |
Merge pull request #5433 from jashook/abs_single
Disable perf_codequality_math_functions
-rw-r--r-- | tests/x86_jit32_issues.targets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/x86_jit32_issues.targets b/tests/x86_jit32_issues.targets index a29115955b..097d8034ba 100644 --- a/tests/x86_jit32_issues.targets +++ b/tests/x86_jit32_issues.targets @@ -455,5 +455,8 @@ <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\Dev11\Dev11_468598\Test_HndIndex_10_Reordered\Test_HndIndex_10_Reordered.cmd"> <Issue>5286</Issue> </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\Math\Functions\Functions\Functions.cmd"> + <Issue>5430</Issue> + </ExcludeList> </ItemGroup> </Project> |