New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 643182 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Tests failing on N in chrome.browser.notifications due to null largeIcon

Project Member Reported by awdf@chromium.org, Sep 1 2016

Issue description

Version: Tip of tree
OS: Android N

What steps will reproduce the problem?
(1) Run chrome_public_test_apk(_incremental) tests with --test-filter "*org.chromium.chrome.browser.notifications.*" on an N device locally

What is the expected output? All tests passing

What do you see instead? 6 tests consistently fail:
C  142.313s Main  [  FAILED  ] org.chromium.chrome.browser.notifications.CustomNotificationBuilderTest#testPaintIcons	171
C  142.313s Main  [  FAILED  ] org.chromium.chrome.browser.notifications.CustomNotificationBuilderTest#testSetAll	83
C  142.313s Main  [  FAILED  ] org.chromium.chrome.browser.notifications.NotificationPlatformBridgeTest#testDefaultNotificationProperties	70
C  142.313s Main  [  FAILED  ] org.chromium.chrome.browser.notifications.NotificationPlatformBridgeTest#testShowNotificationWithIcon	195
C  142.313s Main  [  FAILED  ] org.chromium.chrome.browser.notifications.NotificationPlatformBridgeTest#testShowNotificationWithoutIcon	216
C  142.313s Main  [  FAILED  ] org.chromium.chrome.browser.notifications.StandardNotificationBuilderTest#testSetAll	92

They all fail because of the same assertion:

assertNotNull(notification.largeIcon);

johnme@ got the same test failures on a local N device

 

Comment 1 by awdf@chromium.org, Sep 1 2016

Summary: Tests failing on N in chrome.browser.notifications due to null largeIcon (was: Tests failing in chrome.browser.notifications when running locally due to null largeIcon)
605963 

Comment 3 by awdf@chromium.org, Sep 7 2016

Status: Fixed (was: Untriaged)

Sign in to add a comment