From e67975010265808ac0fe5b0b157f928e47e3d2ca Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Tue, 15 Mar 2016 00:12:35 +0300 Subject: [PATCH] Test: override build.log in gradle IC tests Original commit: 61814eb23f19f044bf239f105e8ea5376af165f3 --- .../enumEntryAdded/gradle-build.log | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/enumEntryAdded/gradle-build.log diff --git a/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/enumEntryAdded/gradle-build.log b/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/enumEntryAdded/gradle-build.log new file mode 100644 index 00000000000..6d78e93fdff --- /dev/null +++ b/jps/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/enumEntryAdded/gradle-build.log @@ -0,0 +1,35 @@ +================ Step #1 ================= + +Cleaning output files: + out/production/module/Enum.class +End of files +Exit code: NOTHING_DONE +------------------------------------------ +Compiling files: + src/Enum.java +End of files +Cleaning output files: + out/production/module/META-INF/module.kotlin_module + out/production/module/UseKt.class +End of files +Compiling files: + src/use.kt +End of files +Exit code: ABORT +------------------------------------------ +COMPILATION FAILED +When expression must be exhaustive, add necessary 'C' branch or 'else' branch instead + +================ Step #2 ================= + +Cleaning output files: + out/production/module/Enum.class +End of files +Compiling files: + src/use.kt +End of files +Exit code: OK +------------------------------------------ +Compiling files: + src/Enum.java +End of files \ No newline at end of file