|
|
Description[inspector] added inspector test runner [part 4]
- added inspector test suite definition in testcfg.py
- added JS infrastructure for tests in protocol-test.js
BUG=chromium:635948
R=dgozman@chromium.org,alph@chromium.org
Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15
Committed: https://crrev.com/d1191e1b8a12877b34668c52be1ab74cbb1d9c47
Cr-Original-Commit-Position: refs/heads/master@{#39895}
Cr-Commit-Position: refs/heads/master@{#39930}
Patch Set 1 #Patch Set 2 : JSON.string -> JSON.stringify #Patch Set 3 : fixed indentation #Patch Set 4 : rebased #
Total comments: 2
Patch Set 5 : rebased #Patch Set 6 : reused IsFailureOutput from test/webkit #Patch Set 7 : rebased #
Total comments: 2
Patch Set 8 : addressed comments #
Messages
Total messages: 36 (25 generated)
Dmitry, please take a look.
Description was changed from ========== [inspector] added inspector protocol test runner [part 4] - added inspector-protocol test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:645640 R=dgozman@chromium.org,alph@chromium.org ========== to ========== [inspector] added inspector protocol test runner [part 4] - added inspector-protocol test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:645640 R=dgozman@chromium.org,alph@chromium.org ==========
kozyatinskiy@chromium.org changed reviewers: + machenbach@chromium.org
Python lgtm. Of course we won't see much until we migrate any tests. Didn't review js file. https://codereview.chromium.org/2370743003/diff/60001/test/inspector-protocol... File test/inspector-protocol/testcfg.py (right): https://codereview.chromium.org/2370743003/diff/60001/test/inspector-protocol... test/inspector-protocol/testcfg.py:57: def IsFailureOutput(self, testcase): Also have a look here: https://cs.chromium.org/chromium/src/v8/test/webkit/testcfg.py?q=test/webkit/... V8 is chatty in some test variants and the extra lines must be ignored. Unless we don't test those variants.
Description was changed from ========== [inspector] added inspector protocol test runner [part 4] - added inspector-protocol test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:645640 R=dgozman@chromium.org,alph@chromium.org ========== to ========== [inspector] added inspector protocol test runner [part 4] - added inspector-protocol test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org ==========
Patchset #7 (id:120001) has been deleted
Patchset #5 (id:80001) has been deleted
Patchset #5 (id:100001) has been deleted
Patchset #5 (id:140001) has been deleted
Patchset #5 (id:160001) has been deleted
Thanks! I reused IsFailureOutput from test/webkit/testcfg.py. https://codereview.chromium.org/2370743003/diff/60001/test/inspector-protocol... File test/inspector-protocol/testcfg.py (right): https://codereview.chromium.org/2370743003/diff/60001/test/inspector-protocol... test/inspector-protocol/testcfg.py:57: def IsFailureOutput(self, testcase): On 2016/09/28 10:27:01, machenbach (slow) wrote: > Also have a look here: > https://cs.chromium.org/chromium/src/v8/test/webkit/testcfg.py?q=test/webkit/... > > V8 is chatty in some test variants and the extra lines must be ignored. Unless > we don't test those variants. Reused from test/webkit.
Description was changed from ========== [inspector] added inspector protocol test runner [part 4] - added inspector-protocol test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org ========== to ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org ==========
The CQ bit was checked by kozyatinskiy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/buil...) v8_linux64_avx2_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng_trig...) v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/9959) v8_mac_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng_triggered/bui...)
The CQ bit was checked by kozyatinskiy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm https://codereview.chromium.org/2370743003/diff/220001/test/inspector/protoco... File test/inspector/protocol-test.js (right): https://codereview.chromium.org/2370743003/diff/220001/test/inspector/protoco... test/inspector/protocol-test.js:142: InspectorTest.log("Error while executing '" + string + "': " + message.error.message); Let's also completeTest.
All done. thanks! https://codereview.chromium.org/2370743003/diff/220001/test/inspector/protoco... File test/inspector/protocol-test.js (right): https://codereview.chromium.org/2370743003/diff/220001/test/inspector/protoco... test/inspector/protocol-test.js:142: InspectorTest.log("Error while executing '" + string + "': " + message.error.message); On 2016/09/30 00:44:52, dgozman wrote: > Let's also completeTest. Done.
The CQ bit was checked by kozyatinskiy@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from machenbach@chromium.org, dgozman@chromium.org Link to the patchset: https://codereview.chromium.org/2370743003/#ps240001 (title: "addressed comments")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org ========== to ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org ==========
Message was sent while issue was closed.
Committed patchset #8 (id:240001)
Message was sent while issue was closed.
Description was changed from ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org ========== to ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895} ==========
Message was sent while issue was closed.
Patchset 8 (id:??) landed as https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895}
Message was sent while issue was closed.
Description was changed from ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895} ========== to ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895} ==========
The CQ bit was checked by kozyatinskiy@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895} ========== to ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895} ==========
Message was sent while issue was closed.
Committed patchset #8 (id:240001)
Message was sent while issue was closed.
Description was changed from ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Cr-Commit-Position: refs/heads/master@{#39895} ========== to ========== [inspector] added inspector test runner [part 4] - added inspector test suite definition in testcfg.py - added JS infrastructure for tests in protocol-test.js BUG=chromium:635948 R=dgozman@chromium.org,alph@chromium.org Committed: https://crrev.com/4a5f5d0991656a6aa45b0021a0f5ba6a7ceabe15 Committed: https://crrev.com/d1191e1b8a12877b34668c52be1ab74cbb1d9c47 Cr-Original-Commit-Position: refs/heads/master@{#39895} Cr-Commit-Position: refs/heads/master@{#39930} ==========
Message was sent while issue was closed.
Patchset 8 (id:??) landed as https://crrev.com/d1191e1b8a12877b34668c52be1ab74cbb1d9c47 Cr-Commit-Position: refs/heads/master@{#39930} |