Revert [JS IR] commits that failed build
Revert "[JS IR] Build hybrid versions of stdlib and kotlin.test" This reverts commitb9f88350dd. Revert "[JS IR] Add gradle plugin integration tests" This reverts commitd872b27663. Revert "Update bootstrap" This reverts commitbc47594c7a. Revert "[JS IR] Support generating both IR and pre-IR libraries" This reverts commit1b8df45bfe.
This commit is contained in:
+3
-1
@@ -10,8 +10,10 @@ abstract class AbstractIncrementalJsKlibCompilerRunnerTest : AbstractIncremental
|
||||
libraries = "build/js-ir-runtime/full-runtime.klib"
|
||||
outputFile = File(destinationDir, "${testDir.name}.klib").path
|
||||
sourceMap = true
|
||||
irBackend = true
|
||||
irProduceOnly = "klib"
|
||||
// Don't zip klib content since date on files affect the md5 checksum we compute to check whether output files identical
|
||||
irProduceKlibDir = true
|
||||
irLegacyGradlePluginCompatibility = true
|
||||
}
|
||||
|
||||
override val buildLogFinder: BuildLogFinder
|
||||
|
||||
Reference in New Issue
Block a user