ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Bots don't like some mac/linux key converter tests #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Mac bots fail to switch to german keyboard layout (maybe we just need to 
install it). Linux bot xserver (xvfb/icewm) don't seem to get us the values we 
want.

I'm going to disable these and change run_py_tests to actually care about 
failures in the test suite.

Original issue reported on code.google.com by kkania@chromium.org on 7 Feb 2013 at 8:04

GoogleCodeExporter commented 9 years ago
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=181374

------------------------------------------------------------------------
r181374 | kkania@chromium.org | 2013-02-07T22:24:23.201027Z

Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/chromedriver/run_buildbot_steps.py?r1=181374&r2=181373&pathrev=181374
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/chromedriver/keycode_text_conversion_unittest.cc?r1=181374&r2=181373&pathrev=181374
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/chromedriver/key_converter_unittest.cc?r1=181374&r2=181373&pathrev=181374
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/chromedriver/run_all_tests.py?r1=181374&r2=181373&pathrev=181374

[chromedriver] Some minor changes to test infra. Re-enable chromedriver2_tests.

-don't fail last step just because one step failed (just return 0 in 
run_buildbot_steps)
-find all build outputs at beginning of run_all_tests, so we can quit up front 
if the user needs to build something
-disable failing key tests
BUG=174962,172947
TBR=craigdh

Review URL: https://codereview.chromium.org/12208072
------------------------------------------------------------------------

Original comment by bugdro...@chromium.org on 7 Feb 2013 at 10:26

GoogleCodeExporter commented 9 years ago

Original comment by bugdro...@chromium.org on 10 Mar 2013 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by st...@chromium.org on 14 Oct 2014 at 4:03