New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 877109 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 9
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug

Blocking:
issue 875443



Sign in to add a comment

browser_test CrExtensionsPackDialogTest.PackSuccess CrSettingsPrivacyPageTest.All flaky on Mac and ChromeOS

Project Member Reported by enne@chromium.org, Aug 23

Issue description

[58062:775:0822/215105.199007:ERROR:web_ui_test_handler.cc(100)] Failed: RUN_TEST_F("CrExtensionsPackDialogTest","MAYBE_PackSuccess")
AssertionError: expected true to be false
    at Function.assert.isFalse (file:///b/s/w/ir/third_party/chaijs/chai.js:2459:31)
    at assertFalse (file:///b/s/w/ir/chrome/test/data/webui/test_api.js:873:15)
    at file:///b/s/w/ir/chrome/test/data/webui/test_api.js:1030:18
    at mockDelegate.rootPromise.promise.then.then.then (file:///b/s/w/ir/chrome/test/data/webui/extensions/pack_dialog_test.js:140:13)
gen/chrome/test/data/webui/extensions/cr_extensions_browsertest-gen.cc:2195: Failure
Value of: RunJavascriptTestF( true, "CrExtensionsPackDialogTest", "MAYBE_PackSuccess")
  Actual: false
Expected: true
Stack trace:
0   browser_tests                       0x0000000107a0ac0b testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91
1   browser_tests                       0x0000000107a0a5d9 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89
2   browser_tests                       0x000000010793fc1b CrExtensionsPackDialogTest_PackSuccess_Test::RunTestOnMainThread() + 1403
3   browser_tests                       0x000000010a0eb2cb content::BrowserTestBase::ProxyRunTestOnMainThreadLoop() + 491
4   browser_tests                       0x0000000109bbbfa7 ChromeBrowserMainParts::PreMainMessageLoopRunImpl() + 4375
5   browser_tests                       0x0000000109bbad8e ChromeBrowserMainParts::PreMainMessageLoopRun() + 62
6   browser_tests                       0x0000000108696693 content::BrowserMainLoop::PreMainMessageLoopRun() + 67
7   browser_tests                       0x0000000108aa0547 content::StartupTaskRunner::RunAllTasksNow() + 39
8   browser_tests                       0x0000000108694dc8 content::BrowserMainLoop::CreateStartupTasks() + 712
9   browser_tests                       0x0000000108698bb0 content::BrowserMainRunnerImpl::Initialize(content::MainFunctionParams const&) + 96
10  browser_tests                       0x0000000108692ee4 content::BrowserMain(content::MainFunctionParams const&) + 180
11  browser_tests                       0x00000001099ec790 content::ContentMainRunnerImpl::Run(bool) + 592
12  browser_tests                       0x000000010bac1b11 service_manager::Main(service_manager::MainParams const&) + 2849
13  browser_tests                       0x00000001099eb994 content::ContentMain(content::ContentMainParams const&) + 68
14  browser_tests                       0x000000010a0eaef9 content::BrowserTestBase::SetUp() + 2697
15  browser_tests                       0x0000000109b44913 InProcessBrowserTest::SetUp() + 723

This is failing on "expectFalse(extension_test_util.isElementVisible(dialogElement));" in https://cs.chromium.org/chromium/src/chrome/test/data/webui/extensions/pack_dialog_test.js?q=pack_dialog_test.js&sq=package:chromium&g=0&l=140
Cc: csharrison@google.com
Hi enne, I would be happy to investigate but I'm not sure how to proceed.

I'm also skeptical my CL was the culprit because may fix was essentially to relax the test assertions to accommodate platform differences -- the CL doesn't change any core logic / code path.

Based on the flaky test report, the pass rate dropped directly to ~20% from 100%. Isn't that a sign that the commit right before introduces the bug? I would be happy to test it again and share the result, but I believe the try-bot isn't able to configure with the "Mac 10.12 Test" builder, and my Mac runs latest OS which is 10.13, not 10.12.

Please let me know what can I do to investigate the issue.
Cc: yaoxia@chromium.org
Owner: khushals...@chromium.org
Hmm, ok.  Maybe I was reading too much into your change.  Thanks for the feedback.

Khushal has an intel mac and says he can try to repro locally.
I get 1 or 2 failures with a repeat count of 30 with oop-r enabled and none without. So not nearly as flaky as the bots locally but still oop-r related.
Project Member

Comment 5 by bugdroid1@chromium.org, Aug 24

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/db291e62aafe5a33279d5877c1c933b15a43b786

commit db291e62aafe5a33279d5877c1c933b15a43b786
Author: Adrienne Walker <enne@chromium.org>
Date: Fri Aug 24 18:46:01 2018

Disable CrExtensionsPackDialogTest.PackSuccess on Mac

Bug:  877109 
Change-Id: I77918382df9e5ef5c14f3f55d2581bc58c5ccb3b
Reviewed-on: https://chromium-review.googlesource.com/1187656
Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585923}
[modify] https://crrev.com/db291e62aafe5a33279d5877c1c933b15a43b786/chrome/test/data/webui/extensions/cr_extensions_browsertest.js

Cc: dpa...@chromium.org enne@chromium.org
Owner: scottchen@chromium.org
I very strongly suspect that the test has a timing issue now. I tried changing the timeout interval here: https://cs.chromium.org/chromium/src/chrome/test/data/webui/polymer_browser_test_base.js?l=199, to 5ms and it consistently fails with the assert above now. Is this expected?

OOPRaster can definitely have an impact on timing of tasks in the renderer, since it significantly changes the interaction between the renderer and GPU process. But I don't think there is anything in that feature itself that has caused the test to become flaky.

scottchen@, do you mind taking a look at this? Feel free to assign it back to me if I missed something in the assessment here.
Cc: hayato@google.com twelling...@chromium.org sahel@chromium.org
 Issue 876990  has been merged into this issue.
Components: UI>Settings
Summary: browser_test CrExtensionsPackDialogTest.PackSuccess CrSettingsPrivacyPageTest.All flaky on Mac (was: browser_test CrExtensionsPackDialogTest.PackSuccess is flaky on Mac)
From the merged-in bug, CrSettingsPrivacyPageTest.All started failing at the same time, but only on macOS10.12

build - https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests/15035

disable cl - https://chromium-review.googlesource.com/c/chromium/src/+/1189683
Cc: rbpotter@chromium.org
+rbpotter - maybe related to  Issue 874976  (or things related to webui_polymer2_browser_tests.filter)
Project Member

Comment 10 by bugdroid1@chromium.org, Aug 27

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6707023ab8873753b9c569583273c1f0c92662ce

commit 6707023ab8873753b9c569583273c1f0c92662ce
Author: Trent Apted <tapted@chromium.org>
Date: Mon Aug 27 01:19:11 2018

Disable CrSettingsPrivacyPageTest.All in webui_polymer2_browser_tests

Fails reliably on macOS 10.12 since
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests/15035

NOTRY=true
TBR=dpapad@chromium.org, scottchen@chromium.org, rbpotter@chromium.org

Bug:  877109 ,  876990 
Change-Id: I360d6766bffd48178894d9023fcc1758c0e7eba3
Reviewed-on: https://chromium-review.googlesource.com/1189683
Commit-Queue: Trent Apted <tapted@chromium.org>
Reviewed-by: Trent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586179}
[modify] https://crrev.com/6707023ab8873753b9c569583273c1f0c92662ce/testing/buildbot/filters/webui_polymer2_browser_tests.filter

Cc: -twelling...@chromium.org
Owner: aee@chromium.org
Blocking: 875443
This also is flaky with out-of-process networking https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests, so more data that the test has a timing issue.
Project Member

Comment 15 by bugdroid1@chromium.org, Sep 7

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/92a48b93a42472e4ea779ac050dc5c046673adac

commit 92a48b93a42472e4ea779ac050dc5c046673adac
Author: John Abd-El-Malek <jam@chromium.org>
Date: Fri Sep 07 17:14:19 2018

Disable CrSettingsPrivacyPageTest.All on Mac as it's flaky.

TBR=aee

Bug:  877109 
Change-Id: I73a502d70b6ee1491589f5eba4fb07764e5f5d38
Reviewed-on: https://chromium-review.googlesource.com/1213506
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589558}
[modify] https://crrev.com/92a48b93a42472e4ea779ac050dc5c046673adac/chrome/test/data/webui/settings/cr_settings_browsertest.js

Cc: -khushals...@chromium.org
Project Member

Comment 17 by bugdroid1@chromium.org, Oct 19

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/236a97bf065f3cd219f2bab0cf230564427257a2

commit 236a97bf065f3cd219f2bab0cf230564427257a2
Author: Joe Downing <joedow@chromium.org>
Date: Fri Oct 19 23:16:52 2018

Disabling flaky CrExtensionsPackDialogTest.PackWarning test

TBR=aee@chromium.org
BUG= 877109 

Change-Id: Ie95d35f83e8016ae9b0c4b60f67481217a2e3c6d
Reviewed-on: https://chromium-review.googlesource.com/c/1292710
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601350}
[modify] https://crrev.com/236a97bf065f3cd219f2bab0cf230564427257a2/chrome/test/data/webui/extensions/cr_extensions_browsertest.js

This test is flaky on ChromeOS as well (browser_tests and single_process_browser_tests). I'm disabling on ChromeOS as well.
Summary: browser_test CrExtensionsPackDialogTest.PackSuccess CrSettingsPrivacyPageTest.All flaky on Mac and ChromeOS (was: browser_test CrExtensionsPackDialogTest.PackSuccess CrSettingsPrivacyPageTest.All flaky on Mac)
Here's output from latest ChromeOS failure:

Back to build
Switch to full mode | Login
[ RUN      ] CrExtensionsPackDialogTest.PackSuccess
[3786:3786:1021/193128.628062:WARNING:chrome_browser_main_chromeos.cc(547)] Running as stub user with profile dir: test-user
[3786:3786:1021/193128.736673:ERROR:external_web_apps.cc(176)] Determining directory
[3786:3786:1021/193128.737127:ERROR:external_web_apps.cc(207)] Scanning /usr/share/chromium/extensions/web_apps
[3786:3786:1021/193128.738987:INFO:easy_unlock_service_regular.cc(163)] DeviceSyncClient is not ready yet, delaying UseLoadedRemoteDevices().
[3786:3786:1021/193128.754536:INFO:remote_commands_service.cc(38)] Fetching remote commands.
[3786:3786:1021/193128.787330:WARNING:remote_commands_service.cc(40)] Client is not registered.
[3786:3786:1021/193128.787388:INFO:remote_commands_invalidator.cc(32)] Initialize RemoteCommandsInvalidator.
[3786:3786:1021/193128.787410:INFO:remote_commands_invalidator.cc(57)] Starting RemoteCommandsInvalidator.
[3786:3786:1021/193128.787422:INFO:remote_commands_invalidator.cc(123)] RemoteCommandsInvalidator ReloadPolicyData.
[3786:3786:1021/193128.787434:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[3786:3786:1021/193128.793155:ERROR:external_web_apps.cc(176)] Determining directory
[3786:3786:1021/193128.802915:ERROR:external_web_apps.cc(207)] Scanning
[3786:3786:1021/193128.825407:WARNING:wallpaper_controller_client.cc(358)] Cannot get wallpaper files id in RemovePolicyWallpaper. This should never happen under normal circumstances.
[3786:3786:1021/193128.919740:INFO:secure_channel_service.cc(25)] SecureChannelService::OnStart()
[3786:3786:1021/193128.919765:INFO:secure_channel_initializer.cc(64)] SecureChannelInitializer::SecureChannelInitializer(): Fetching Bluetooth adapter. All requests received before the adapter is fetched will be queued.
[3786:3786:1021/193128.919797:INFO:secure_channel_service.cc(38)] SecureChannelService::OnBindInterface() for interface chromeos.secure_channel.mojom.SecureChannel.
[3786:3786:1021/193128.925194:INFO:device_sync_service.cc(30)] DeviceSyncService::OnStart()
[3786:3786:1021/193128.925232:INFO:device_sync_service.cc(46)] DeviceSyncService::OnBindInterface() from interface chromeos.device_sync.mojom.DeviceSync.
[3786:3786:1021/193128.925303:INFO:multidevice_setup_service.cc(62)] MultiDeviceSetupService::OnStart()
[3786:3786:1021/193128.925318:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[3786:3786:1021/193128.974167:INFO:secure_channel_initializer.cc(119)] SecureChannelInitializer::OnBluetoothAdapterReceived(): Bluetooth adapter has been fetched. Passing all queued requests to the service.
[3786:3786:1021/193128.981906:ERROR:gpu_interface_provider.cc(87)] Not implemented reached in virtual void content::GpuInterfaceProvider::RegisterOzoneGpuInterfaces(service_manager::BinderRegistry *)
[3786:3786:1021/193128.997464:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[3786:3786:1021/193129.185070:WARNING:CONSOLE(0)] "HTML Imports is deprecated and will be removed in M73, around March 2019. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 for more details.", source:  (0)
[3786:3786:1021/193129.205793:WARNING:CONSOLE(442)] "document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-micro-extracted.js (442)
[3858:3858:1021/193129.214341:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[3786:3786:1021/193129.316895:WARNING:CONSOLE(2083)] "Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-mini-extracted.js (2083)
[3786:3786:1021/193129.371706:INFO:CONSOLE(1269)] "Running TestCase CrExtensionsPackDialogTest.MAYBE_PackSuccess", source: file:///b/s/w/ir/chrome/test/data/webui/test_api.js (1269)
[3786:3786:1021/193129.449761:ERROR:web_ui_test_handler.cc(100)] Failed: RUN_TEST_F("CrExtensionsPackDialogTest","MAYBE_PackSuccess")
AssertionError: expected true to be false
    at Function.assert.isFalse (file:///b/s/w/ir/third_party/chaijs/chai.js:2459:31)
    at assertFalse (file:///b/s/w/ir/chrome/test/data/webui/test_api.js:881:15)
    at file:///b/s/w/ir/chrome/test/data/webui/test_api.js:1038:18
    at mockDelegate.rootPromise.promise.then.then.then (file:///b/s/w/ir/chrome/test/data/webui/extensions/pack_dialog_test.js:140:13)
gen/chrome/test/data/webui/extensions/cr_extensions_browsertest-gen.cc:2200: Failure
Value of: RunJavascriptTestF( true, "CrExtensionsPackDialogTest", "MAYBE_PackSuccess")
  Actual: false
Expected: true
Stack trace:
#0 0x0000021a811c testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop()
#1 0x0000021a7ae9 testing::internal::AssertHelper::operator=()
#2 0x000001c6b3ac CrExtensionsPackDialogTest_PackSuccess_Test::RunTestOnMainThread()
#3 0x000004758beb content::BrowserTestBase::ProxyRunTestOnMainThreadLoop()
#4 0x000004324f84 ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
#5 0x000004323ecc ChromeBrowserMainParts::PreMainMessageLoopRun()
#6 0x000001d6d5d9 chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
#7 0x000002d372ea content::BrowserMainLoop::PreMainMessageLoopRun()
#8 0x0000030c5f97 content::StartupTaskRunner::RunAllTasksNow()
#9 0x000002d35f26 content::BrowserMainLoop::CreateStartupTasks()
#10 0x000002d39620 content::BrowserMainRunnerImpl::Initialize()
#11 0x000002d33f84 content::BrowserMain()
#12 0x000003f86cc4 content::ContentMainRunnerImpl::Run()
#13 0x000005f470b0 service_manager::Main()
#14 0x000003f85184 content::ContentMain()
#15 0x000004758813 content::BrowserTestBase::SetUp()
#16 0x0000042d2afe InProcessBrowserTest::SetUp()

[3786:3786:1021/193129.658862:ERROR:http_bridge.cc(126)] Not implemented reached in virtual void syncer::HttpBridgeFactory::OnSignalReceived()
[3786:3786:1021/193129.659387:INFO:remote_commands_invalidator.cc(45)] Shutdown RemoteCommandsInvalidator.
[3786:3786:1021/193129.659551:INFO:remote_commands_invalidator.cc(68)] Stopping RemoteCommandsInvalidator.
[3786:3786:1021/193129.659608:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[3786:3786:1021/193129.680103:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[3786:3786:1021/193129.680132:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[  FAILED  ] CrExtensionsPackDialogTest.PackSuccess, where TypeParam =  and GetParam() =  (1356 ms)
[ RUN      ] CrExtensionsPackDialogTest.PackSuccess
[16429:16429:1021/193346.693126:WARNING:chrome_browser_main_chromeos.cc(547)] Running as stub user with profile dir: test-user
[16429:16429:1021/193346.776348:ERROR:external_web_apps.cc(176)] Determining directory
[16429:16429:1021/193346.776373:ERROR:external_web_apps.cc(207)] Scanning /usr/share/chromium/extensions/web_apps
[16429:16429:1021/193346.777346:INFO:easy_unlock_service_regular.cc(163)] DeviceSyncClient is not ready yet, delaying UseLoadedRemoteDevices().
[16429:16429:1021/193346.786573:INFO:remote_commands_service.cc(38)] Fetching remote commands.
[16429:16429:1021/193346.814876:WARNING:remote_commands_service.cc(40)] Client is not registered.
[16429:16429:1021/193346.814928:INFO:remote_commands_invalidator.cc(32)] Initialize RemoteCommandsInvalidator.
[16429:16429:1021/193346.814947:INFO:remote_commands_invalidator.cc(57)] Starting RemoteCommandsInvalidator.
[16429:16429:1021/193346.814962:INFO:remote_commands_invalidator.cc(123)] RemoteCommandsInvalidator ReloadPolicyData.
[16429:16429:1021/193346.814976:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[16429:16429:1021/193346.820145:ERROR:external_web_apps.cc(176)] Determining directory
[16429:16429:1021/193346.820165:ERROR:external_web_apps.cc(207)] Scanning
[16429:16429:1021/193346.830283:WARNING:wallpaper_controller_client.cc(358)] Cannot get wallpaper files id in RemovePolicyWallpaper. This should never happen under normal circumstances.
[16429:16429:1021/193346.876177:INFO:secure_channel_service.cc(25)] SecureChannelService::OnStart()
[16429:16429:1021/193346.876202:INFO:secure_channel_initializer.cc(64)] SecureChannelInitializer::SecureChannelInitializer(): Fetching Bluetooth adapter. All requests received before the adapter is fetched will be queued.
[16429:16429:1021/193346.876221:INFO:secure_channel_service.cc(38)] SecureChannelService::OnBindInterface() for interface chromeos.secure_channel.mojom.SecureChannel.
[16429:16429:1021/193346.876262:INFO:device_sync_service.cc(30)] DeviceSyncService::OnStart()
[16429:16429:1021/193346.876279:INFO:device_sync_service.cc(46)] DeviceSyncService::OnBindInterface() from interface chromeos.device_sync.mojom.DeviceSync.
[16429:16429:1021/193346.876320:INFO:multidevice_setup_service.cc(62)] MultiDeviceSetupService::OnStart()
[16429:16429:1021/193346.876335:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[16429:16429:1021/193346.880766:INFO:secure_channel_initializer.cc(119)] SecureChannelInitializer::OnBluetoothAdapterReceived(): Bluetooth adapter has been fetched. Passing all queued requests to the service.
[16429:16429:1021/193346.881226:ERROR:gpu_interface_provider.cc(87)] Not implemented reached in virtual void content::GpuInterfaceProvider::RegisterOzoneGpuInterfaces(service_manager::BinderRegistry *)
[16429:16429:1021/193346.908686:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[16429:16429:1021/193347.038988:WARNING:CONSOLE(0)] "HTML Imports is deprecated and will be removed in M73, around March 2019. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 for more details.", source:  (0)
[16461:16461:1021/193347.046773:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[16429:16429:1021/193347.053169:WARNING:CONSOLE(442)] "document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-micro-extracted.js (442)
[16429:16429:1021/193347.127370:WARNING:CONSOLE(2083)] "Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-mini-extracted.js (2083)
[16429:16429:1021/193347.161458:INFO:CONSOLE(1269)] "Running TestCase CrExtensionsPackDialogTest.MAYBE_PackSuccess", source: file:///b/s/w/ir/chrome/test/data/webui/test_api.js (1269)
[16429:16429:1021/193347.207781:ERROR:web_ui_test_handler.cc(100)] Failed: RUN_TEST_F("CrExtensionsPackDialogTest","MAYBE_PackSuccess")
AssertionError: expected true to be false
    at Function.assert.isFalse (file:///b/s/w/ir/third_party/chaijs/chai.js:2459:31)
    at assertFalse (file:///b/s/w/ir/chrome/test/data/webui/test_api.js:881:15)
    at file:///b/s/w/ir/chrome/test/data/webui/test_api.js:1038:18
    at mockDelegate.rootPromise.promise.then.then.then (file:///b/s/w/ir/chrome/test/data/webui/extensions/pack_dialog_test.js:140:13)
gen/chrome/test/data/webui/extensions/cr_extensions_browsertest-gen.cc:2200: Failure
Value of: RunJavascriptTestF( true, "CrExtensionsPackDialogTest", "MAYBE_PackSuccess")
  Actual: false
Expected: true
Stack trace:
#0 0x0000021a811c testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop()
#1 0x0000021a7ae9 testing::internal::AssertHelper::operator=()
#2 0x000001c6b3ac CrExtensionsPackDialogTest_PackSuccess_Test::RunTestOnMainThread()
#3 0x000004758beb content::BrowserTestBase::ProxyRunTestOnMainThreadLoop()
#4 0x000004324f84 ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
#5 0x000004323ecc ChromeBrowserMainParts::PreMainMessageLoopRun()
#6 0x000001d6d5d9 chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
#7 0x000002d372ea content::BrowserMainLoop::PreMainMessageLoopRun()
#8 0x0000030c5f97 content::StartupTaskRunner::RunAllTasksNow()
#9 0x000002d35f26 content::BrowserMainLoop::CreateStartupTasks()
#10 0x000002d39620 content::BrowserMainRunnerImpl::Initialize()
#11 0x000002d33f84 content::BrowserMain()
#12 0x000003f86cc4 content::ContentMainRunnerImpl::Run()
#13 0x000005f470b0 service_manager::Main()
#14 0x000003f85184 content::ContentMain()
#15 0x000004758813 content::BrowserTestBase::SetUp()
#16 0x0000042d2afe InProcessBrowserTest::SetUp()

[16429:16429:1021/193347.367309:ERROR:http_bridge.cc(126)] Not implemented reached in virtual void syncer::HttpBridgeFactory::OnSignalReceived()
[16429:16429:1021/193347.369373:INFO:remote_commands_invalidator.cc(45)] Shutdown RemoteCommandsInvalidator.
[16429:16429:1021/193347.369483:INFO:remote_commands_invalidator.cc(68)] Stopping RemoteCommandsInvalidator.
[16429:16429:1021/193347.369502:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[16429:16429:1021/193347.382308:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[16429:16429:1021/193347.404608:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[  FAILED  ] CrExtensionsPackDialogTest.PackSuccess, where TypeParam =  and GetParam() =  (837 ms)
[ RUN      ] CrExtensionsPackDialogTest.PackSuccess
[17127:17127:1021/193351.110101:WARNING:chrome_browser_main_chromeos.cc(547)] Running as stub user with profile dir: test-user
[17127:17127:1021/193351.207530:ERROR:external_web_apps.cc(176)] Determining directory
[17127:17127:1021/193351.209020:ERROR:external_web_apps.cc(207)] Scanning /usr/share/chromium/extensions/web_apps
[17127:17127:1021/193351.210499:INFO:easy_unlock_service_regular.cc(163)] DeviceSyncClient is not ready yet, delaying UseLoadedRemoteDevices().
[17127:17127:1021/193351.220024:INFO:remote_commands_service.cc(38)] Fetching remote commands.
[17127:17127:1021/193351.258930:WARNING:remote_commands_service.cc(40)] Client is not registered.
[17127:17127:1021/193351.258986:INFO:remote_commands_invalidator.cc(32)] Initialize RemoteCommandsInvalidator.
[17127:17127:1021/193351.259007:INFO:remote_commands_invalidator.cc(57)] Starting RemoteCommandsInvalidator.
[17127:17127:1021/193351.259029:INFO:remote_commands_invalidator.cc(123)] RemoteCommandsInvalidator ReloadPolicyData.
[17127:17127:1021/193351.259050:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[17127:17127:1021/193351.264866:ERROR:external_web_apps.cc(176)] Determining directory
[17127:17127:1021/193351.264882:ERROR:external_web_apps.cc(207)] Scanning
[17127:17127:1021/193351.273039:WARNING:wallpaper_controller_client.cc(358)] Cannot get wallpaper files id in RemovePolicyWallpaper. This should never happen under normal circumstances.
[17127:17127:1021/193351.317970:INFO:secure_channel_service.cc(25)] SecureChannelService::OnStart()
[17127:17127:1021/193351.317995:INFO:secure_channel_initializer.cc(64)] SecureChannelInitializer::SecureChannelInitializer(): Fetching Bluetooth adapter. All requests received before the adapter is fetched will be queued.
[17127:17127:1021/193351.318024:INFO:secure_channel_service.cc(38)] SecureChannelService::OnBindInterface() for interface chromeos.secure_channel.mojom.SecureChannel.
[17127:17127:1021/193351.318119:INFO:device_sync_service.cc(30)] DeviceSyncService::OnStart()
[17127:17127:1021/193351.318154:INFO:device_sync_service.cc(46)] DeviceSyncService::OnBindInterface() from interface chromeos.device_sync.mojom.DeviceSync.
[17127:17127:1021/193351.318205:INFO:multidevice_setup_service.cc(62)] MultiDeviceSetupService::OnStart()
[17127:17127:1021/193351.318223:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[17127:17127:1021/193351.323642:INFO:secure_channel_initializer.cc(119)] SecureChannelInitializer::OnBluetoothAdapterReceived(): Bluetooth adapter has been fetched. Passing all queued requests to the service.
[17127:17127:1021/193351.339345:ERROR:gpu_interface_provider.cc(87)] Not implemented reached in virtual void content::GpuInterfaceProvider::RegisterOzoneGpuInterfaces(service_manager::BinderRegistry *)
[17127:17127:1021/193351.351574:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[17127:17127:1021/193351.482090:WARNING:CONSOLE(0)] "HTML Imports is deprecated and will be removed in M73, around March 2019. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 for more details.", source:  (0)
[17127:17127:1021/193351.492526:WARNING:CONSOLE(442)] "document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-micro-extracted.js (442)
[17127:17127:1021/193351.564310:WARNING:CONSOLE(2083)] "Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-mini-extracted.js (2083)
[17127:17127:1021/193351.597747:INFO:CONSOLE(1269)] "Running TestCase CrExtensionsPackDialogTest.MAYBE_PackSuccess", source: file:///b/s/w/ir/chrome/test/data/webui/test_api.js (1269)
[17127:17127:1021/193351.647574:ERROR:web_ui_test_handler.cc(100)] Failed: RUN_TEST_F("CrExtensionsPackDialogTest","MAYBE_PackSuccess")
AssertionError: expected true to be false
    at Function.assert.isFalse (file:///b/s/w/ir/third_party/chaijs/chai.js:2459:31)
    at assertFalse (file:///b/s/w/ir/chrome/test/data/webui/test_api.js:881:15)
    at file:///b/s/w/ir/chrome/test/data/webui/test_api.js:1038:18
    at mockDelegate.rootPromise.promise.then.then.then (file:///b/s/w/ir/chrome/test/data/webui/extensions/pack_dialog_test.js:140:13)
gen/chrome/test/data/webui/extensions/cr_extensions_browsertest-gen.cc:2200: Failure
Value of: RunJavascriptTestF( true, "CrExtensionsPackDialogTest", "MAYBE_PackSuccess")
  Actual: false
Expected: true
Stack trace:
#0 0x0000021a811c testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop()
#1 0x0000021a7ae9 testing::internal::AssertHelper::operator=()
#2 0x000001c6b3ac CrExtensionsPackDialogTest_PackSuccess_Test::RunTestOnMainThread()
#3 0x000004758beb content::BrowserTestBase::ProxyRunTestOnMainThreadLoop()
#4 0x000004324f84 ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
#5 0x000004323ecc ChromeBrowserMainParts::PreMainMessageLoopRun()
#6 0x000001d6d5d9 chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
#7 0x000002d372ea content::BrowserMainLoop::PreMainMessageLoopRun()
#8 0x0000030c5f97 content::StartupTaskRunner::RunAllTasksNow()
#9 0x000002d35f26 content::BrowserMainLoop::CreateStartupTasks()
#10 0x000002d39620 content::BrowserMainRunnerImpl::Initialize()
#11 0x000002d33f84 content::BrowserMain()
#12 0x000003f86cc4 content::ContentMainRunnerImpl::Run()
#13 0x000005f470b0 service_manager::Main()
#14 0x000003f85184 content::ContentMain()
#15 0x000004758813 content::BrowserTestBase::SetUp()
#16 0x0000042d2afe InProcessBrowserTest::SetUp()

[17127:17127:1021/193351.803146:ERROR:http_bridge.cc(126)] Not implemented reached in virtual void syncer::HttpBridgeFactory::OnSignalReceived()
[17127:17127:1021/193351.803624:INFO:remote_commands_invalidator.cc(45)] Shutdown RemoteCommandsInvalidator.
[17127:17127:1021/193351.804017:INFO:remote_commands_invalidator.cc(68)] Stopping RemoteCommandsInvalidator.
[17127:17127:1021/193351.804064:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[17127:17127:1021/193351.816914:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[17127:17127:1021/193351.839693:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[  FAILED  ] CrExtensionsPackDialogTest.PackSuccess, where TypeParam =  and GetParam() =  (801 ms)
[ RUN      ] CrExtensionsPackDialogTest.PackSuccess
[17217:17217:1021/193352.082164:WARNING:chrome_browser_main_chromeos.cc(547)] Running as stub user with profile dir: test-user
[17217:17217:1021/193352.163102:ERROR:external_web_apps.cc(176)] Determining directory
[17217:17217:1021/193352.163128:ERROR:external_web_apps.cc(207)] Scanning /usr/share/chromium/extensions/web_apps
[17217:17217:1021/193352.164804:INFO:easy_unlock_service_regular.cc(163)] DeviceSyncClient is not ready yet, delaying UseLoadedRemoteDevices().
[17217:17217:1021/193352.178097:INFO:remote_commands_service.cc(38)] Fetching remote commands.
[17217:17217:1021/193352.202810:WARNING:remote_commands_service.cc(40)] Client is not registered.
[17217:17217:1021/193352.202884:INFO:remote_commands_invalidator.cc(32)] Initialize RemoteCommandsInvalidator.
[17217:17217:1021/193352.202915:INFO:remote_commands_invalidator.cc(57)] Starting RemoteCommandsInvalidator.
[17217:17217:1021/193352.202961:INFO:remote_commands_invalidator.cc(123)] RemoteCommandsInvalidator ReloadPolicyData.
[17217:17217:1021/193352.203033:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[17217:17217:1021/193352.208262:ERROR:external_web_apps.cc(176)] Determining directory
[17217:17217:1021/193352.208280:ERROR:external_web_apps.cc(207)] Scanning
[17217:17217:1021/193352.219419:WARNING:wallpaper_controller_client.cc(358)] Cannot get wallpaper files id in RemovePolicyWallpaper. This should never happen under normal circumstances.
[17217:17217:1021/193352.264996:INFO:secure_channel_service.cc(25)] SecureChannelService::OnStart()
[17217:17217:1021/193352.265030:INFO:secure_channel_initializer.cc(64)] SecureChannelInitializer::SecureChannelInitializer(): Fetching Bluetooth adapter. All requests received before the adapter is fetched will be queued.
[17217:17217:1021/193352.265049:INFO:secure_channel_service.cc(38)] SecureChannelService::OnBindInterface() for interface chromeos.secure_channel.mojom.SecureChannel.
[17217:17217:1021/193352.265089:INFO:device_sync_service.cc(30)] DeviceSyncService::OnStart()
[17217:17217:1021/193352.265106:INFO:device_sync_service.cc(46)] DeviceSyncService::OnBindInterface() from interface chromeos.device_sync.mojom.DeviceSync.
[17217:17217:1021/193352.265148:INFO:multidevice_setup_service.cc(62)] MultiDeviceSetupService::OnStart()
[17217:17217:1021/193352.265166:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[17217:17217:1021/193352.268761:INFO:secure_channel_initializer.cc(119)] SecureChannelInitializer::OnBluetoothAdapterReceived(): Bluetooth adapter has been fetched. Passing all queued requests to the service.
[17217:17217:1021/193352.270064:ERROR:gpu_interface_provider.cc(87)] Not implemented reached in virtual void content::GpuInterfaceProvider::RegisterOzoneGpuInterfaces(service_manager::BinderRegistry *)
[17217:17217:1021/193352.299733:INFO:multidevice_setup_service.cc(75)] MultiDeviceSetupService::OnBindInterface() from interface chromeos.multidevice_setup.mojom.MultiDeviceSetup.
[17217:17217:1021/193352.427612:WARNING:CONSOLE(0)] "HTML Imports is deprecated and will be removed in M73, around March 2019. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 for more details.", source:  (0)
[17217:17217:1021/193352.441212:WARNING:CONSOLE(442)] "document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-micro-extracted.js (442)
[17217:17217:1021/193352.511982:WARNING:CONSOLE(2083)] "Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.", source: chrome://resources/polymer/v1_0/polymer/polymer-mini-extracted.js (2083)
[17217:17217:1021/193352.545328:INFO:CONSOLE(1269)] "Running TestCase CrExtensionsPackDialogTest.MAYBE_PackSuccess", source: file:///b/s/w/ir/chrome/test/data/webui/test_api.js (1269)
[17217:17217:1021/193352.590632:ERROR:web_ui_test_handler.cc(100)] Failed: RUN_TEST_F("CrExtensionsPackDialogTest","MAYBE_PackSuccess")
AssertionError: expected true to be false
    at Function.assert.isFalse (file:///b/s/w/ir/third_party/chaijs/chai.js:2459:31)
    at assertFalse (file:///b/s/w/ir/chrome/test/data/webui/test_api.js:881:15)
    at file:///b/s/w/ir/chrome/test/data/webui/test_api.js:1038:18
    at mockDelegate.rootPromise.promise.then.then.then (file:///b/s/w/ir/chrome/test/data/webui/extensions/pack_dialog_test.js:140:13)
gen/chrome/test/data/webui/extensions/cr_extensions_browsertest-gen.cc:2200: Failure
Value of: RunJavascriptTestF( true, "CrExtensionsPackDialogTest", "MAYBE_PackSuccess")
  Actual: false
Expected: true
Stack trace:
#0 0x0000021a811c testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop()
#1 0x0000021a7ae9 testing::internal::AssertHelper::operator=()
#2 0x000001c6b3ac CrExtensionsPackDialogTest_PackSuccess_Test::RunTestOnMainThread()
#3 0x000004758beb content::BrowserTestBase::ProxyRunTestOnMainThreadLoop()
#4 0x000004324f84 ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
#5 0x000004323ecc ChromeBrowserMainParts::PreMainMessageLoopRun()
#6 0x000001d6d5d9 chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
#7 0x000002d372ea content::BrowserMainLoop::PreMainMessageLoopRun()
#8 0x0000030c5f97 content::StartupTaskRunner::RunAllTasksNow()
#9 0x000002d35f26 content::BrowserMainLoop::CreateStartupTasks()
#10 0x000002d39620 content::BrowserMainRunnerImpl::Initialize()
#11 0x000002d33f84 content::BrowserMain()
#12 0x000003f86cc4 content::ContentMainRunnerImpl::Run()
#13 0x000005f470b0 service_manager::Main()
#14 0x000003f85184 content::ContentMain()
#15 0x000004758813 content::BrowserTestBase::SetUp()
#16 0x0000042d2afe InProcessBrowserTest::SetUp()

[17249:17249:1021/193352.721252:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721308:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721326:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721337:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721359:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721370:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721383:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721394:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721406:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721429:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721444:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721455:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721465:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721476:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721486:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721499:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721515:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721528:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721538:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721549:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721559:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721569:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721578:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721590:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721600:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721612:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721622:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721632:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721643:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721679:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721690:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721702:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721712:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721722:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721744:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721755:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721768:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721778:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721787:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721797:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721806:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721817:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721827:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721836:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721845:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721855:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721864:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721874:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721888:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721897:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721907:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721917:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721928:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721946:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721956:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.721977:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.721993:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722009:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722018:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722028:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722038:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722048:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722058:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722071:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722080:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722091:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722101:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722111:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722136:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722149:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722159:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722170:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722182:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722198:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17249:17249:1021/193352.722214:ERROR:gles2_cmd_decoder.cc(17707)] [.BrowserCompositor-0x931f9232100]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[17249:17249:1021/193352.722225:ERROR:gles2_cmd_decoder.cc(10289)] [.BrowserCompositor-0x931f9232100]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[17217:17217:1021/193352.758100:ERROR:http_bridge.cc(126)] Not implemented reached in virtual void syncer::HttpBridgeFactory::OnSignalReceived()
[17217:17217:1021/193352.758548:INFO:remote_commands_invalidator.cc(45)] Shutdown RemoteCommandsInvalidator.
[17217:17217:1021/193352.758607:INFO:remote_commands_invalidator.cc(68)] Stopping RemoteCommandsInvalidator.
[17217:17217:1021/193352.758620:INFO:remote_commands_invalidator.cc(167)] Unregister RemoteCommandsInvalidator.
[17217:17217:1021/193352.771567:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[17217:17217:1021/193352.794497:WARNING:pref_notifier_impl.cc(23)] Pref observer found at shutdown.
[  FAILED  ] CrExtensionsPackDialogTest.PackSuccess, where TypeParam =  and GetParam() =  (833 ms)



This is LogDog
Rendering took 0.06s

Project Member

Comment 20 by bugdroid1@chromium.org, Oct 22

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/d5eb2c0fe64db911ea278780ede9ac927f1b8c7d

commit d5eb2c0fe64db911ea278780ede9ac927f1b8c7d
Author: Scott Violet <sky@chromium.org>
Date: Mon Oct 22 19:23:08 2018

chromeos: disable CrExtensionsPackDialogTest.PackSuccess

It's flaky on ChromeOS as well.

BUG= 877109 
TEST=test only change
TBR=aee@chromium.org

Change-Id: Ibd12f914131ddeef465ab5c1b802c2cc0cb94aba
Reviewed-on: https://chromium-review.googlesource.com/c/1294089
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601678}
[modify] https://crrev.com/d5eb2c0fe64db911ea278780ede9ac927f1b8c7d/chrome/test/data/webui/extensions/cr_extensions_browsertest.js

Status: Started (was: Assigned)
Project Member

Comment 22 by bugdroid1@chromium.org, Nov 9

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/dd644485a537716b87756fa2eb8dc33af8ddb2bb

commit dd644485a537716b87756fa2eb8dc33af8ddb2bb
Author: Esmael El-Moslimany <aee@chromium.org>
Date: Fri Nov 09 00:55:01 2018

Extensions WebUI: fix flaky test, wait for close event instead of Polymer.dom.flush()

Bug:  877109 
Change-Id: I1ef50be0c151c691825174c8ff3bbcba5ce17a10
Reviewed-on: https://chromium-review.googlesource.com/c/1323619
Reviewed-by: Scott Chen <scottchen@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606683}
[modify] https://crrev.com/dd644485a537716b87756fa2eb8dc33af8ddb2bb/chrome/test/data/webui/extensions/cr_extensions_browsertest.js
[modify] https://crrev.com/dd644485a537716b87756fa2eb8dc33af8ddb2bb/chrome/test/data/webui/extensions/pack_dialog_test.js

Status: Fixed (was: Started)

Sign in to add a comment