Revision 77250b50c22b683f3357214fb0f45f000c9e6b67 authored by moz-wptsync-bot on 24 April 2018, 15:21:16 UTC, committed by jgraham on 24 April 2018, 15:21:16 UTC
* Handle marionette returning None for content process crash

If the content process crashes, marionette can return None rather
than a valid result. In this case we want the test status to end up
as crash, which happens if we just propogate the None upwards.
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1453415
gecko-commit: 0d55caa97d7e28528e59b3c4c41335d78d77a60c
gecko-integration-branch: mozilla-inbound
gecko-reviewers: ato

* Don't try to pause after a crashed test
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1453415
gecko-commit: ebfad4be630db7aa060c7d27a3724945e994d63a
gecko-integration-branch: mozilla-inbound
gecko-reviewers: ato
1 parent 28b62c1
Raw File
.pyup.yml
# search for requirement files
# default: True
# allowed: True, False
search: False

# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
 - tools/wptrunner/requirements_chrome_android.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_edge.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_opera.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_servo.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_safari.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_sauce.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_ie.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_firefox.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_chrome.txt:
      update: all
      pin: True
 - tools/wpt/requirements.txt:
      update: all
      pin: True
back to top