OSDN Git Service

Add test for calling into destroyed JNI env
authorMathieu Chartier <mathieuc@google.com>
Thu, 14 Jan 2016 00:20:26 +0000 (16:20 -0800)
committerMathieu Chartier <mathieuc@google.com>
Thu, 14 Jan 2016 01:15:45 +0000 (17:15 -0800)
commitfc7acf9f2eebac8e6d62b434b955b96409bf02f4
tree94ecbba6cf760cb0412e65b6d75900bf24de721e
parent08d3ab591d98fce33b7ab552a10cec04aaff6ce1
Add test for calling into destroyed JNI env

The test calls into ExceptionCheck with a destroyed JNI env and
expects to never come back out.

Bug: 18577101
Change-Id: I96832c78d20de4a7d8a9ddf2d0636f08fc4ed9f2
test/136-daemon-jni-shutdown/daemon_jni_shutdown.cc [new file with mode: 0644]
test/136-daemon-jni-shutdown/expected.txt [new file with mode: 0644]
test/136-daemon-jni-shutdown/info.txt [new file with mode: 0644]
test/136-daemon-jni-shutdown/src/Main.java [new file with mode: 0644]
test/Android.libarttest.mk