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

Issue 468773003: Add PDBs to .isolate files so that tests show stack traces. (Closed)

Created:
6 years, 4 months ago by jam
Modified:
6 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, erikwright+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add PDBs to .isolate files so that tests show stack traces. BUG=405074 R=scottmg@chromium.org TBR=brettw, davidben Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290612

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
M base/base_unittests.isolate View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/sync_integration_tests.isolate View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/unit_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_browsertests.isolate View 1 chunk +3 lines, -0 lines 0 comments Download
M content/content_unittests.isolate View 1 chunk +3 lines, -0 lines 0 comments Download
M net/net_unittests.isolate View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
jam
6 years, 4 months ago (2014-08-19 16:10:02 UTC) #1
scottmg
Why are these in _untracked?
6 years, 4 months ago (2014-08-19 17:00:02 UTC) #2
jam
On 2014/08/19 17:00:02, scottmg wrote: > Why are these in _untracked? this is historical because ...
6 years, 4 months ago (2014-08-19 17:52:35 UTC) #3
scottmg
On 2014/08/19 17:52:35, jam wrote: > On 2014/08/19 17:00:02, scottmg wrote: > > Why are ...
6 years, 4 months ago (2014-08-19 18:00:44 UTC) #4
jam
On 2014/08/19 18:00:44, scottmg wrote: > On 2014/08/19 17:52:35, jam wrote: > > On 2014/08/19 ...
6 years, 4 months ago (2014-08-19 18:03:49 UTC) #5
jam
TBR brettw for base, davidben for net
6 years, 4 months ago (2014-08-19 18:05:39 UTC) #6
davidben
net lgtm
6 years, 4 months ago (2014-08-19 21:54:27 UTC) #7
M-A Ruel
They should be _tracked and keyed on fastbuild==0 or fastbuild==1. See as an example: https://codereview.chromium.org/448773002/diff/40001/chrome/telemetry_gpu_test.isolate
6 years, 4 months ago (2014-08-25 16:06:26 UTC) #8
jam
Thanks, two questions: -why _tracked? wasn't that for stuff that the tracing system noticed was ...
6 years, 4 months ago (2014-08-25 19:03:42 UTC) #9
M-A Ruel
On 2014/08/25 19:03:42, jam wrote: > Thanks, two questions: > > -why _tracked? wasn't that ...
6 years, 4 months ago (2014-08-25 20:07:05 UTC) #10
jam
On 2014/08/25 20:07:05, M-A Ruel wrote: > On 2014/08/25 19:03:42, jam wrote: > > Thanks, ...
6 years, 4 months ago (2014-08-25 20:12:51 UTC) #11
M-A Ruel
On 2014/08/25 20:12:51, jam wrote: > On 2014/08/25 20:07:05, M-A Ruel wrote: > > On ...
6 years, 4 months ago (2014-08-25 20:16:37 UTC) #12
jam
On 2014/08/25 20:16:37, M-A Ruel wrote: > On 2014/08/25 20:12:51, jam wrote: > > On ...
6 years, 4 months ago (2014-08-25 20:29:06 UTC) #13
M-A Ruel
On 2014/08/25 20:29:06, jam wrote: > Why would we run the _run steps for compile ...
6 years, 4 months ago (2014-08-25 20:34:40 UTC) #14
jam
6 years, 4 months ago (2014-08-25 20:46:15 UTC) #15
Message was sent while issue was closed.
On 2014/08/25 20:34:40, M-A Ruel wrote:
> On 2014/08/25 20:29:06, jam wrote:
> > Why would we run the _run steps for compile only steps? this slows down the
> > compile for binaries that won't be used.
> 
> To ensure that the .isolate is valid on that configuration?

What would be the need to ensure that an isolate, which is used for distributing
tests, is valid on a system with no tests? even ignoring the time it takes to
upload this data to the isolate servers, this is extra work that developers have
to maintain with no benefit.

Powered by Google App Engine
This is Rietveld 408576698