New issue
Advanced search Search tips

Issue 733658 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

NavigationManagerUtilTest.GetCommittedItemWithUniqueID failing with a DCHECK

Project Member Reported by sdefresne@chromium.org, Jun 15 2017

Issue description

The test was moved to a separate target by mistake and not run for a full month. It is now failing with the following DCHECK:

[ RUN      ] NavigationManagerUtilTest.GetCommittedItemWithUniqueID
[89297:1027:0615/170857.740608:805037797237892:FATAL:crw_session_controller.mm(287)] Check failed: _browserState == _navigationManager->GetBrowserState() (0x60800019f738 vs. 0x0)

 
Components: Tests>Disabled
Labels: ReleaseBlock-Beta M-61
Status: Started (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 16 2017

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

commit 2d66e427b3ec59b4a71a80c4dc79c74ef4f3f25a
Author: Sylvain Defresne <sdefresne@chromium.org>
Date: Fri Jun 16 13:29:54 2017

[ios] Fix ios_web_unittests & ios_web_unittests_arc state.

Something weird happened when ios_web_unittests was split during
the conversion to ARC, causing some of the test to no longer be
run. Remove ios_web_unittests_arc and instead move the files to
the correct *_unittest target.

Disable a test that was broken by some refactoring as it was not
run on the bot (since they don't run ios_web_unittests_arc).

BUG= 733658 

Change-Id: Idb8d23aa63fe6ca25d175c435a4dc7b0c18e0173
Reviewed-on: https://chromium-review.googlesource.com/536939
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Stepan Khapugin <stkhapugin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#480028}
[modify] https://crrev.com/2d66e427b3ec59b4a71a80c4dc79c74ef4f3f25a/ios/web/BUILD.gn
[modify] https://crrev.com/2d66e427b3ec59b4a71a80c4dc79c74ef4f3f25a/ios/web/navigation/navigation_manager_util_unittest.mm

Status: Fixed (was: Started)
Components: Tests>Disabled
Labels: Test-Disabled

Sign in to add a comment