The |ip_map->at(test_server_host)| is empty when running SBNavigationObserverBrowserTest.AddIPMapping |
||
Issue descriptionWhen running SBNavigationObserverBrowserTest.AddIPMapping browser test using "--enable-features=NetworkService" flag, the following check fails: EXPECT_EQ(1U, ip_map->at(test_server_host).size()); The ip_map->at(test_server_host).size() is 0, which causes the following: ip_map->at(test_server_host).back().ip to fail.
,
Nov 10 2017
fix in https://chromium-review.googlesource.com/c/chromium/src/+/763874 |
||
►
Sign in to add a comment |
||
Comment 1 by laforge@google.com
, Nov 7 2017