Skip to content

Commit 532a1f9

Browse files
mcpiromanSpace Team
authored andcommitted
[JS] Drop K1 stepping tests
KT-79243
1 parent 1480fb4 commit 532a1f9

File tree

4 files changed

+1
-905
lines changed

4 files changed

+1
-905
lines changed

.idea/kotlinTestDataPluginTestDataPaths.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/js.tests/testFixtures/org/jetbrains/kotlin/generators/tests/GenerateJsTests.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ fun main(args: Array<String>) {
248248
}
249249

250250
testGroup("js/js.tests/tests-gen", "compiler/testData/debug", testRunnerMethodName = "runTest0") {
251-
testClass<AbstractIrJsSteppingTest>(annotations = listOf(*legacyFrontend())) {
252-
model("stepping")
253-
}
254-
255251
testClass<AbstractFirJsSteppingTest> {
256252
model("stepping")
257253
}

js/js.tests/testFixtures/org/jetbrains/kotlin/js/test/ir/AbstractJsIrTest.kt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import org.jetbrains.kotlin.js.test.converters.ClassicJsKlibSerializerFacade
1010
import org.jetbrains.kotlin.js.test.handlers.*
1111
import org.jetbrains.kotlin.js.test.utils.configureJsTypeScriptExportTest
1212
import org.jetbrains.kotlin.js.test.utils.configureLineNumberTests
13-
import org.jetbrains.kotlin.js.test.utils.configureSteppingTests
1413
import org.jetbrains.kotlin.parsing.parseBoolean
1514
import org.jetbrains.kotlin.test.Constructor
1615
import org.jetbrains.kotlin.test.TargetBackend
@@ -171,19 +170,6 @@ open class AbstractWebDemoExamplesTest : AbstractJsIrTest(
171170
}
172171
}
173172

174-
open class AbstractIrJsSteppingTest : AbstractJsIrTest(
175-
pathToTestDir = "compiler/testData/debug/stepping/",
176-
testGroupOutputDirPrefix = "debug/irStepping/"
177-
) {
178-
override val enableBoxHandlers: Boolean
179-
get() = false
180-
181-
override fun configure(builder: TestConfigurationBuilder) {
182-
super.configure(builder)
183-
builder.configureSteppingTests()
184-
}
185-
}
186-
187173
open class AbstractIrJsLocalVariableTest : AbstractJsIrTest(
188174
pathToTestDir = "compiler/testData/debug/localVariables/",
189175
testGroupOutputDirPrefix = "debug/localVariables/"

0 commit comments

Comments
 (0)