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:
committed by
Space Team
parent
56936e2012
commit
1cf04916d6
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user