[JS IC] Fix test runner
This commit is contained in:
committed by
TeamCityServer
parent
06ee84f809
commit
b3dbca7ea6
@@ -62,7 +62,7 @@ abstract class BasicIrBoxTest(
|
|||||||
|
|
||||||
private val lowerPerModule: Boolean = runIcMode || getBoolean("kotlin.js.ir.lowerPerModule")
|
private val lowerPerModule: Boolean = runIcMode || getBoolean("kotlin.js.ir.lowerPerModule")
|
||||||
|
|
||||||
private val klibMainModule: Boolean = false || getBoolean("kotlin.js.ir.klibMainModule")
|
private val klibMainModule: Boolean = getBoolean("kotlin.js.ir.klibMainModule")
|
||||||
|
|
||||||
override val skipRegularMode: Boolean = getBoolean("kotlin.js.ir.skipRegularMode")
|
override val skipRegularMode: Boolean = getBoolean("kotlin.js.ir.skipRegularMode")
|
||||||
|
|
||||||
@@ -123,7 +123,7 @@ abstract class BasicIrBoxTest(
|
|||||||
compilationCache[it] ?: error("Can't find compiled module for dependency $it")
|
compilationCache[it] ?: error("Can't find compiled module for dependency $it")
|
||||||
}).map { File(it).absolutePath }.toMutableList()
|
}).map { File(it).absolutePath }.toMutableList()
|
||||||
|
|
||||||
val klibPath = outputFile.absolutePath.replace("_v5.js", "/")
|
val klibPath = outputFile.absolutePath.replace("_v5.js", "")
|
||||||
|
|
||||||
prepareRuntimePirCaches(config, icCache)
|
prepareRuntimePirCaches(config, icCache)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user