browser_tests failing on chromium.chromiumos/linux-chromeos-dbg |
||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of spqchan@google.com browser_tests failing on chromium.chromiumos/linux-chromeos-dbg Builders failed on: - linux-chromeos-dbg: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/linux-chromeos-dbg
,
Jul 3
I checked a few browser_tests failures and the the following tests are a common failure: KioskUpdateTest.IncompliantPlatformDelayInstall KioskUpdateTest.PRE_IncompliantPlatformDelayInstall KioskUpdateTest.PRE_PRE_IncompliantPlatformDelayInstall Some of the builds that I checked: https://chromium-swarm.appspot.com/task?id=3e712dcc43aa5510&refresh=10&show_raw=1 https://chromium-swarm.appspot.com/task?id=3e6761b464ebef10&refresh=10&show_raw=1 https://chromium-swarm.appspot.com/task?id=3e65e9aba3d9c610&refresh=10&show_raw=1 https://chromium-swarm.appspot.com/task?id=3e75d5a5de5d6f10&refresh=10&show_raw=1 https://findit-for-me.appspot.com/waterfall/flake?redirect=1&key=ag9zfmZpbmRpdC1mb3ItbWVysAELEhdNYXN0ZXJGbGFrZUFuYWx5c2lzUm9vdCJ6Y2hyb21pdW0uY2hyb21pdW1vcy9saW51eC1jaHJvbWVvcy1kYmcvMjY3Mi9icm93c2VyX3Rlc3RzL1MybHZjMnRWY0dSaGRHVlVaWE4wTGtsdVkyOXRjR3hwWVc1MFVHeGhkR1p2Y20xRVpXeGhlVWx1YzNSaGJHdz0MCxITTWFzdGVyRmxha2VBbmFseXNpcxgBDA I'm disabling these 3 tests.
,
Jul 3
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9be94722d52ede6477bc1c62c2b07fe59ea11bdc commit 9be94722d52ede6477bc1c62c2b07fe59ea11bdc Author: Luciano Pacheco <lucmult@chromium.org> Date: Tue Jul 03 06:32:24 2018 Disable Flaky tests IncompliantPlatformDelayInstall These 3 tests have been failing a lot, passing only 60% of time according to findit-for-me. Tbr: xiyuan@chromium.org Bug: 859715 Change-Id: I45f89d626cccad4d1aac55184e7aac11fc862bc9 Reviewed-on: https://chromium-review.googlesource.com/1124001 Reviewed-by: Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#572127} [modify] https://crrev.com/9be94722d52ede6477bc1c62c2b07fe59ea11bdc/chrome/browser/chromeos/login/kiosk_browsertest.cc
,
Jul 24
From https://chromium-swarm.appspot.com/task?id=3e712dcc43aa5510&refresh=10&show_raw=1, where we expect to see 7 (SCREEN_GAIA_SIGNIN), but the actual screen is 9 (SCREEN_KIOSK_AUTOLAUNCH). That is the confirmation screen to allow auto launch. The test seems missing a KioskAppManager::Get()->SetEnableAutoLaunch(true) call when setting up auto launch. ../../chrome/browser/chromeos/login/test/oobe_screen_waiter.cc:25: Failure Expected equality of these values: expected_screen_ Which is: 4-byte object <07-00 00-00> GetOobeUI()->current_screen() Which is: 4-byte object <09-00 00-00> Stack trace: #0 0x000003f4b750 StackTraceGetter::CurrentStackTrace() #1 0x000003f6c217 testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop() #2 0x000003f6b67d testing::internal::AssertHelper::operator=() #3 0x00000cc541a2 chromeos::OobeScreenWaiter::Wait() #4 0x000002866ab3 chromeos::KioskTest::StartUIForAppLaunch() #5 0x0000028584f4 chromeos::KioskUpdateTest_IncompliantPlatformDelayInstall_Test::RunTestOnMainThread()
,
Jul 24
,
Jul 27
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a22b3b6f324ebd1a2ce250e5bf7fa647886a8b84 commit a22b3b6f324ebd1a2ce250e5bf7fa647886a8b84 Author: Xiyuan Xia <xiyuan@chromium.org> Date: Fri Jul 27 00:08:26 2018 kiosk: Fix flaky IncompliantPlatformDelayInstall test Add KioskAppManager::Get()->SetEnableAutoLaunch(true) when setting up auto launch kiosk so that SCREEN_KIOSK_AUTOLAUNCH does not gets into the way to break the test. Bug: 859715 Change-Id: I940ff9f275cc8a2d450e0338366f1702eb8277f0 Reviewed-on: https://chromium-review.googlesource.com/1148899 Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by: Jacob Dufault <jdufault@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#578495} [modify] https://crrev.com/a22b3b6f324ebd1a2ce250e5bf7fa647886a8b84/chrome/browser/chromeos/login/kiosk_browsertest.cc
,
Jul 27
KioskUpdateTest.IncompliantPlatformDelayInstall is green for the last 10 runs on linux-chromeos-dbg. |
||||
►
Sign in to add a comment |
||||
Comment 1 by spqc...@chromium.org
, Jul 2