From dfb46dad7d0a2e0611cf01bb7ebc4ac1b65b66bd Mon Sep 17 00:00:00 2001 From: Johan Lorensson Date: Thu, 20 Jun 2019 09:23:39 +0200 Subject: Add Windows x64 Full AOT Interpreter support on CI. (#15127) Add support to run full interpreter test suite on CI for Windows x64 Full AOT. Since Windows x64 Full AOT uses a different full AOT profile WinAOT a separate testing profile was setup for the interpreter testing. NOTE, this profile is pure for testing, inline with the other testing profiles. It is also reusing most of its sources from other sources files (mainly WinAOT) to reduce maintenance of the profile. Commit also includes some smaller adjustments needed in order to get full pass rate for Windows x64 Full AOT + Interpreter on CI. --- runtime/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 3a84c023237..154240d758d 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -68,6 +68,10 @@ if INSTALL_WINAOT build_profiles += winaot endif +if INSTALL_TESTING_WINAOT_INTERP +build_profiles += testing_winaot_interp +endif + if INSTALL_XAMMAC build_profiles += xammac xammac_net_4_5 endif -- cgit v1.2.3