JPS, tests, minor: reformat test data for cacheVersionChanged/withError

This commit is contained in:
Sergey Rostov
2018-11-21 11:16:38 +03:00
parent 06b908d48f
commit a508f53f9d
5 changed files with 14 additions and 9 deletions
@@ -0,0 +1,8 @@
module1
module2
module3
module4
module5
module2 -> module1
module3 -> module2
@@ -0,0 +1,2 @@
add file with compilation error to module1
fix compilation error in module1
@@ -1,4 +1,4 @@
================ Step #1 =================
================ Step #1 add file with compilation error to module1 =================
Building module5
Exit code: NOTHING_DONE
@@ -36,7 +36,7 @@ Exit code: ABORT
COMPILATION FAILED
Name expected
================ Step #2 =================
================ Step #2 fix compilation error in module1 =================
Building module5
Exit code: NOTHING_DONE
@@ -1,4 +1,4 @@
================ Step #1 =================
================ Step #1 add file with compilation error to module1 =================
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
Marked as dirty by Kotlin:
@@ -36,7 +36,7 @@ Exit code: ABORT
COMPILATION FAILED
Name expected
================ Step #2 =================
================ Step #2 fix compilation error in module1 =================
Building module5
Exit code: NOTHING_DONE
@@ -1,5 +0,0 @@
module1->
module2->module1
module3->module2
module4->
module5->