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

Issue 1402643002: Ensure _NT_SYMBOL_PATH is set for bot runs in cdb test (Closed)

Created:
5 years, 2 months ago by scottmg
Modified:
5 years, 2 months ago
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

Ensure _NT_SYMBOL_PATH is set for bot runs in cdb test Getting closer... Some tests passed on the last run, but the ones that rely on having ntdll symbols fail on the bot. With `_NT_SYMBOL_PATH` set, cdb will be able to download the PDBs so will be able to dump data for `ntdll!_PEB`, etc. R=mark@chromium.org BUG=crashpad:46 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/c3f4e2d8eb35b30494c478cd370f77916aa8e187

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M snapshot/win/end_to_end_test.py View 1 1 chunk +6 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (2 generated)
scottmg
5 years, 2 months ago (2015-10-09 23:10:04 UTC) #2
Mark Mentovai
LGTM We don’t have a more local cache of this?
5 years, 2 months ago (2015-10-09 23:24:34 UTC) #3
Mark Mentovai
I guess for something checked into the tree, we wouldn’t want to use a local ...
5 years, 2 months ago (2015-10-09 23:25:11 UTC) #4
scottmg
On 2015/10/09 23:25:11, Mark Mentovai wrote: > I guess for something checked into the tree, ...
5 years, 2 months ago (2015-10-09 23:28:12 UTC) #5
scottmg
Committed patchset #2 (id:40001) manually as c3f4e2d8eb35b30494c478cd370f77916aa8e187 (presubmit successful).
5 years, 2 months ago (2015-10-09 23:28:24 UTC) #6
brucedawson
https://codereview.chromium.org/1402643002/diff/40001/snapshot/win/end_to_end_test.py File snapshot/win/end_to_end_test.py (right): https://codereview.chromium.org/1402643002/diff/40001/snapshot/win/end_to_end_test.py#newcode202 snapshot/win/end_to_end_test.py:202: 'SRV*' + symbol_dir + '*https://msdl.microsoft.com/download/symbols') Doesn't first-time use of ...
5 years, 2 months ago (2015-10-09 23:30:55 UTC) #8
scottmg
On 2015/10/09 23:30:55, brucedawson wrote: > https://codereview.chromium.org/1402643002/diff/40001/snapshot/win/end_to_end_test.py > File snapshot/win/end_to_end_test.py (right): > > https://codereview.chromium.org/1402643002/diff/40001/snapshot/win/end_to_end_test.py#newcode202 > ...
5 years, 2 months ago (2015-10-09 23:31:35 UTC) #9
scottmg
5 years, 2 months ago (2015-10-09 23:33:59 UTC) #10
Message was sent while issue was closed.
On 2015/10/09 23:31:35, scottmg wrote:
> On 2015/10/09 23:30:55, brucedawson wrote:
> >
>
https://codereview.chromium.org/1402643002/diff/40001/snapshot/win/end_to_end...
> > File snapshot/win/end_to_end_test.py (right):
> > 
> >
>
https://codereview.chromium.org/1402643002/diff/40001/snapshot/win/end_to_end...
> > snapshot/win/end_to_end_test.py:202: 'SRV*' + symbol_dir +
> > '*https://msdl.microsoft.com/download/symbols')
> > Doesn't first-time use of Microsoft's symbol server bring up a EULA?
> 
> Hmm, maybe. I'll tell you in a few minutes when the bots cycle. Again. :/

It looks like not. Maybe only in windbg, not
cdb?https://build.chromium.org/p/client.crashpad/builders/crashpad_win_x86_wow64_rel/builds/42/steps/run%20tests/logs/stdio
(sadly there's another failure)

Powered by Google App Engine
This is Rietveld 408576698