From 65d75c7e2d3b8a35249ad66413f98d8c6075e699 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Thu, 27 Jun 2019 21:46:26 +0200 Subject: Fix VersionBubbles test (#25392) The test was not crossgening with large version bubble enabled since the part of the .csproj that generates part of the .sh/.bat test running scripts was commented out. There were also bugs in the commented out code. Also, to ensure that it works, tiered compilation and jit minopts need to be disables to ensure that the test method won't be re-jitted. --- .../tests/versionbubbles/versionbubbles.csproj | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj index be0ec17629..e3d0ca3fe8 100644 --- a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj +++ b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj @@ -15,8 +15,6 @@ 1 PdbOnly True - - true @@ -40,21 +38,24 @@ - +]]> -- cgit v1.2.3