Wireshark-commits: [Wireshark-commits] master cbb5b78: test, travis: dump a screenshot for hanging

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 Jan 2019 00:26:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cbb5b78a7d9be756b9a3da27a7eccb119c0a6948
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cbb5b78 by Peter Wu (peter@xxxxxxxxxxxxx):

    test,travis: dump a screenshot for hanging GUI tests
    
    For some reason the wireshark GUI tests hang on the Travis OS X builds,
    but I could not reproduce it locally. It turns out than an error dialog
    was present, but I could not know that without the screenshot.
    
    Change-Id: Idf897d33b4fddf3c19c69ebcea60b629f1ca9368
    Reviewed-on: https://code.wireshark.org/review/31682
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  8c698ff   Test: enable capture tests by default using the Loopback interface
     add  cbb5b78   test,travis: dump a screenshot for hanging GUI tests


Summary of changes:
 .travis.yml                     |  1 +
 test/fixtures_ws.py             | 32 ++++++++++++++++++++++++++++++++
 test/suite_capture.py           | 20 ++++++++++++--------
 test/travis-upload-artifacts.sh | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 79 insertions(+), 8 deletions(-)
 create mode 100755 test/travis-upload-artifacts.sh