Guest User

Untitled

a guest
Sep 4th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. out/Release/content_unittests --gtest_filter=WebContentsImplTest.* 2>&1 | tools/valgrind/asan/asan_symbolize.py | c++filt
  2. ==12048==WARNING: invalid path to external symbolizer!
  3. Note: Google Test filter = WebContentsImplTest.*
  4. [==========] Running 45 tests from 1 test case.
  5. [----------] Global test environment set-up.
  6. [----------] 45 tests from WebContentsImplTest
  7. [ RUN ] WebContentsImplTest.UpdateTitle
  8. [ OK ] WebContentsImplTest.UpdateTitle (116 ms)
  9. [ RUN ] WebContentsImplTest.NTPViewSource
  10. [ OK ] WebContentsImplTest.NTPViewSource (267 ms)
  11. [ RUN ] WebContentsImplTest.UpdateMaxPageID
  12. [ OK ] WebContentsImplTest.UpdateMaxPageID (1 ms)
  13. [ RUN ] WebContentsImplTest.SimpleNavigation
  14. [ OK ] WebContentsImplTest.SimpleNavigation (11 ms)
  15. [ RUN ] WebContentsImplTest.NavigateToExcessivelyLongURL
  16. [ OK ] WebContentsImplTest.NavigateToExcessivelyLongURL (33 ms)
  17. [ RUN ] WebContentsImplTest.CrossSiteBoundaries
  18. [ OK ] WebContentsImplTest.CrossSiteBoundaries (29 ms)
  19. [ RUN ] WebContentsImplTest.CrossSiteBoundariesAfterCrash
  20. [ OK ] WebContentsImplTest.CrossSiteBoundariesAfterCrash (4 ms)
  21. [ RUN ] WebContentsImplTest.NavigateTwoTabsCrossSite
  22. [ OK ] WebContentsImplTest.NavigateTwoTabsCrossSite (4 ms)
  23. [ RUN ] WebContentsImplTest.NavigateDoesNotUseUpSiteInstance
  24. [ OK ] WebContentsImplTest.NavigateDoesNotUseUpSiteInstance (4 ms)
  25. [ RUN ] WebContentsImplTest.FindOpenerRVHWhenPending
  26. [ OK ] WebContentsImplTest.FindOpenerRVHWhenPending (4 ms)
  27. [ RUN ] WebContentsImplTest.CrossSiteComparesAgainstCurrentPage
  28. [ OK ] WebContentsImplTest.CrossSiteComparesAgainstCurrentPage (4 ms)
  29. [ RUN ] WebContentsImplTest.CrossSiteUnloadHandlers
  30. [ OK ] WebContentsImplTest.CrossSiteUnloadHandlers (4 ms)
  31. [ RUN ] WebContentsImplTest.CrossSiteNavigationPreempted
  32. [ OK ] WebContentsImplTest.CrossSiteNavigationPreempted (4 ms)
  33. [ RUN ] WebContentsImplTest.CrossSiteNavigationBackPreempted
  34. [ OK ] WebContentsImplTest.CrossSiteNavigationBackPreempted (5 ms)
  35. [ RUN ] WebContentsImplTest.CrossSiteNavigationNotPreemptedByFrame
  36. [ OK ] WebContentsImplTest.CrossSiteNavigationNotPreemptedByFrame (4 ms)
  37. [ RUN ] WebContentsImplTest.CrossSiteNotPreemptedDuringBeforeUnload
  38. [ OK ] WebContentsImplTest.CrossSiteNotPreemptedDuringBeforeUnload (4 ms)
  39. [ RUN ] WebContentsImplTest.CrossSiteCantPreemptAfterUnload
  40. [ OK ] WebContentsImplTest.CrossSiteCantPreemptAfterUnload (3 ms)
  41. [ RUN ] WebContentsImplTest.CrossSiteNavigationCanceled
  42. [ OK ] WebContentsImplTest.CrossSiteNavigationCanceled (3 ms)
  43. [ RUN ] WebContentsImplTest.NavigationEntryContentState
  44. [ OK ] WebContentsImplTest.NavigationEntryContentState (3 ms)
  45. [ RUN ] WebContentsImplTest.NavigationEntryContentStateNewWindow
  46. [ OK ] WebContentsImplTest.NavigationEntryContentStateNewWindow (4 ms)
  47. [ RUN ] WebContentsImplTest.ShowInterstitialFromBrowserWithNewNavigationDontProceed
  48. [ OK ] WebContentsImplTest.ShowInterstitialFromBrowserWithNewNavigationDontProceed (8 ms)
  49. [ RUN ] WebContentsImplTest.ShowInterstitiaFromRendererlWithNewNavigationDontProceed
  50. [ OK ] WebContentsImplTest.ShowInterstitiaFromRendererlWithNewNavigationDontProceed (1 ms)
  51. [ RUN ] WebContentsImplTest.ShowInterstitialNoNewNavigationDontProceed
  52. [ OK ] WebContentsImplTest.ShowInterstitialNoNewNavigationDontProceed (1 ms)
  53. [ RUN ] WebContentsImplTest.ShowInterstitialFromBrowserNewNavigationProceed
  54. [ OK ] WebContentsImplTest.ShowInterstitialFromBrowserNewNavigationProceed (2 ms)
  55. [ RUN ] WebContentsImplTest.ShowInterstitialFromRendererNewNavigationProceed
  56. [ OK ] WebContentsImplTest.ShowInterstitialFromRendererNewNavigationProceed (1 ms)
  57. [ RUN ] WebContentsImplTest.ShowInterstitialNoNewNavigationProceed
  58. [ OK ] WebContentsImplTest.ShowInterstitialNoNewNavigationProceed (1 ms)
  59. [ RUN ] WebContentsImplTest.ShowInterstitialThenNavigate
  60. [ OK ] WebContentsImplTest.ShowInterstitialThenNavigate (0 ms)
  61. [ RUN ] WebContentsImplTest.ShowInterstitialThenGoBack
  62. [ OK ] WebContentsImplTest.ShowInterstitialThenGoBack (1 ms)
  63. [ RUN ] WebContentsImplTest.ShowInterstitialCrashRendererThenGoBack
  64. [ OK ] WebContentsImplTest.ShowInterstitialCrashRendererThenGoBack (1 ms)
  65. [ RUN ] WebContentsImplTest.ShowInterstitialCrashRendererThenNavigate
  66. [ OK ] WebContentsImplTest.ShowInterstitialCrashRendererThenNavigate (1 ms)
  67. [ RUN ] WebContentsImplTest.ShowInterstitialThenCloseTab
  68. [ OK ] WebContentsImplTest.ShowInterstitialThenCloseTab (1 ms)
  69. [ RUN ] WebContentsImplTest.ShowInterstitialThenCloseAndShutdown
  70. [ OK ] WebContentsImplTest.ShowInterstitialThenCloseAndShutdown (0 ms)
  71. [ RUN ] WebContentsImplTest.ShowInterstitialProceedMultipleCommands
  72. [ OK ] WebContentsImplTest.ShowInterstitialProceedMultipleCommands (1 ms)
  73. [ RUN ] WebContentsImplTest.ShowInterstitialOnInterstitial
  74. [ OK ] WebContentsImplTest.ShowInterstitialOnInterstitial (1 ms)
  75. [ RUN ] WebContentsImplTest.ShowInterstitialProceedShowInterstitial
  76. [ OK ] WebContentsImplTest.ShowInterstitialProceedShowInterstitial (1 ms)
  77. [ RUN ] WebContentsImplTest.NavigateBeforeInterstitialShows
  78. [ OK ] WebContentsImplTest.NavigateBeforeInterstitialShows (4 ms)
  79. [ RUN ] WebContentsImplTest.TwoQuickInterstitials
  80. [ OK ] WebContentsImplTest.TwoQuickInterstitials (1 ms)
  81. [ RUN ] WebContentsImplTest.InterstitialCrasher
  82. [ OK ] WebContentsImplTest.InterstitialCrasher (0 ms)
  83. [ RUN ] WebContentsImplTest.NewInterstitialDoesNotCancelPendingEntry
  84. [ OK ] WebContentsImplTest.NewInterstitialDoesNotCancelPendingEntry (4 ms)
  85. [ RUN ] WebContentsImplTest.NoJSMessageOnInterstitials
  86. [ OK ] WebContentsImplTest.NoJSMessageOnInterstitials (3 ms)
  87. [ RUN ] WebContentsImplTest.CopyStateFromAndPruneSourceInterstitial
  88. [ OK ] WebContentsImplTest.CopyStateFromAndPruneSourceInterstitial (4 ms)
  89. [ RUN ] WebContentsImplTest.CopyStateFromAndPruneTargetInterstitial
  90. [ OK ] WebContentsImplTest.CopyStateFromAndPruneTargetInterstitial (4 ms)
  91. [ RUN ] WebContentsImplTest.FilterURLs
  92. [ OK ] WebContentsImplTest.FilterURLs (14 ms)
  93. [ RUN ] WebContentsImplTest.PendingContents
  94. [ OK ] WebContentsImplTest.PendingContents (0 ms)
  95. [ RUN ] WebContentsImplTest.FrameTreeShape
  96. [ OK ] WebContentsImplTest.FrameTreeShape (1 ms)
  97. [----------] 45 tests from WebContentsImplTest (574 ms total)
  98.  
  99. [----------] Global test environment tear-down
  100. [==========] 45 tests from 1 test case ran. (574 ms total)
  101. [ PASSED ] 45 tests.
  102.  
  103. YOU HAVE 15 DISABLED TESTS
Advertisement
Add Comment
Please, Sign In to add comment