[android-developers] Android CTS v7.0 --force-abi?

2016-09-27 Thread Christopher Freeman
--force-abi seems to be removed.  There is --abi but 32 and 64 do not seem 
to work as parameters anymore.  Is there a way to get the same behavior in 
CTS v7.0?

09-27 15:14:43 E/TestInvocation: Device 032151604558708002fc doesn't 
support 32
java.lang.IllegalArgumentException: Device 032151604558708002fc doesn't 
support 32
at 
com.android.compatibility.common.tradefed.testtype.CompatibilityTest.getAbis(CompatibilityTest.java:421)
at 
com.android.compatibility.common.tradefed.testtype.CompatibilityTest.run(CompatibilityTest.java:299)
at 
com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:716)
at 
com.android.tradefed.invoker.TestInvocation.prepareAndRun(TestInvocation.java:491)
at 
com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:386)
at 
com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:166)
at 
com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:471)

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/bcca45d4-b376-4ded-bed7-3662e1f2e7ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Android CTS v7.0 --force-abi?

2016-09-27 Thread Christopher Freeman
Anyone trying to work through this, I think I have it figured out.  You 
need to explicitly give ABIs now.  In my case, those ABIs are arm64-v8a, 
armeabi-v7a.  CTS does output this in the host logs.

On Tuesday, September 27, 2016 at 3:15:12 PM UTC-7, Christopher Freeman 
wrote:
>
> --force-abi seems to be removed.  There is --abi but 32 and 64 do not seem 
> to work as parameters anymore.  Is there a way to get the same behavior in 
> CTS v7.0?
>
> 09-27 15:14:43 E/TestInvocation: Device 032151604558708002fc doesn't 
> support 32
> java.lang.IllegalArgumentException: Device 032151604558708002fc doesn't 
> support 32
> at 
> com.android.compatibility.common.tradefed.testtype.CompatibilityTest.getAbis(CompatibilityTest.java:421)
> at 
> com.android.compatibility.common.tradefed.testtype.CompatibilityTest.run(CompatibilityTest.java:299)
> at 
> com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:716)
> at 
> com.android.tradefed.invoker.TestInvocation.prepareAndRun(TestInvocation.java:491)
> at 
> com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:386)
> at 
> com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:166)
> at 
> com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:471)
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/17bfac54-6244-4c24-86ca-80f17d2168d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.