Hi
We have a project.
The resolution of our panel is 1920x1200 by using LVDS with dual channel.
For user experience, we modify ro.sf.lcd_density to 240(240dpi).
But this ScreenConfiguration causes our project to encounter the CTS failure on android.transition.cts.TransitionManagerTest.
i.MX6QP SabreSD also encounters the same failure in the this configuration(resolution@1920x1200 + lcd_density=240).
Test BSP is Android M6.0.1_2.0.0.
CTS versin is 6.0_r9.
This issue can be duplicated easily by using i.MX6QP SabreSD with dual channel(resolution@1920x1080 + default lcd_density).
The following information is the description of CTS report:
Test | Result | Details |
---|---|---|
android.transition.cts.TransitionManagerTest | ||
testBeginDelayedTransition | fail | java.util.concurrent.TimeoutException: Test timed out after 300000 milliseconds at android.support.test.internal.runner.junit3.AndroidTestResult.runProtected (AndroidTestResult.java:86) |
testGo | fail | java.util.concurrent.TimeoutException: Test timed out after 300000 milliseconds at android.support.test.internal.runner.junit3.AndroidTestResult.runProtected (AndroidTestResult.java:86) |
testSetTransition1 | fail | java.util.concurrent.TimeoutException: Test timed out after 300000 milliseconds at android.support.test.internal.runner.junit3.AndroidTestResult.runProtected (AndroidTestResult.java:86) |
testSetTransition2 | fail | java.util.concurrent.TimeoutException: Test timed out after 300000 milliseconds at android.support.test.internal.runner.junit3.AndroidTestResult.runProtected (AndroidTestResult.java:86) |
According to the NXP datasheet for "IMX6DQIEC_QuadFor_Industrial.pdf" , we find NXP claim that it can support WUXGA. And the definition of WUXGA is 1920x1200.
So could you please check why those test fails due to the resolution of the display?
Thanks in advance.
Stone