Chrome Version : 67.0.3396.40
chrome/test/BUILD.gn has blocks like
# The browser window can be views or Cocoa on Mac. Test accordingly.
if (mac_views_browser) {
/* tests that need a Cocoa browser */
The problem is that these were written under the assumption that browser windows couldn't be picked at runtime, so there was no point testing the "other" browser window.
But that's changed, and these blocks are now incorrectly omitted from the waterfall.
Sadly, some of these files no longer compile.
On the upside.. some of these test files are obsolete, since they are testing Cocoa dialogs made redundant by the SecondaryUiMd flip. So we should delete those tests (and the supporting Release code).
We should remove these `mac_views_browser` checks ASAP, and comment out problematic files (for now), citing this bug.
Comment 1 by tapted@chromium.org
, May 22 2018Owner: ellyjo...@chromium.org
Status: Assigned (was: Available)