Revert "Revert [JS IR] commits that failed build"

This reverts commit 740f851a
This commit is contained in:
Nikolay Krasko
2019-11-05 14:54:48 +03:00
committed by Svyatoslav Kuzmich
parent 181d023e3c
commit 155a760ee9
28 changed files with 427 additions and 337 deletions
@@ -10,10 +10,8 @@ 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
irLegacyGradlePluginCompatibility = true
irProduceKlibDir = true
}
override val buildLogFinder: BuildLogFinder