[android-platform] or perhaps [android-porting] might be more appropriate for this, I doubt you will get too many answers here.
kris On Mon, Feb 6, 2012 at 3:53 AM, sawyer jim <[email protected]> wrote: > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

