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

Issue 2425973002: [debugger] basic test infrastructure for new debugger test api. (Closed)

Created:
4 years, 2 months ago by Yang
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] basic test infrastructure for new debugger test api. This introduces: - a way in d8 to send messages to the inspector and receive responses. - a new test suite where existing debugger tests should migrate to. R=jgruber@chromium.org, kozyatinskiy@chromium.org, machenbach@chromium.org BUG=v8:5530 Committed: https://crrev.com/2f135d464c091eafb45c0bc4a597e3f1c9540676 Cr-Commit-Position: refs/heads/master@{#40487}

Patch Set 1 #

Patch Set 2 : small fixes #

Total comments: 8

Patch Set 3 : address comments. #

Patch Set 4 : compile fix #

Patch Set 5 : fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -6 lines) Patch
M BUILD.gn View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M gypfiles/all.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/d8.cc View 1 2 3 4 7 chunks +136 lines, -2 lines 0 comments Download
M test/bot_default.isolate View 1 chunk +1 line, -0 lines 0 comments Download
A + test/debugger/debugger.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
A test/debugger/debugger.isolate View 1 1 chunk +22 lines, -0 lines 1 comment Download
A + test/debugger/debugger.status View 1 chunk +0 lines, -1 line 0 comments Download
A test/debugger/protocol/basic-round-trip.js View 1 chunk +24 lines, -0 lines 0 comments Download
A + test/debugger/test-api.js View 1 chunk +1 line, -1 line 0 comments Download
A test/debugger/testcfg.py View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
M test/default.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M test/optimize_for_size.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M tools/run-tests.py View 1 2 4 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
Yang
4 years, 2 months ago (2016-10-18 11:11:43 UTC) #1
kozy
lgtm
4 years, 2 months ago (2016-10-19 02:53:24 UTC) #2
jgruber
lgtm with comments https://chromiumcodereview.appspot.com/2425973002/diff/20001/src/d8.cc File src/d8.cc (right): https://chromiumcodereview.appspot.com/2425973002/diff/20001/src/d8.cc#newcode1828 src/d8.cc:1828: context->SetAlignedPointerInEmbedderData(kInspectorClientIndex, this); Just curious - why ...
4 years, 2 months ago (2016-10-19 07:33:03 UTC) #3
Michael Achenbach
lgtm on build and test config changes with comment: https://codereview.chromium.org/2425973002/diff/20001/test/debugger/testcfg.py File test/debugger/testcfg.py (right): https://codereview.chromium.org/2425973002/diff/20001/test/debugger/testcfg.py#newcode42 test/debugger/testcfg.py:42: ...
4 years, 2 months ago (2016-10-19 11:21:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2425973002/40001
4 years, 2 months ago (2016-10-20 07:24:15 UTC) #7
Yang
https://codereview.chromium.org/2425973002/diff/20001/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/2425973002/diff/20001/src/d8.cc#newcode1828 src/d8.cc:1828: context->SetAlignedPointerInEmbedderData(kInspectorClientIndex, this); On 2016/10/19 07:33:03, jgruber wrote: > Just ...
4 years, 2 months ago (2016-10-20 07:29:30 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/11056)
4 years, 2 months ago (2016-10-20 07:34:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2425973002/60001
4 years, 2 months ago (2016-10-20 07:59:11 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/16452)
4 years, 2 months ago (2016-10-20 08:01:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2425973002/80001
4 years, 2 months ago (2016-10-21 06:30:07 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-21 06:37:37 UTC) #23
Michael Achenbach
https://codereview.chromium.org/2425973002/diff/80001/test/debugger/debugger.isolate File test/debugger/debugger.isolate (right): https://codereview.chromium.org/2425973002/diff/80001/test/debugger/debugger.isolate#newcode10 test/debugger/debugger.isolate:10: './debugger.status', jgruber is on it: Better use ./ to ...
4 years, 1 month ago (2016-11-07 14:42:05 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:08:59 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2f135d464c091eafb45c0bc4a597e3f1c9540676
Cr-Commit-Position: refs/heads/master@{#40487}

Powered by Google App Engine
This is Rietveld 408576698