[JS KLIB IC] Fix test runner
This commit is contained in:
+2
-4
@@ -12,12 +12,10 @@ abstract class AbstractIncrementalJsKlibCompilerRunnerTest : AbstractIncremental
|
|||||||
sourceMap = true
|
sourceMap = true
|
||||||
irBackend = true
|
irBackend = true
|
||||||
irProduceOnly = "klib"
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun rebuildAndCompareOutput(sourceRoots: List<File>, testDir: File, buildLogSteps: List<BuildStep>, outDir: File) {
|
|
||||||
// todo fix
|
|
||||||
}
|
|
||||||
|
|
||||||
override val buildLogFinder: BuildLogFinder
|
override val buildLogFinder: BuildLogFinder
|
||||||
get() = super.buildLogFinder.copy(isJsIrEnabled = true)
|
get() = super.buildLogFinder.copy(isJsIrEnabled = true)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user