0
Commit Graph

3 Commits

Author SHA1 Message Date
Avi Drissman
dfd8808526 Update copyright headers in testing/, tools/
The methodology used to generate this CL is documented in
https://crbug.com/1098010#c95.

No-Try: true
No-Presubmit: true
Bug: 1098010
Change-Id: I3a8a7b150e7bd64690534727150646081df50439
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3900697
Reviewed-by: Mark Mentovai <mark@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Owners-Override: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1047644}
2022-09-15 20:11:09 +00:00
Raul Tambre
66e754dda9 tools: Use Python 3 style print statements [6/9]
Initial conversion performed using '2to3 -f print .'.
Imports added and duplicate parentheses removed manually.
Manually converted files, comments and inline code that 2to3 missed.
Afterwards ran "git cl format --python" and cherry-picked the formatting changes.

There are no intended behavioural changes.

Bug: 941669
Change-Id: I4a423a71375fd4d8cfc8283dd2703855781ece6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818519
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: Brian White <bcwhite@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Auto-Submit: Raul Tambre <raul@tambre.ee>
Cr-Commit-Position: refs/heads/master@{#699709}
2019-09-25 12:03:44 +00:00
Scott Graham
ab0c382d87 Add tool to check for pair-wise state leakage in gtest binaries
This runs a given gtest binary 2 tests at a time (with
--gtest_shuffle and --gtest_repeat to try to encourage both
orderings of the test), and reports on any pairs that fail.

Change-Id: I9f4f8698aa97988a18290a4a5e5561975aac9aad
Reviewed-on: https://chromium-review.googlesource.com/646851
Reviewed-by: Alexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517141}
2017-11-16 19:08:55 +00:00