Speculatively deflake some web app tests on low-end Lollipop.
This attempts to deflake two tests which flake on the Lollipop low-end tester. WebappSplashScreenIconTest#setUp decodes a string into a bitmap, which is then encoded back into a string. Remove both of these steps so that the string is directly inserted into WebappDataStorage. This speculatively deflakes WebappSplashScreenIconTest#testShowSplashScreen, which has a criteria takes too long timeout. WebappSplashScreenTest#testUmaWhenSplashHides fails an assert for a histogram value representing the number of milliseconds that the splashscreen was shown. On the theory that the slow device is showing the splash screen for longer, the speculative fix is to check more of the histogram buckets. BUG=636633 Review-Url: https://codereview.chromium.org/2337843003 Cr-Commit-Position: refs/heads/master@{#418438}
Showing
Please register or sign in to comment