From 99570b16c3a852abc18706c336103c5352f41ba2 Mon Sep 17 00:00:00 2001 From: Richard L Ford Date: Thu, 3 Dec 2015 00:23:02 -0800 Subject: Port more C# unit tests The project files were generated automatically from a database and the source files scrubbed and formatted. In addition, some added tests are still failing. Issues were created for these and exclusions added, for windows and for non-windows. --- tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs | 33 +++++++++++ .../JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs | 48 ++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs | 64 ++++++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs | 34 ++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs | 36 ++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs | 45 +++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs | 32 +++++++++++ .../JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj | 56 +++++++++++++++++++ .../JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj | 56 +++++++++++++++++++ tests/src/JIT/Methodical/fp/exgen/app.config | 27 +++++++++ 36 files changed, 1887 insertions(+) create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj create mode 100644 tests/src/JIT/Methodical/fp/exgen/app.config (limited to 'tests/src/JIT/Methodical/fp/exgen') diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs b/tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs new file mode 100644 index 0000000000..41220baf2d --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-01.cs @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal unsafe class testout1 +{ + public class CL_0 + { + public double[] arr1d_0 = new double[4]; + } + private static double s_a1_0 = -268862297D; + + public static CL_0 clstatic_0 = new CL_0(); + + public static int Func_0() + { + clstatic_0.arr1d_0[0] = 16190D; + int retval_0 = 1075514048 % (int)(clstatic_0.arr1d_0[0] - s_a1_0); + return retval_0; + } + + public static int Main() + { + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj new file mode 100644 index 0000000000..156920f515 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj new file mode 100644 index 0000000000..6c0c735f3a --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj new file mode 100644 index 0000000000..156920f515 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj new file mode 100644 index 0000000000..6c0c735f3a --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs b/tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs new file mode 100644 index 0000000000..6b1fd960c4 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-02.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal unsafe class testout1 +{ + public struct VT_0 + { + public ulong[,,] arr3d_0; + public VT_0(int i) + { + arr3d_0 = new ulong[5, 4, 4]; + } + } + private static double s_a1_0 = -0.035714285714285712; + + public static VT_0 vtstatic_0 = new VT_0(1); + + public static double Func_0() + { + vtstatic_0.arr3d_0[4, 0, 3] = 1UL; + if ((s_a1_0) == ((vtstatic_0.arr3d_0[4, 0, 3] / s_a1_0))) + { + if ((128.0) <= ((128.0 + (vtstatic_0.arr3d_0[4, 0, 3] / s_a1_0)))) + Console.WriteLine("Func_0: <= true"); + else + { + return Convert.ToDouble((128.0 + (vtstatic_0.arr3d_0[4, 0, 3] / s_a1_0))); + } + } + double retval_0 = Convert.ToDouble((128.0 + (vtstatic_0.arr3d_0[4, 0, 3] / s_a1_0))); + return retval_0; + } + + public static int Main() + { + vtstatic_0.arr3d_0[4, 0, 3] = 1UL; + + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj new file mode 100644 index 0000000000..d42f14f641 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj new file mode 100644 index 0000000000..75626ff07c --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj new file mode 100644 index 0000000000..d42f14f641 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj new file mode 100644 index 0000000000..75626ff07c --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs b/tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs new file mode 100644 index 0000000000..2e8c7d567b --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-01.cs @@ -0,0 +1,64 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal unsafe class testout1 +{ + public struct VT_0 + { + public double[,] arr2d_0; + public VT_0(int i) + { + arr2d_0 = new double[3, 6]; + } + } + + public static VT_0 vtstatic_0 = new VT_0(1); + + public static int Func_0() + { + vtstatic_0.arr2d_0[2, 0] = -2.125; + vtstatic_0.arr2d_0[2, 2] = -68.0; + if ((vtstatic_0.arr2d_0[2, 2]) != (vtstatic_0.arr2d_0[2, 0])) + { + if (((583855800 * -1.1646711396889438E-07)) != (-1.1646711396889438E-07)) + { + int if1_0retval_0 = Convert.ToInt32((Convert.ToInt32(((583855800 * -1.1646711396889438E-07) / vtstatic_0.arr2d_0[2, 0]) - (vtstatic_0.arr2d_0[2, 2])))); + return if1_0retval_0; + } + } + else + { + if (((583855800 * -1.1646711396889438E-07)) == (-1.1646711396889438E-07)) + { + if ((vtstatic_0.arr2d_0[2, 2]) < (vtstatic_0.arr2d_0[2, 0])) + { + return Convert.ToInt32((Convert.ToInt32(((583855800 * -1.1646711396889438E-07) / vtstatic_0.arr2d_0[2, 0]) - (vtstatic_0.arr2d_0[2, 2])))); + } + else + Console.WriteLine("Func_0: < false"); + } + else + { + if (((583855800 * -1.1646711396889438E-07)) < (-1.1646711396889438E-07)) + Console.WriteLine("Func_0: < true"); + } + } + return Convert.ToInt32((Convert.ToInt32(((583855800 * -1.1646711396889438E-07) / vtstatic_0.arr2d_0[2, 0]) - (vtstatic_0.arr2d_0[2, 2])))); + } + + public static int Main() + { + vtstatic_0.arr2d_0[2, 0] = -2.125; + vtstatic_0.arr2d_0[2, 2] = -68.0; + + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj new file mode 100644 index 0000000000..0adca850e9 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj new file mode 100644 index 0000000000..2ad38a2ddb --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj new file mode 100644 index 0000000000..0adca850e9 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj new file mode 100644 index 0000000000..2ad38a2ddb --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs b/tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs new file mode 100644 index 0000000000..9e3c2638a7 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-02.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal unsafe class testout1 +{ + private static double[] s_arr1d_0 = new double[6]; + private static double s_a2_0 = 128.0; + + + public static double Func_0() + { + s_arr1d_0[0] = 3758096384.0; + double asgop0 = 2.9802322387695312E-08; + asgop0 *= (s_arr1d_0[0]); + double asgop1 = s_arr1d_0[0]; + asgop1 -= (3758096468.0); + return Convert.ToDouble(((s_a2_0 - asgop0) - (asgop1))); + } + + public static int Main() + { + s_arr1d_0[0] = 3758096384.0; + + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj new file mode 100644 index 0000000000..e0783058b4 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj new file mode 100644 index 0000000000..c1dab426c5 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj new file mode 100644 index 0000000000..e0783058b4 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj new file mode 100644 index 0000000000..c1dab426c5 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs b/tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs new file mode 100644 index 0000000000..575b091cf5 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-03.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal unsafe class testout1 +{ + public class CL_0 + { + public Decimal[,,] arr3d_0 = new Decimal[5, 6, 4]; + public Decimal a1_0 = -3.0476190476190476190476190476M; + public ulong a2_0 = 4096UL; + } + + public static CL_0 clstatic_0 = new CL_0(); + + public static int Func_0() + { + CL_0 cl_0 = new CL_0(); + + cl_0.arr3d_0[4, 0, 3] = 16M; + int retval_0 = Convert.ToInt32(Convert.ToInt32(cl_0.arr3d_0[4, 0, 3] - ((Convert.ToDecimal((Convert.ToUInt64(clstatic_0.a2_0 / 16UL))) / clstatic_0.a1_0)))); + return retval_0; + } + + public static int Main() + { + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj new file mode 100644 index 0000000000..b951926c81 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj new file mode 100644 index 0000000000..05f98ac70a --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj new file mode 100644 index 0000000000..b951926c81 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj new file mode 100644 index 0000000000..05f98ac70a --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs b/tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs new file mode 100644 index 0000000000..6b51fc492d --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-04.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal unsafe class testout1 +{ + public struct VT_0 + { + public double a1_0; + public VT_0(int i) + { + a1_0 = 1; + } + } + public class CL_0 + { + public double a0_0 = -1013.76; + } + + + public static double Func_0() + { + VT_0 vt_0 = new VT_0(1); + vt_0.a1_0 = 10.24; + CL_0 cl_0 = new CL_0(); + + double asgop0 = vt_0.a1_0; + asgop0 -= ((cl_0.a0_0)); + double asgop1 = cl_0.a0_0; + asgop1 /= (-99.0); + return Convert.ToDouble((asgop0 / asgop1)); + } + + public static int Main() + { + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj new file mode 100644 index 0000000000..e0302065c3 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj new file mode 100644 index 0000000000..1becad7b2a --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj new file mode 100644 index 0000000000..e0302065c3 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj new file mode 100644 index 0000000000..1becad7b2a --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs b/tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs new file mode 100644 index 0000000000..50e522cca8 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-06.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +internal class testout1 +{ + private static double[,,] s_arr3d_0 = new double[5, 6, 4]; + private static double[,] s_arr2d_0 = new double[3, 6]; + + + public static int Func_0() + { + s_arr3d_0[4, 0, 3] = 1177305879; + s_arr2d_0[2, 1] = 1177305779D; + if ((s_arr2d_0[2, 1]) <= ((int)(s_arr3d_0[4, 0, 3]) % (int)s_arr2d_0[2, 1])) + Console.WriteLine("Func_0: <= true"); + int retval_0 = (int)(s_arr3d_0[4, 0, 3]) % (int)s_arr2d_0[2, 1]; + return retval_0; + } + + public static int Main() + { + int retval; + retval = Convert.ToInt32(Func_0()); + if ((retval >= 99) && (retval < 100)) + retval = 100; + if ((retval > 100) && (retval <= 101)) + retval = 100; + Console.WriteLine(retval); + return retval; + } +} diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj new file mode 100644 index 0000000000..e7987d96ec --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj new file mode 100644 index 0000000000..5edbb22f33 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj new file mode 100644 index 0000000000..e7987d96ec --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj new file mode 100644 index 0000000000..5edbb22f33 --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj @@ -0,0 +1,56 @@ + + + + + Debug + AnyCPU + $(MSBuildProjectName) + 2.0 + {95DFC527-4DC1-495E-97D7-E94EE1F7140D} + Exe + Properties + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages + ..\..\ + true + 7a9bfb7d + + + + + + + + + False + + + + + + True + True + True + True + True + $(DefineConstants);CORECLR + + + + + + + + + + + + + $(JitPackagesConfigFileDirectory)minimal\project.json + $(JitPackagesConfigFileDirectory)minimal\project.lock.json + + + + + diff --git a/tests/src/JIT/Methodical/fp/exgen/app.config b/tests/src/JIT/Methodical/fp/exgen/app.config new file mode 100644 index 0000000000..6f7bbd9d2b --- /dev/null +++ b/tests/src/JIT/Methodical/fp/exgen/app.config @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3