DescriptionCrash tests when BrowserTestBase::SetUp is not called
This is being done to prevent false positive test results that occur
when subclasses of BrowserTestBase override SetUp but fail to call the
superclass version.
This technique (keep track of whether SetUp was called and crash in the
destructor if it wasn't) was already used in ContentBrowserTest. This CL
moves usage of that pattern up to BrowserTestBase.
BUG=510649
Committed: https://crrev.com/632247ab88b66a6fe424a0a38d22b7623775468c
Cr-Commit-Position: refs/heads/master@{#341135}
Patch Set 1 : #
Messages
Total messages: 31 (14 generated)
|