Minor. Comment updated
This commit is contained in:
committed by
Space Team
parent
b08d805f1e
commit
f1a97ed4b8
+1
-1
@@ -23,7 +23,7 @@ import java.io.File
|
||||
|
||||
abstract class AbstractClassicJsKlibEvolutionTest : AbstractJsKlibEvolutionTest(CompilerType.K1)
|
||||
abstract class AbstractFirJsKlibEvolutionTest : AbstractJsKlibEvolutionTest(CompilerType.K2) {
|
||||
// TODO: unmute after fixing KT-57711
|
||||
// Const evaluation tests muted for FIR because FIR does const propagation.
|
||||
override fun isIgnoredTest(filePath: String): Boolean {
|
||||
val fileName = filePath.substringAfterLast('/')
|
||||
return fileName == "addOrRemoveConst.kt" || fileName == "changeConstInitialization.kt"
|
||||
|
||||
+1
-2
@@ -32,8 +32,7 @@ import org.jetbrains.kotlin.compatibility.binary.TestModule as TModule
|
||||
|
||||
@Tag("klib-evolution")
|
||||
abstract class AbstractNativeKlibEvolutionTest : AbstractNativeSimpleTest() {
|
||||
|
||||
// TODO: unmute after fixing KT-57711
|
||||
// Const evaluation tests muted for FIR because FIR does const propagation.
|
||||
private fun isIgnoredTest(filePath: String): Boolean {
|
||||
if (!this::class.java.simpleName.startsWith("Fir"))
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user