Monday, February 6, 2012

[android-developers] [ICS]: CTS test failed: nulljava.lang.VerifyError in opcodes of the android.core.vm-tests

Hello Everyone:

When I did CTS test against the package "android.core.vm-tests", I got
many failures said "nulljava.lang.VerifyError " in the opcodes.

I posted a detail failure log below:

nulljava.lang.VerifyError: dot/junit/opcodes/shr_int_2addr/d/
T_shr_int_2addr_6 at
dot.junit.opcodes.shr_int_2addr.Main_testN6.main(Main_testN6.java:7)
at dalvik.system.NativeStart.main(Native Method)
return code: 0
nulljava.lang.RuntimeException: java.lang.VerifyError: dot/junit/
opcodes/shr_int_2addr/d/T_shr_int_2addr_6 at
dot.junit.opcodes.shr_int_2addr.Main_testN6.main(Main_testN6.java:7)
at dalvik.system.NativeStart.main(Native Method)
return code: 0
at dot.junit.DeviceUtil.digestCommand(DeviceUtil.java:49)
at dot.junit.DeviceUtil.adbExec(DeviceUtil.java:115)
at
dot.junit.opcodes.shr_int_2addr.JUnit_Test_shr_int_2addr.testN6(JUnit_Test_shr_int_2addr.java:
36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at com.android.cts.HostUnitTestRunner.runTest(HostUnitTestRunner.java:
68)
at com.android.cts.HostSideOnlyTest
$HostSideTestRunner.run(HostSideOnlyTest.java:53)

The log came from the the test case
"dot.junit.opcodes.shr_int_2addr.JUnit_Test_shr_int_2addr --testN6"
in the test package "android.core.vm-tests".

Had anyone ever encountered this issue?
How can I solve this issue?

Thanks.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment