JPS, tests, minor: rename test files in modules for better readability
Original commit: 1301333e37
This commit is contained in:
+6
-6
@@ -8,8 +8,8 @@ Cleaning output files:
|
|||||||
out/production/pJs/pJs/root-package.kjsm
|
out/production/pJs/pJs/root-package.kjsm
|
||||||
End of files
|
End of files
|
||||||
Compiling files:
|
Compiling files:
|
||||||
c/src/a.kt
|
c/src/f.kt
|
||||||
pJs/src/c.kt
|
pJs/src/fJs.kt
|
||||||
End of files
|
End of files
|
||||||
Exit code: ABORT
|
Exit code: ABORT
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
@@ -22,8 +22,8 @@ COMPILATION FAILED
|
|||||||
Building c
|
Building c
|
||||||
Building pJs
|
Building pJs
|
||||||
Compiling files:
|
Compiling files:
|
||||||
c/src/a.kt
|
c/src/f.kt
|
||||||
pJs/src/c.kt
|
pJs/src/fJs.kt
|
||||||
End of files
|
End of files
|
||||||
Exit code: OK
|
Exit code: OK
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
@@ -32,8 +32,8 @@ Cleaning output files:
|
|||||||
out/production/pJvm/META-INF/pJvm.kotlin_module
|
out/production/pJvm/META-INF/pJvm.kotlin_module
|
||||||
End of files
|
End of files
|
||||||
Compiling files:
|
Compiling files:
|
||||||
c/src/a.kt
|
c/src/f.kt
|
||||||
pJvm/src/c.kt
|
pJvm/src/fJvm.kt
|
||||||
End of files
|
End of files
|
||||||
Exit code: OK
|
Exit code: OK
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
+10
-10
@@ -8,9 +8,9 @@ Cleaning output files:
|
|||||||
out/production/pJs/pJs/root-package.kjsm
|
out/production/pJs/pJs/root-package.kjsm
|
||||||
End of files
|
End of files
|
||||||
Compiling files:
|
Compiling files:
|
||||||
c/src/a.kt
|
c/src/f.kt
|
||||||
c/src/b.kt
|
c/src/g.kt
|
||||||
pJs/src/c.kt
|
pJs/src/fg.kt
|
||||||
End of files
|
End of files
|
||||||
Exit code: ABORT
|
Exit code: ABORT
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
@@ -23,22 +23,22 @@ COMPILATION FAILED
|
|||||||
Building c
|
Building c
|
||||||
Building pJs
|
Building pJs
|
||||||
Compiling files:
|
Compiling files:
|
||||||
c/src/a.kt
|
c/src/f.kt
|
||||||
c/src/b.kt
|
c/src/g.kt
|
||||||
pJs/src/c.kt
|
pJs/src/fg.kt
|
||||||
End of files
|
End of files
|
||||||
Exit code: OK
|
Exit code: OK
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
Marked as dirty by Kotlin:
|
Marked as dirty by Kotlin:
|
||||||
c/src/b.kt
|
c/src/g.kt
|
||||||
Building pJvm
|
Building pJvm
|
||||||
Cleaning output files:
|
Cleaning output files:
|
||||||
out/production/pJvm/META-INF/pJvm.kotlin_module
|
out/production/pJvm/META-INF/pJvm.kotlin_module
|
||||||
End of files
|
End of files
|
||||||
Compiling files:
|
Compiling files:
|
||||||
c/src/a.kt
|
c/src/f.kt
|
||||||
c/src/b.kt
|
c/src/g.kt
|
||||||
pJvm/src/c.kt
|
pJvm/src/fg.kt
|
||||||
End of files
|
End of files
|
||||||
Exit code: OK
|
Exit code: OK
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
Reference in New Issue
Block a user