History log of /external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9b5f5fa00de341abf3da00e1a7f6ecc27a247904 20-Apr-2016 Rohit Makasana <rohitbm@chromium.org> Run CrOS bvt-cq tests using Chrome with ARC mode enabled.

This is to ensure that bvt-cq doesn't encounter any regression when
ARC is enabled.

TEST=ran locally
BUG=b/27599221

Change-Id: Ib98f51112bee24fc4380c270777bb0e5b3125e36
Reviewed-on: https://chromium-review.googlesource.com/339850
Commit-Ready: Rohit Makasana <rohitbm@chromium.org>
Tested-by: Rohit Makasana <rohitbm@chromium.org>
Reviewed-by: Victor Hsieh <victorhsieh@chromium.org>
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py
e0b08e6170b57f90262726eb7f04e059cb47419c 11-Aug-2015 Hsinyu Chao <hychao@chromium.org> Revert "autotest: move constants to common_lib"

This reverts commit a4ac7a8f67d61f8a616724f9426dbc0fce71ce69.

BUG=chromium:519353

Change-Id: Iec2873ad22b5bb90e46a9e5b323f9626a2c07d9b
Reviewed-on: https://chromium-review.googlesource.com/292347
Reviewed-by: Hsinyu Chao <hychao@chromium.org>
Commit-Queue: Hsinyu Chao <hychao@chromium.org>
Tested-by: Hsinyu Chao <hychao@chromium.org>
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
Commit-Queue: Sonny Rao <sonnyrao@chromium.org>
Tested-by: Sonny Rao <sonnyrao@chromium.org>
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py
a4ac7a8f67d61f8a616724f9426dbc0fce71ce69 06-Aug-2015 Eric Caruso <ejcaruso@chromium.org> autotest: move constants to common_lib

This file gets imported from lots of server-side tests and
infrastructure so it shouldn't be hiding in client/cros. This
moves the file and fixes all imports.

BUG=chromium:485834
TEST=run many tests, make sure there are no problems importing
constants

Change-Id: I5c2b2a0bef6ebc998e62f40162a6ec9cc4436480
Reviewed-on: https://chromium-review.googlesource.com/291302
Trybot-Ready: Eric Caruso <ejcaruso@chromium.org>
Commit-Queue: Eric Caruso <ejcaruso@chromium.org>
Tested-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Chris Sosa <sosa@google.com>
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py
3e5df182dffdaee9c320bded819239e23d9eb16b 27-Feb-2015 Chris Masone <cmasone@chromium.org> autotest: desktopui_ExitOnSupervisedUserCrash race fix

At the end of the desktopui_ExitOnSupervisedUserCrash, I was waiting
for a signal that the user session had ended while accidentally also
causing the UI to get torn down. This resulted in an unclean UI shutdown
that never sent the signal I wanted to see, so the test failed with
a timeout exception.

This change moves the listening for the session termination signal
so we properly wait for it before tearing down the UI.

BUG=chromium:462363
TEST=desktopui_ExitOnSupervisedUserCrash

Change-Id: Ied242e6fe711a78586a356666a73c75d71fb93ad
Reviewed-on: https://chromium-review.googlesource.com/254710
Tested-by: Chris Masone <cmasone@chromium.org>
Trybot-Ready: Chris Masone <cmasone@chromium.org>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Chris Masone <cmasone@chromium.org>
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py
c877cb93a811f68374c3f0d81827e27607ffa3a4 30-Oct-2014 Chris Masone <cmasone@chromium.org> Tolerate browser crash during desktopui_ExitOnSupervisedUserCrash

Sometimes Chrome crashes of its own volition.
desktopui_ExitOnSupervisedUserCrash tries to manually
crash it, but if it's already died on its own, this will
fail. However, if it's already died on its own, the
behavior under test might still get exercised. To handle
this, the test will set up necessary pre-conditions and
then try to crash the browser. If crashing fails because
the browser was already gone, the test remembers this
exception and continues trying to validate system behavior.
If the desired behavior occurs, great. If not, it raises
the initial error.

BUG=chromium:425809
TEST=desktopui_ExitOnSupervisedUserCrash

Change-Id: If6ddce79d2c154cd0fd794995df8cf979645c8fd
Reviewed-on: https://chromium-review.googlesource.com/226486
Tested-by: Chris Masone <cmasone@chromium.org>
Reviewed-by: Richard Barnette <jrbarnette@chromium.org>
Commit-Queue: Chris Masone <cmasone@chromium.org>
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py
c6eb352e4cfe1123a6e36a6bf4727eeb17e97cb1 14-Oct-2014 Chris Masone <cmasone@chromium.org> Test terminating session for crash during supervised user creation

If the browser crashes during supervised user creation, the
session_manager should end the session. It should restart the
browser otherwise.

BUG=chromium:422996
TEST=run this test

CQ-DEPEND=CL:222916,CL:222972,CL:223351

Change-Id: Ic4b17ededecef97546bb43483b49a17f65b6cad2
Reviewed-on: https://chromium-review.googlesource.com/223352
Reviewed-by: Denis Kuznetsov <antrim@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
Commit-Queue: Chris Masone <cmasone@chromium.org>
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/desktopui_ExitOnSupervisedUserCrash.py