Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- out/Release/content_unittests --gtest_filter=WebContentsImplTest.* 2>&1 | tools/valgrind/asan/asan_symbolize.py | c++filt
- ==12048==WARNING: invalid path to external symbolizer!
- Note: Google Test filter = WebContentsImplTest.*
- [==========] Running 45 tests from 1 test case.
- [----------] Global test environment set-up.
- [----------] 45 tests from WebContentsImplTest
- [ RUN ] WebContentsImplTest.UpdateTitle
- [ OK ] WebContentsImplTest.UpdateTitle (116 ms)
- [ RUN ] WebContentsImplTest.NTPViewSource
- [ OK ] WebContentsImplTest.NTPViewSource (267 ms)
- [ RUN ] WebContentsImplTest.UpdateMaxPageID
- [ OK ] WebContentsImplTest.UpdateMaxPageID (1 ms)
- [ RUN ] WebContentsImplTest.SimpleNavigation
- [ OK ] WebContentsImplTest.SimpleNavigation (11 ms)
- [ RUN ] WebContentsImplTest.NavigateToExcessivelyLongURL
- [ OK ] WebContentsImplTest.NavigateToExcessivelyLongURL (33 ms)
- [ RUN ] WebContentsImplTest.CrossSiteBoundaries
- [ OK ] WebContentsImplTest.CrossSiteBoundaries (29 ms)
- [ RUN ] WebContentsImplTest.CrossSiteBoundariesAfterCrash
- [ OK ] WebContentsImplTest.CrossSiteBoundariesAfterCrash (4 ms)
- [ RUN ] WebContentsImplTest.NavigateTwoTabsCrossSite
- [ OK ] WebContentsImplTest.NavigateTwoTabsCrossSite (4 ms)
- [ RUN ] WebContentsImplTest.NavigateDoesNotUseUpSiteInstance
- [ OK ] WebContentsImplTest.NavigateDoesNotUseUpSiteInstance (4 ms)
- [ RUN ] WebContentsImplTest.FindOpenerRVHWhenPending
- [ OK ] WebContentsImplTest.FindOpenerRVHWhenPending (4 ms)
- [ RUN ] WebContentsImplTest.CrossSiteComparesAgainstCurrentPage
- [ OK ] WebContentsImplTest.CrossSiteComparesAgainstCurrentPage (4 ms)
- [ RUN ] WebContentsImplTest.CrossSiteUnloadHandlers
- [ OK ] WebContentsImplTest.CrossSiteUnloadHandlers (4 ms)
- [ RUN ] WebContentsImplTest.CrossSiteNavigationPreempted
- [ OK ] WebContentsImplTest.CrossSiteNavigationPreempted (4 ms)
- [ RUN ] WebContentsImplTest.CrossSiteNavigationBackPreempted
- [ OK ] WebContentsImplTest.CrossSiteNavigationBackPreempted (5 ms)
- [ RUN ] WebContentsImplTest.CrossSiteNavigationNotPreemptedByFrame
- [ OK ] WebContentsImplTest.CrossSiteNavigationNotPreemptedByFrame (4 ms)
- [ RUN ] WebContentsImplTest.CrossSiteNotPreemptedDuringBeforeUnload
- [ OK ] WebContentsImplTest.CrossSiteNotPreemptedDuringBeforeUnload (4 ms)
- [ RUN ] WebContentsImplTest.CrossSiteCantPreemptAfterUnload
- [ OK ] WebContentsImplTest.CrossSiteCantPreemptAfterUnload (3 ms)
- [ RUN ] WebContentsImplTest.CrossSiteNavigationCanceled
- [ OK ] WebContentsImplTest.CrossSiteNavigationCanceled (3 ms)
- [ RUN ] WebContentsImplTest.NavigationEntryContentState
- [ OK ] WebContentsImplTest.NavigationEntryContentState (3 ms)
- [ RUN ] WebContentsImplTest.NavigationEntryContentStateNewWindow
- [ OK ] WebContentsImplTest.NavigationEntryContentStateNewWindow (4 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialFromBrowserWithNewNavigationDontProceed
- [ OK ] WebContentsImplTest.ShowInterstitialFromBrowserWithNewNavigationDontProceed (8 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitiaFromRendererlWithNewNavigationDontProceed
- [ OK ] WebContentsImplTest.ShowInterstitiaFromRendererlWithNewNavigationDontProceed (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialNoNewNavigationDontProceed
- [ OK ] WebContentsImplTest.ShowInterstitialNoNewNavigationDontProceed (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialFromBrowserNewNavigationProceed
- [ OK ] WebContentsImplTest.ShowInterstitialFromBrowserNewNavigationProceed (2 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialFromRendererNewNavigationProceed
- [ OK ] WebContentsImplTest.ShowInterstitialFromRendererNewNavigationProceed (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialNoNewNavigationProceed
- [ OK ] WebContentsImplTest.ShowInterstitialNoNewNavigationProceed (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialThenNavigate
- [ OK ] WebContentsImplTest.ShowInterstitialThenNavigate (0 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialThenGoBack
- [ OK ] WebContentsImplTest.ShowInterstitialThenGoBack (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialCrashRendererThenGoBack
- [ OK ] WebContentsImplTest.ShowInterstitialCrashRendererThenGoBack (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialCrashRendererThenNavigate
- [ OK ] WebContentsImplTest.ShowInterstitialCrashRendererThenNavigate (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialThenCloseTab
- [ OK ] WebContentsImplTest.ShowInterstitialThenCloseTab (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialThenCloseAndShutdown
- [ OK ] WebContentsImplTest.ShowInterstitialThenCloseAndShutdown (0 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialProceedMultipleCommands
- [ OK ] WebContentsImplTest.ShowInterstitialProceedMultipleCommands (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialOnInterstitial
- [ OK ] WebContentsImplTest.ShowInterstitialOnInterstitial (1 ms)
- [ RUN ] WebContentsImplTest.ShowInterstitialProceedShowInterstitial
- [ OK ] WebContentsImplTest.ShowInterstitialProceedShowInterstitial (1 ms)
- [ RUN ] WebContentsImplTest.NavigateBeforeInterstitialShows
- [ OK ] WebContentsImplTest.NavigateBeforeInterstitialShows (4 ms)
- [ RUN ] WebContentsImplTest.TwoQuickInterstitials
- [ OK ] WebContentsImplTest.TwoQuickInterstitials (1 ms)
- [ RUN ] WebContentsImplTest.InterstitialCrasher
- [ OK ] WebContentsImplTest.InterstitialCrasher (0 ms)
- [ RUN ] WebContentsImplTest.NewInterstitialDoesNotCancelPendingEntry
- [ OK ] WebContentsImplTest.NewInterstitialDoesNotCancelPendingEntry (4 ms)
- [ RUN ] WebContentsImplTest.NoJSMessageOnInterstitials
- [ OK ] WebContentsImplTest.NoJSMessageOnInterstitials (3 ms)
- [ RUN ] WebContentsImplTest.CopyStateFromAndPruneSourceInterstitial
- [ OK ] WebContentsImplTest.CopyStateFromAndPruneSourceInterstitial (4 ms)
- [ RUN ] WebContentsImplTest.CopyStateFromAndPruneTargetInterstitial
- [ OK ] WebContentsImplTest.CopyStateFromAndPruneTargetInterstitial (4 ms)
- [ RUN ] WebContentsImplTest.FilterURLs
- [ OK ] WebContentsImplTest.FilterURLs (14 ms)
- [ RUN ] WebContentsImplTest.PendingContents
- [ OK ] WebContentsImplTest.PendingContents (0 ms)
- [ RUN ] WebContentsImplTest.FrameTreeShape
- [ OK ] WebContentsImplTest.FrameTreeShape (1 ms)
- [----------] 45 tests from WebContentsImplTest (574 ms total)
- [----------] Global test environment tear-down
- [==========] 45 tests from 1 test case ran. (574 ms total)
- [ PASSED ] 45 tests.
- YOU HAVE 15 DISABLED TESTS
Advertisement
Add Comment
Please, Sign In to add comment