From: Koundinya Veluri Date: Mon, 30 Jul 2018 19:23:32 +0000 (-0700) Subject: Temporarily flag a SIMD test as optimization-sensitive (dotnet/coreclr#19163) X-Git-Tag: submit/tizen/20210909.063632~11030^2~4259 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b5e70d1ab3e91665c454a746f0ada0b78addffb;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Temporarily flag a SIMD test as optimization-sensitive (dotnet/coreclr#19163) The test runs in several PR-triggered jobs. It fails with minopts and once tiering is enabled it would fail in every PR. See https://github.com/dotnet/coreclr/issues/19124. Commit migrated from https://github.com/dotnet/coreclr/commit/855ddf52c7b05994cf6728b9169fa6cdc694a537 --- diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj index 0028546..5337115 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj @@ -21,6 +21,8 @@ None True + + True