JPS, tests, minor: reformat test data for cacheVersionChanged/withError
This commit is contained in:
+8
@@ -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
|
Building module5
|
||||||
Exit code: NOTHING_DONE
|
Exit code: NOTHING_DONE
|
||||||
@@ -36,7 +36,7 @@ Exit code: ABORT
|
|||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Name expected
|
Name expected
|
||||||
|
|
||||||
================ Step #2 =================
|
================ Step #2 fix compilation error in module1 =================
|
||||||
|
|
||||||
Building module5
|
Building module5
|
||||||
Exit code: NOTHING_DONE
|
Exit code: NOTHING_DONE
|
||||||
|
|||||||
Vendored
+2
-2
@@ -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])
|
Lookups cache are INVALID: actual=(777, [jvm]) -> expected=(3011001, [jvm])
|
||||||
Marked as dirty by Kotlin:
|
Marked as dirty by Kotlin:
|
||||||
@@ -36,7 +36,7 @@ Exit code: ABORT
|
|||||||
COMPILATION FAILED
|
COMPILATION FAILED
|
||||||
Name expected
|
Name expected
|
||||||
|
|
||||||
================ Step #2 =================
|
================ Step #2 fix compilation error in module1 =================
|
||||||
|
|
||||||
Building module5
|
Building module5
|
||||||
Exit code: NOTHING_DONE
|
Exit code: NOTHING_DONE
|
||||||
|
|||||||
-5
@@ -1,5 +0,0 @@
|
|||||||
module1->
|
|
||||||
module2->module1
|
|
||||||
module3->module2
|
|
||||||
module4->
|
|
||||||
module5->
|
|
||||||
Reference in New Issue
Block a user