android cts: Why does package run fail but individual tests pass? -
i'm hitting failures when running
cts-tf > run cts --package android.holo
but when run failed tests individually, like
cts-tf > run cts --class android.holo.cts.holotest --method testholowallpapernotitlebar
they pass.
without knowing internals, i'd expect failed package test fail individual test. if there dependency on previous test, if failed individual test.
is cts timing issue, expected holo, or else? if understand it, please enlighten me, i'm new cts.
thanks.
holo test cases screen resolution of device under test. can ask google wave-off on these tests if running tests on mobile.
as per previous answer, there chance previous set of test cases causing issues leading failures of holo tests (but doubt this)
Comments
Post a Comment