@@ -28,27 +28,6 @@ tasks.test {
2828}
2929
3030val initializeAtBuildTime = mapOf (
31- // These will be part of the next version of native-build-tools
32- // see https://github.com/graalvm/native-build-tools/pull/693
33- " 5.13" to listOf (
34- " org.junit.jupiter.api.DisplayNameGenerator\$ IndicativeSentences" ,
35- " org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor\$ ClassInfo" ,
36- " org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor\$ LifecycleMethods" ,
37- " org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor" ,
38- " org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor" ,
39- " org.junit.jupiter.engine.descriptor.DynamicDescendantFilter\$ Mode" ,
40- " org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector\$ 1" ,
41- " org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor\$ MethodInfo" ,
42- " org.junit.jupiter.engine.discovery.ClassSelectorResolver\$ DummyClassTemplateInvocationContext" ,
43- " org.junit.platform.engine.support.store.NamespacedHierarchicalStore\$ EvaluatedValue" ,
44- " org.junit.platform.launcher.core.DiscoveryIssueNotifier" ,
45- " org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider" ,
46- " org.junit.platform.launcher.core.LauncherDiscoveryResult\$ EngineResultInfo" ,
47- " org.junit.platform.launcher.core.LauncherPhase" ,
48- " org.junit.platform.suite.engine.DiscoverySelectorResolver" ,
49- " org.junit.platform.suite.engine.SuiteTestDescriptor\$ DiscoveryIssueForwardingListener" ,
50- " org.junit.platform.suite.engine.SuiteTestDescriptor\$ LifecycleMethods" ,
51- ),
5231 // These need to be added to native-build-tools
5332 " 6.0" to listOf (
5433 " org.junit.platform.commons.util.KotlinReflectionUtils" ,
0 commit comments