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

Issue 2670763002: Print stack traces of tests timing out on Windows (Closed)

Created:
3 years, 10 months ago by Florian Schneider
Modified:
3 years, 10 months ago
Reviewers:
Bill Hesse, kustermann
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Print stack traces of tests timing out on Windows Uses cdb.exe (part of Windows SDK, comes with depot_tools) to dump stack traces of all threads when a test times out similar to what we already do on Linux and MacOS. Note that cdb.exe comes in two version (32- and 64-bit). For proper stacktraces the correct version must be in the PATH. Fixes #28242. R=kustermann@google.com Committed: https://github.com/dart-lang/sdk/commit/d8054eaabe012ddc09d49a01359ea4900cd238a4

Patch Set 1 #

Patch Set 2 : use cdb #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M tools/testing/dart/test_runner.dart View 1 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 8 (3 generated)
Florian Schneider
3 years, 10 months ago (2017-02-02 04:40:16 UTC) #3
kustermann
LGTM, very nice!
3 years, 10 months ago (2017-02-02 13:57:59 UTC) #4
kustermann
https://codereview.chromium.org/2670763002/diff/20001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/2670763002/diff/20001/tools/testing/dart/test_runner.dart#newcode2012 tools/testing/dart/test_runner.dart:2012: executable = "cdb.exe"; How do you ensure the correct ...
3 years, 10 months ago (2017-02-02 13:59:23 UTC) #5
Florian Schneider
https://codereview.chromium.org/2670763002/diff/20001/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/2670763002/diff/20001/tools/testing/dart/test_runner.dart#newcode2012 tools/testing/dart/test_runner.dart:2012: executable = "cdb.exe"; On 2017/02/02 13:59:23, kustermann wrote: > ...
3 years, 10 months ago (2017-02-02 18:22:02 UTC) #6
Florian Schneider
3 years, 10 months ago (2017-02-02 18:25:37 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
d8054eaabe012ddc09d49a01359ea4900cd238a4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698