Remove old JVM backend diagnostic tests

This commit is contained in:
Alexander Udalov
2023-06-22 19:23:46 +02:00
committed by Space Team
parent 815ab15313
commit 18be8f50c0
3 changed files with 4 additions and 620 deletions
@@ -41,14 +41,6 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
model("diagnostics/testsWithJsStdLib", excludedPattern = excludedCustomTestdataPattern)
}
testClass<AbstractDiagnosticsTestWithOldJvmBackend> {
model(
"diagnostics/testsWithJvmBackend",
targetBackend = TargetBackend.JVM_OLD,
excludedPattern = excludedCustomTestdataPattern
)
}
testClass<AbstractDiagnosticsTestWithJvmIrBackend> {
model(
"diagnostics/testsWithJvmBackend",