Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Issue 808163002: Windows run-webkit-tests broke if --disable-breakpad was used (Closed)

Created:
6 years ago by Daniel Bratell
Modified:
6 years ago
Reviewers:
Dirk Pranke
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Windows run-webkit-tests broke if --disable-breakpad was used Running run-webkit-tests in Windows with --disable-breakpad resulted in AttributeError raised: 'WinPort' object has no attribute '_crash_service' Traceback (most recent call last): File "src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py", line 73, in main run_details = run(port, options, args, stderr) File "src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py", line 381, in run run_details = manager.run(args) File "src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\controllers\manager.py", line 278, in run self._clean_up_run() File "src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\controllers\manager.py", line 359, in _clean_up_run self._port.clean_up_test_run() File "L:\src\clean_chromium\src\third_party\WebKit\Tools\Scripts\webkitpy\layout_tests\port\win.py", line 150, in clean_up_test_run if self._crash_service: R=dpranke@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187488

Patch Set 1 : Windows run-webkit-tests broke if --disable-breakpad was used #

Total comments: 2

Patch Set 2 : Add all members #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M Tools/Scripts/webkitpy/layout_tests/port/win.py View 1 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Daniel Bratell
dpranke, can you take a look at this one-liner? I don't know if it's a ...
6 years ago (2014-12-17 16:21:34 UTC) #3
Dirk Pranke
lgtm w/ minor change, below. https://codereview.chromium.org/808163002/diff/20001/Tools/Scripts/webkitpy/layout_tests/port/win.py File Tools/Scripts/webkitpy/layout_tests/port/win.py (right): https://codereview.chromium.org/808163002/diff/20001/Tools/Scripts/webkitpy/layout_tests/port/win.py#newcode82 Tools/Scripts/webkitpy/layout_tests/port/win.py:82: self._crash_service = None ick, ...
6 years ago (2014-12-17 22:04:47 UTC) #4
Daniel Bratell
https://codereview.chromium.org/808163002/diff/20001/Tools/Scripts/webkitpy/layout_tests/port/win.py File Tools/Scripts/webkitpy/layout_tests/port/win.py (right): https://codereview.chromium.org/808163002/diff/20001/Tools/Scripts/webkitpy/layout_tests/port/win.py#newcode82 Tools/Scripts/webkitpy/layout_tests/port/win.py:82: self._crash_service = None On 2014/12/17 22:04:47, Dirk Pranke wrote: ...
6 years ago (2014-12-18 16:51:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/808163002/40001
6 years ago (2014-12-18 16:58:43 UTC) #7
commit-bot: I haz the power
6 years ago (2014-12-18 19:52:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187488

Powered by Google App Engine
This is Rietveld 408576698