JPS tests: switch to new dependencies.txt parser

Order of modules changed because new parser preserve order, while previously modules are accidentally sorted by hashCode().
This commit is contained in:
Sergey Rostov
2018-09-04 12:31:27 +03:00
parent 0b5a6f61bb
commit 808e83a01e
11 changed files with 218 additions and 179 deletions
@@ -1,5 +1,21 @@
================ Step #1 =================
Building module5
Exit code: NOTHING_DONE
------------------------------------------
Building module4
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
Marked as dirty by Kotlin:
module4/src/d.kt
Cleaning output files:
out/production/module4/META-INF/module4.kotlin_module
out/production/module4/module4/D.class
End of files
Compiling files:
module4/src/d.kt
End of files
Exit code: OK
------------------------------------------
Building module1
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module1' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
Marked as dirty by Kotlin:
@@ -39,20 +55,4 @@ Compiling files:
module3/src/c.kt
End of files
Exit code: OK
------------------------------------------
Building module4
Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module4' production) are INVALID: actual=CacheVersion(version=777) -> expected=CacheVersion(version=9011001)
Marked as dirty by Kotlin:
module4/src/d.kt
Cleaning output files:
out/production/module4/META-INF/module4.kotlin_module
out/production/module4/module4/D.class
End of files
Compiling files:
module4/src/d.kt
End of files
Exit code: OK
------------------------------------------
Building module5
Exit code: NOTHING_DONE
------------------------------------------