Tests: remove bytecode listing tests for old JVM backend

These tests are mostly used to check ABI in case you're compiling a
library or library-like code, which is no longer possible (since old JVM
backend is only used in the IDE).
This commit is contained in:
Alexander Udalov
2023-11-01 15:44:42 +01:00
committed by Space Team
parent 56936e2012
commit 1cf04916d6
8 changed files with 10 additions and 2725 deletions
@@ -289,9 +289,6 @@ fun main(args: Array<String>) {
}
testGroup("plugins/allopen/tests-gen", "plugins/allopen/testData") {
testClass<AbstractBytecodeListingTestForAllOpen> {
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
}
testClass<AbstractIrBytecodeListingTestForAllOpen> {
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
}
@@ -316,9 +313,6 @@ fun main(args: Array<String>) {
testClass<AbstractFirPsiDiagnosticsTestForNoArg> {
model("diagnostics", excludedPattern = excludedFirTestdataPattern)
}
testClass<AbstractBytecodeListingTestForNoArg> {
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
}
testClass<AbstractIrBytecodeListingTestForNoArg> {
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
}