New issue
Advanced search Search tips

Issue 762236 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

"org.chromium.content.browser.ScreenOrientationListenerTest" is flaky

Project Member Reported by wychen@chromium.org, Sep 5 2017

Issue description

The following two tests are flaky.
org.chromium.content.browser.ScreenOrientationListenerTest#testOrientationChanges
org.chromium.content.browser.ScreenOrientationListenerTest#testBasicValues

https://uberchromegw.corp.google.com/i/chromium.android/builders/Lollipop%20Phone%20Tester/builds/14849


java.lang.AssertionError: expected:<3> but was:<1>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.chromium.content.browser.ScreenOrientationListenerTest.testOrientationChanges(ScreenOrientationListenerTest.java:188)


java.lang.AssertionError: expected:<3> but was:<1>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.chromium.content.browser.ScreenOrientationListenerTest.testBasicValues(ScreenOrientationListenerTest.java:268)

The root cause might be different from issue 645609.
 
Labels: sheriff-android
Status: WontFix (was: Assigned)
These don't look particularly flaky lately:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_shell_test_apk&tests=org.chromium.content.browser.ScreenOrientationListenerTest

Feel free to reopen if needed

Sign in to add a comment