Add tests for lookup tracker with JS KLIB compiler

This commit is contained in:
Alexey Tsvetkov
2020-03-10 06:25:02 +03:00
parent 1c38466a22
commit 6acf9385bd
38 changed files with 625 additions and 3 deletions
@@ -1211,6 +1211,10 @@ fun main(args: Array<String>) {
testClass<AbstractJsLookupTrackerTest> {
model("incremental/lookupTracker/js", extension = null, recursive = false)
}
testClass<AbstractJsKlibLookupTrackerTest> {
// todo: investigate why lookups are different from non-klib js
model("incremental/lookupTracker/jsKlib", extension = null, recursive = false)
}
testClass<AbstractIncrementalLazyCachesTest> {
model("incremental/lazyKotlinCaches", extension = null, excludeParentDirs = true)