DescriptionSpeculatively 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
Committed: https://crrev.com/d19c087b9bfdf76a8af91e2f0a0e791bf2ffcafa
Cr-Commit-Position: refs/heads/master@{#418438}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address nits #
Messages
Total messages: 14 (8 generated)
|