Guest User

Untitled

a guest
Jun 14th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | None | 0 0
  1. IMPORTANT DEBUGGING NOTE: each test is run inside its own process.
  2. For debugging a test inside a debugger, use the
  3. --gtest_filter=<your_test_name> flag along with either
  4. --single_process (to run the test in one launcher/browser process) or
  5. --single-process (to do the above, and also run Chrome in single-process mode).
  6. Using sharding settings from environment. This is shard 0/1
  7. Using 1 parallel jobs.
  8. Note: Google Test filter = AboutFlagsBrowserTest.OriginFlag
  9. [==========] Running 1 test from 1 test suite.
  10. [----------] Global test environment set-up.
  11. [----------] 1 test from AboutFlagsBrowserTest, where TypeParam =
  12. [ RUN ] AboutFlagsBrowserTest.OriginFlag
  13. [11756:7844:0614/232623.425:WARNING:chrome_browser_main_win.cc(661)] Command line too long for RegisterApplicationRestart: --disable-gpu-process-for-dx12-vulkan-info-collection --gtest_also_run_disabled_tests --gtest_filter=AboutFlagsBrowserTest.OriginFlag --single_process --test-launcher-output="C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\results8412_25696\test_results.xml" --user-data-dir="C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_11628" --disable-offline-auto-reload --no-first-run --no-default-browser-check --enable-logging=stderr --disable-default-apps --wm-window-animations-disabled --disable-component-update --test-type=browser --force-color-profile=srgb --disable-zero-browsers-open-for-tests --browser-test --ipc-connection-timeout=30 --allow-file-access-from-files --dom-automation --log-gpu-control-list-decisions --disable-backgrounding-occluded-windows --disable-gl-drawing-for-tests --override-use-software-gl-for-tests --force-color-profile=srgb --disable-compositor-ukm-for-tests --enable-features=TestFeatureForBrowserTest1 --disable-features=TestFeatureForBrowserTest2 --disable-gpu-process-for-dx12-vulkan-info-collection --flag-switches-begin --flag-switches-end --file-url-path-alias="/gen=C:\Users\Scrip\Desktop\chrome-win\gen" --restore-last-session about:blank
  14. [11756:11580:0614/232623.563:WARNING:leveldb_database.cc(111)] Unable to open C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_11628\Default\shared_proto_db: Invalid argument: C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_11628\Default\shared_proto_db: does not exist (create_if_missing is false)
  15. [11756:7844:0614/232624.892:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
  16. [11756:7844:0614/232624.892:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
  17. [ OK ] AboutFlagsBrowserTest.OriginFlag (1570 ms)
  18. [----------] 1 test from AboutFlagsBrowserTest (1571 ms total)
  19.  
  20. [----------] Global test environment tear-down
  21. [==========] 1 test from 1 test suite ran. (1573 ms total)
  22. [ PASSED ] 1 test.
  23. [1/851] AboutFlagsBrowserTest.OriginFlag (1645 ms)
  24. Note: Google Test filter = AboutFlagsBrowserTest.StringFlag
  25. [==========] Running 1 test from 1 test suite.
  26. [----------] Global test environment set-up.
  27. [----------] 1 test from AboutFlagsBrowserTest, where TypeParam =
  28. [ RUN ] AboutFlagsBrowserTest.StringFlag
  29. [4200:16548:0614/232625.071:WARNING:chrome_browser_main_win.cc(661)] Command line too long for RegisterApplicationRestart: --disable-gpu-process-for-dx12-vulkan-info-collection --gtest_also_run_disabled_tests --gtest_filter=AboutFlagsBrowserTest.StringFlag --single_process --test-launcher-output="C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\results8412_21794\test_results.xml" --user-data-dir="C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_15263" --disable-offline-auto-reload --no-first-run --no-default-browser-check --enable-logging=stderr --disable-default-apps --wm-window-animations-disabled --disable-component-update --test-type=browser --force-color-profile=srgb --disable-zero-browsers-open-for-tests --browser-test --ipc-connection-timeout=30 --allow-file-access-from-files --dom-automation --log-gpu-control-list-decisions --disable-backgrounding-occluded-windows --disable-gl-drawing-for-tests --override-use-software-gl-for-tests --force-color-profile=srgb --disable-compositor-ukm-for-tests --enable-features=TestFeatureForBrowserTest1 --disable-features=TestFeatureForBrowserTest2 --disable-gpu-process-for-dx12-vulkan-info-collection --flag-switches-begin --flag-switches-end --file-url-path-alias="/gen=C:\Users\Scrip\Desktop\chrome-win\gen" --restore-last-session about:blank
  30. [4200:13704:0614/232625.213:WARNING:leveldb_database.cc(111)] Unable to open C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_15263\Default\shared_proto_db: Invalid argument: C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_15263\Default\shared_proto_db: does not exist (create_if_missing is false)
  31. [4200:16548:0614/232626.832:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
  32. [4200:16548:0614/232626.832:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
  33. [ OK ] AboutFlagsBrowserTest.StringFlag (1862 ms)
  34. [----------] 1 test from AboutFlagsBrowserTest (1863 ms total)
  35.  
  36. [----------] Global test environment tear-down
  37. [==========] 1 test from 1 test suite ran. (1867 ms total)
  38. [ PASSED ] 1 test.
  39. [2/851] AboutFlagsBrowserTest.StringFlag (1943 ms)
  40. Note: Google Test filter = WebViewFocusInteractiveTest.Focus_FocusBeforeNavigation
  41. [==========] Running 1 test from 1 test suite.
  42. [----------] Global test environment set-up.
  43. [----------] 1 test from WebViewFocusInteractiveTest, where TypeParam =
  44. [ RUN ] WebViewFocusInteractiveTest.Focus_FocusBeforeNavigation
  45. [18456:1364:0614/232627.020:WARNING:chrome_browser_main_win.cc(661)] Command line too long for RegisterApplicationRestart: --disable-gpu-process-for-dx12-vulkan-info-collection --gtest_also_run_disabled_tests --gtest_filter=WebViewFocusInteractiveTest.Focus_FocusBeforeNavigation --single_process --test-launcher-output="C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\results8412_2195\test_results.xml" --user-data-dir="C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_8841" --disable-offline-auto-reload --no-first-run --no-default-browser-check --enable-logging=stderr --disable-default-apps --wm-window-animations-disabled --disable-component-update --test-type=browser --force-color-profile=srgb --disable-zero-browsers-open-for-tests --browser-test --ipc-connection-timeout=30 --allow-file-access-from-files --dom-automation --log-gpu-control-list-decisions --disable-backgrounding-occluded-windows --disable-gl-drawing-for-tests --override-use-software-gl-for-tests --force-color-profile=srgb --disable-compositor-ukm-for-tests --enable-features=TestFeatureForBrowserTest1 --disable-features=TestFeatureForBrowserTest2 --disable-gpu-process-for-dx12-vulkan-info-collection --flag-switches-begin --flag-switches-end --file-url-path-alias="/gen=C:\Users\Scrip\Desktop\chrome-win\gen" --restore-last-session about:blank
  46. [18456:12164:0614/232627.150:WARNING:leveldb_database.cc(111)] Unable to open C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_8841\Default\shared_proto_db: Invalid argument: C:\Users\Scrip\AppData\Local\Temp\scoped_dir8412_11455\d8412_8841\Default\shared_proto_db: does not exist (create_if_missing is false)
  47. [18456:1364:0614/232627.243:WARNING:load_error_reporter.cc(78)] Extension error: Failed to load extension from: C:\Users\Scrip\chrome\test\data\extensions\platform_apps\web_view\focus. Manifest file is missing or unreadable
Add Comment
Please, Sign In to add comment