commit | e57493ab1907c5f1685bbf02b33d83f2d2ba3e56 | [log] [tgz] |
---|---|---|
author | Yu Jia <jiayu1016@gmail.com> | Wed May 30 11:18:05 2018 +0800 |
committer | Jia Yu <jiayu1016@gmail.com> | Wed May 30 13:34:19 2018 +0800 |
tree | 85acc93c8e85a8d59fd7cfc13b79155c5fc8260a | |
parent | e03b8ee7e0bc1a585f4847f5ab1d564bdc56e3f6 [diff] |
cts case com.android.server.cts.GraphicsStatsValidationTest#testDaveyDrawFrame in modue CtsIncidentHostTestCases failed This cts case design 20 frames, every 4 frames include 700ms frame and 150ms frame When activity launched, first 3 frames need allocate buffer during dequeue buffer, bug some low-end platform took too long (>6ms), so it will skip the fourth frame(150ms) and post a new draw callback that will cause cts failed