88fbaed22e
These tests now only make sense for JVM_IR. Incidentally this fixes the JVM illegal access warnings from generateTests, because the test framework no longer tries to instantiate these tests (which leads to `doOpenInternalPackagesIfRequired`) to determine the target backend. The change in JvmEnvironmentConfigurator is needed so that JVM tests without target backend would default to JVM IR instead of the old backend. Also rename files to match the class names.