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

Issue 2369753004: [inspector] added inspector test runner [part 5] (Closed)

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

Description

[inspector] added inspector test runner [part 5] - added most part of inspector tests that depends only on JavaScript domains. BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/9ddbdab195923fc87fae3587ae06c5c1c5ca6d79 Committed: https://crrev.com/270db7903af76ec13c57556e5037c6a9c58eee62 Cr-Original-Commit-Position: refs/heads/master@{#39897} Cr-Commit-Position: refs/heads/master@{#39931}

Patch Set 1 #

Patch Set 2 : improved file names #

Patch Set 3 : rebased #

Total comments: 2

Patch Set 4 : rebased #

Total comments: 2

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3382 lines, -0 lines) Patch
A test/inspector/console/let-const-with-api.js View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A test/inspector/console/let-const-with-api-expected.txt View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A test/inspector/console/memory-setter-in-strict-mode.js View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A test/inspector/console/memory-setter-in-strict-mode-expected.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/console-profile.js View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/console-profile-end-parameterless-crash.js View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/console-profile-end-parameterless-crash-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/console-profile-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/enable-disable.js View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/enable-disable-expected.txt View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/record-cpu-profile.js View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/record-cpu-profile-expected.txt View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/stop-without-preceeding-start.js View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A test/inspector/cpu-profiler/stop-without-preceeding-start-expected.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A test/inspector/debugger/access-obsolete-frame.js View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A test/inspector/debugger/access-obsolete-frame-expected.txt View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A test/inspector/debugger/call-frame-function-location.js View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A test/inspector/debugger/call-frame-function-location-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A test/inspector/debugger/continue-to-location.js View 1 2 3 1 chunk +114 lines, -0 lines 0 comments Download
A test/inspector/debugger/continue-to-location-expected.txt View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A test/inspector/debugger/doesnt-step-into-injected-script.js View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/inspector/debugger/doesnt-step-into-injected-script-expected.txt View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A test/inspector/debugger/scope-skip-variables-with-empty-name.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/inspector/debugger/scope-skip-variables-with-empty-name-expected.txt View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A test/inspector/debugger/script-parsed-hash.js View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/inspector/debugger/script-parsed-hash-expected.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A test/inspector/debugger/set-blackbox-patterns.js View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
A test/inspector/debugger/set-blackbox-patterns-expected.txt View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A test/inspector/debugger/set-breakpoint-before-enabling.js View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A test/inspector/debugger/set-breakpoint-before-enabling-expected.txt View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A test/inspector/debugger/set-script-source.js View 1 2 3 1 chunk +151 lines, -0 lines 0 comments Download
A test/inspector/debugger/set-script-source-expected.txt View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
A test/inspector/debugger/step-over-caught-exception.js View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A test/inspector/debugger/step-over-caught-exception-expected.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A test/inspector/debugger/stepping-with-blackboxed-ranges.js View 1 2 3 1 chunk +126 lines, -0 lines 0 comments Download
A test/inspector/debugger/stepping-with-blackboxed-ranges-expected.txt View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A test/inspector/debugger/update-call-frame-scopes.js View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A test/inspector/debugger/update-call-frame-scopes-expected.txt View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A test/inspector/json-parse.js View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A test/inspector/json-parse-expected.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A test/inspector/runtime/await-promise.js View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
A test/inspector/runtime/await-promise-expected.txt View 1 2 3 1 chunk +104 lines, -0 lines 0 comments Download
A test/inspector/runtime/call-function-on-async.js View 1 2 3 1 chunk +142 lines, -0 lines 0 comments Download
A test/inspector/runtime/call-function-on-async-expected.txt View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download
A test/inspector/runtime/clear-of-command-line-api.js View 1 2 3 4 1 chunk +120 lines, -0 lines 0 comments Download
A test/inspector/runtime/clear-of-command-line-api-expected.txt View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A test/inspector/runtime/compile-script.js View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A test/inspector/runtime/compile-script-expected.txt View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-api-repeated-in-console.js View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-api-repeated-in-console-expected.txt View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-deprecated-methods.js View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-deprecated-methods-expected.txt View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-line-and-column.js View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-line-and-column-expected.txt View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-log-doesnt-run-microtasks.js View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-log-doesnt-run-microtasks-expected.txt View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-timestamp.js View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A test/inspector/runtime/console-timestamp-expected.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A test/inspector/runtime/evaluate-async.js View 1 2 3 1 chunk +68 lines, -0 lines 0 comments Download
A test/inspector/runtime/evaluate-async-expected.txt View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A test/inspector/runtime/evaluate-with-context-id-equal-zero.js View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A test/inspector/runtime/evaluate-with-context-id-equal-zero-expected.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A test/inspector/runtime/get-properties.js View 1 2 3 1 chunk +220 lines, -0 lines 0 comments Download
A test/inspector/runtime/get-properties-expected.txt View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/inspector/runtime/get-properties-on-proxy.js View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
A test/inspector/runtime/get-properties-on-proxy-expected.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A test/inspector/runtime/get-properties-preview.js View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A test/inspector/runtime/get-properties-preview-expected.txt View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A test/inspector/runtime/property-on-console-proto.js View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A test/inspector/runtime/property-on-console-proto-expected.txt View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
A test/inspector/runtime/run-script-async.js View 1 2 3 1 chunk +133 lines, -0 lines 0 comments Download
A test/inspector/runtime/run-script-async-expected.txt View 1 2 3 1 chunk +157 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (17 generated)
kozy
Dmitry, please take a look!
4 years, 2 months ago (2016-09-27 00:41:21 UTC) #1
Michael Achenbach
https://codereview.chromium.org/2369753004/diff/40001/test/inspector-protocol/console/let-const-with-api.js File test/inspector-protocol/console/let-const-with-api.js (right): https://codereview.chromium.org/2369753004/diff/40001/test/inspector-protocol/console/let-const-with-api.js#newcode2 test/inspector-protocol/console/let-const-with-api.js:2: // Use of this source code is governed by ...
4 years, 2 months ago (2016-09-28 10:28:28 UTC) #4
kozy
https://codereview.chromium.org/2369753004/diff/40001/test/inspector-protocol/console/let-const-with-api.js File test/inspector-protocol/console/let-const-with-api.js (right): https://codereview.chromium.org/2369753004/diff/40001/test/inspector-protocol/console/let-const-with-api.js#newcode2 test/inspector-protocol/console/let-const-with-api.js:2: // Use of this source code is governed by ...
4 years, 2 months ago (2016-09-28 22:24:52 UTC) #8
dgozman
rs lgtm
4 years, 2 months ago (2016-09-30 00:56:32 UTC) #10
alph
lgtm https://codereview.chromium.org/2369753004/diff/100001/test/inspector/runtime/clear-of-command-line-api.js File test/inspector/runtime/clear-of-command-line-api.js (right): https://codereview.chromium.org/2369753004/diff/100001/test/inspector/runtime/clear-of-command-line-api.js#newcode67 test/inspector/runtime/clear-of-command-line-api.js:67: .then(() => dumpLeftMethods()) nit: .then(dumpLeftMethod)
4 years, 2 months ago (2016-09-30 01:48:34 UTC) #13
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/2369753004/120001
4 years, 2 months ago (2016-09-30 02:01:43 UTC) #17
kozy
All done. thanks! https://codereview.chromium.org/2369753004/diff/100001/test/inspector/runtime/clear-of-command-line-api.js File test/inspector/runtime/clear-of-command-line-api.js (right): https://codereview.chromium.org/2369753004/diff/100001/test/inspector/runtime/clear-of-command-line-api.js#newcode67 test/inspector/runtime/clear-of-command-line-api.js:67: .then(() => dumpLeftMethods()) On 2016/09/30 01:48:33, ...
4 years, 2 months ago (2016-09-30 02:01:59 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 2 months ago (2016-09-30 04:50:10 UTC) #20
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/9ddbdab195923fc87fae3587ae06c5c1c5ca6d79 Cr-Commit-Position: refs/heads/master@{#39897}
4 years, 2 months ago (2016-09-30 04:50:26 UTC) #22
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/2369753004/120001
4 years, 2 months ago (2016-10-02 20:58:17 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:120001)
4 years, 2 months ago (2016-10-02 21:22:55 UTC) #27
commit-bot: I haz the power
4 years, 2 months ago (2016-10-02 21:23:13 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/270db7903af76ec13c57556e5037c6a9c58eee62
Cr-Commit-Position: refs/heads/master@{#39931}

Powered by Google App Engine
This is Rietveld 408576698