Tests: remove JVM diagnostics from AbstractDiagnosticsTest

There's no behavior specific for JVM backend diagnostics in any of the
affected tests, and this code is using an incorrect way to obtain those
diagnostics, so it should be removed anyway.
This commit is contained in:
Alexander Udalov
2024-03-12 16:27:08 +01:00
committed by Space Team
parent 88d159ec65
commit 32c8664f71
3 changed files with 1 additions and 33 deletions
@@ -43,8 +43,6 @@ class InteropFunctionsWithNonStableParameterNamesDiagnosticsTest : AbstractDiagn
klibFile = prepareKlibWithNonStableParameterNames(tmpDir)
}
override fun shouldSkipJvmSignatureDiagnostics(groupedByModule: Map<TestModule?, List<TestFile>>) = true
override fun getEnvironmentConfigFiles(): EnvironmentConfigFiles = EnvironmentConfigFiles.METADATA_CONFIG_FILES
override fun createModule(moduleName: String, storageManager: StorageManager): ModuleDescriptorImpl =
@@ -129,4 +127,3 @@ class InteropFunctionsWithNonStableParameterNamesDiagnosticsTest : AbstractDiagn
}
}