From: Tomáš Rylek Date: Sun, 21 Feb 2021 21:05:37 +0000 (+0100) Subject: Enable CG2 determinism tests on all architectures (#48526) X-Git-Tag: submit/tizen/20210909.063632~3115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35ea4957056a069b1d50d2080f8506182c6a299a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Enable CG2 determinism tests on all architectures (#48526) I have noticed that these two tests are still conditionally executed on x64 only. I don't see why they shouldn't work on other architectures. Thanks Tomas --- diff --git a/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj b/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj index 6f67250..3056eed 100644 --- a/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj +++ b/src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj @@ -3,8 +3,7 @@ exe BuildAndRun 0 - - true + true true diff --git a/src/tests/readytorun/determinism/crossgen2determinism.csproj b/src/tests/readytorun/determinism/crossgen2determinism.csproj index ed707ae..db389a1 100644 --- a/src/tests/readytorun/determinism/crossgen2determinism.csproj +++ b/src/tests/readytorun/determinism/crossgen2determinism.csproj @@ -3,8 +3,7 @@ exe BuildAndRun 0 - - true + true true