[JS IR] Add IC invalidation tests

This commit is contained in:
Alexander Korepanov
2022-02-01 22:07:55 +03:00
committed by Space
parent 210cc67041
commit 28b1f1c50f
175 changed files with 1619 additions and 1 deletions
@@ -0,0 +1 @@
fun foo0() = 42
@@ -0,0 +1 @@
fun foo1() = 24
@@ -0,0 +1,7 @@
STEP 0:
dependencies: stdlib
dirty: l1_0.kt, l1_1.kt
STEP 1:
dependencies: stdlib
modifications:
D : l1_1.kt
@@ -0,0 +1,2 @@
fun qux0() = foo0()
@@ -0,0 +1,2 @@
fun qux1() = foo1()
@@ -0,0 +1,8 @@
STEP 0:
dependencies: stdlib, lib1
dirty: l2_0.kt, l2_1.kt
STEP 1:
dependencies: stdlib, lib1
modifications:
D : l2_1.kt
@@ -0,0 +1,2 @@
fun box() = qux0() + qux1()
@@ -0,0 +1,2 @@
fun box() = qux0()
@@ -0,0 +1,9 @@
STEP 0:
dependencies: stdlib, lib1, lib2
dirty: m.kt
STEP 1:
dependencies: stdlib, lib1, lib2
modifications:
U : m.kt.new -> m.kt
dirty: m.kt
@@ -0,0 +1,7 @@
MODULES: lib1, lib2, main
STEP 0:
libs: lib1, lib2, main
STEP 1:
libs: lib1, lib2, main