OSDN Git Service

Fix tests 116 and 118 for no-prebuild
authorMathieu Chartier <mathieuc@google.com>
Fri, 25 Sep 2015 22:40:30 +0000 (15:40 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 25 Sep 2015 22:42:27 +0000 (15:42 -0700)
Added missing "JNI_OnLoad called" in the expected output.

Change-Id: I619aae215c767bd75494933fd3480ec7e91b0570

test/116-nodex2oat/expected.txt
test/118-noimage-dex2oat/expected.txt

index 05b1c2f..157dfc4 100644 (file)
@@ -1,6 +1,9 @@
 Run -Xnodex2oat
+JNI_OnLoad called
 Has oat is false, is dex2oat enabled is false.
 Run -Xdex2oat
+JNI_OnLoad called
 Has oat is true, is dex2oat enabled is true.
 Run default
+JNI_OnLoad called
 Has oat is true, is dex2oat enabled is true.
index 0103e89..166481e 100644 (file)
@@ -1,11 +1,14 @@
 Run -Xnoimage-dex2oat
+JNI_OnLoad called
 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false.
 testB18485243 PASS
 Run -Xnoimage-dex2oat -Xno-dex-file-fallback
 Failed to initialize runtime (check log for details)
 Run -Ximage-dex2oat
+JNI_OnLoad called
 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
 testB18485243 PASS
 Run default
+JNI_OnLoad called
 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
 testB18485243 PASS