|
|
Chromium Code Reviews
DescriptionTracing: Bail out early in tracing tests when tracing is already enabled.
Following up https://crrev.com/2479563002 .
BUG=657628, 656729
Committed: https://crrev.com/f98f6a4df243fd2bff7f2c0dfb919a0717f9a511
Cr-Commit-Position: refs/heads/master@{#431291}
Patch Set 1 #
Total comments: 1
Patch Set 2 : no maybe #Patch Set 3 : remove unintended check-in #Patch Set 4 : fix #Patch Set 5 : fix #Patch Set 6 : rebase #
Total comments: 2
Patch Set 7 : wording #
Messages
Total messages: 35 (27 generated)
The CQ bit was checked by kraynov@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...
kraynov@chromium.org changed reviewers: + primiano@chromium.org
Only one comment. https://codereview.chromium.org/2479593002/diff/1/components/tracing/child/ch... File components/tracing/child/child_trace_message_filter_browsertest.cc (right): https://codereview.chromium.org/2479593002/diff/1/components/tracing/child/ch... components/tracing/child/child_trace_message_filter_browsertest.cc:182: TEST_F(ChildTracingTest, EnableAndDisableTracing) { what is the purpose if this TEST_F ? This should be already caught by the other test_f in here.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by kraynov@chromium.org to run a CQ dry run
updated
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 checked by kraynov@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: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by kraynov@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: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by kraynov@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.
kraynov@chromium.org changed reviewers: + perezju@chromium.org
Please review, thanks
LGTM with some comments https://codereview.chromium.org/2479593002/diff/100001/components/tracing/chi... File components/tracing/child/child_trace_message_filter_browsertest.cc (right): https://codereview.chromium.org/2479593002/diff/100001/components/tracing/chi... components/tracing/child/child_trace_message_filter_browsertest.cc:123: "/data/local/chrome-trace-config.json")))) { Please remove the check on the actual file. This path is going to change soon and is not going to be fixed. Just a check on IsEnabled should be enough. I'd remove the OS_ANDROID check and just mix the message below. https://codereview.chromium.org/2479593002/diff/100001/components/tracing/chi... components/tracing/child/child_trace_message_filter_browsertest.cc:129: FAIL() << "Tracing has been already enabled. Very likely this is " Oh actually I like FAIL() more. DO you mind changing also the code I recently introduced in memory_tracing_browsertest.cc and putting a FAIL (instead of the CHECK) also there?
The CQ bit was checked by kraynov@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.
The CQ bit was checked by kraynov@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from primiano@chromium.org Link to the patchset: https://codereview.chromium.org/2479593002/#ps120001 (title: "wording")
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.
Committed patchset #7 (id:120001)
Message was sent while issue was closed.
Description was changed from ========== Tracing: Bail out early in tracing tests when tracing is already enabled. Following up https://crrev.com/2479563002 . BUG=657628, 656729 ========== to ========== Tracing: Bail out early in tracing tests when tracing is already enabled. Following up https://crrev.com/2479563002 . BUG=657628, 656729 Committed: https://crrev.com/f98f6a4df243fd2bff7f2c0dfb919a0717f9a511 Cr-Commit-Position: refs/heads/master@{#431291} ==========
Message was sent while issue was closed.
Patchset 7 (id:??) landed as https://crrev.com/f98f6a4df243fd2bff7f2c0dfb919a0717f9a511 Cr-Commit-Position: refs/heads/master@{#431291} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
