New issue
Advanced search Search tips

Issue 724163 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Marshmallow 64 bit tester flakily failing at SelectFileDialogTest#testSelectFileAndCancelRequest

Project Member Reported by estevenson@chromium.org, May 18 2017

Issue description

Link:
https://build.chromium.org/p/chromium.android/builders/Marshmallow%2064%20bit%20Tester

This has failed a bunch in the last couple of days:
#12230 -#12238
#12227
#12209
#12206 - #12200

Failure looks like:
Caused by: junit.framework.AssertionFailedError: Expecting scale factor of: 2.0, got: 1.0
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.chromium.content.browser.test.util.CriteriaHelper.pollInstrumentationThread(CriteriaHelper.java:79)
	at org.chromium.chrome.test.util.ApplicationTestUtils.assertWaitForPageScaleFactorMatch(ApplicationTestUtils.java:212)
	at org.chromium.chrome.test.util.ApplicationTestUtils.assertWaitForPageScaleFactorMatch(ApplicationTestUtils.java:199)
	at org.chromium.chrome.test.ChromeActivityTestCommon.assertWaitForPageScaleFactorMatch(ChromeActivityTestCommon.java:667)
	at org.chromium.chrome.test.ChromeActivityTestRule.assertWaitForPageScaleFactorMatch(ChromeActivityTestRule.java:356)
	at org.chromium.chrome.browser.SelectFileDialogTest$1.run(SelectFileDialogTest.java:108)


 
Labels: -Pri-0 Pri-1
Cc: finnur@chromium.org
Status: Available (was: Untriaged)
I haven't had any luck figuring out the problem here - thinking we should just disable the test for now since it seems to be failing pretty consistently on the Marshmallow 64 bit tester.
Project Member

Comment 4 by bugdroid1@chromium.org, May 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c85a0ce422acb66d6cc3c2824b5a01f9b36d0fcf

commit c85a0ce422acb66d6cc3c2824b5a01f9b36d0fcf
Author: estevenson <estevenson@chromium.org>
Date: Thu May 18 21:36:53 2017

Disable flaky test SelectFileDialogTest#testSelectFileAndCancelRequest.

BUG= 724163 

Review-Url: https://codereview.chromium.org/2893983002
Cr-Commit-Position: refs/heads/master@{#472938}

[modify] https://crrev.com/c85a0ce422acb66d6cc3c2824b5a01f9b36d0fcf/chrome/android/javatests/src/org/chromium/chrome/browser/SelectFileDialogTest.java

Status: Fixed (was: Available)

Sign in to add a comment