Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(1090)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: tests/gtest_fake/__init__.py
Issue
19917006
:
Move all googletest related scripts into googletest/ (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Remove unnecessary pylint warning disable
Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
PRESUBMIT.py
README.py
fix_test_cases.py
googletest/README.py
googletest/fix_test_cases.py
googletest/isolate_test_cases.py
googletest/list_test_cases.py
googletest/run_test_cases.py
googletest/shard_test_cases.py
googletest/tests/fix_test_cases_smoke_test.py
googletest/tests/gtest_fake/__init__.py
googletest/tests/gtest_fake/expected.xml
googletest/tests/gtest_fake/gtest_fake_base.py
googletest/tests/gtest_fake/gtest_fake_confused_fail.py
googletest/tests/gtest_fake/gtest_fake_confused_pass.py
googletest/tests/gtest_fake/gtest_fake_crash_after_pass.py
googletest/tests/gtest_fake/gtest_fake_error.py
googletest/tests/gtest_fake/gtest_fake_fail.py
googletest/tests/gtest_fake/gtest_fake_flaky.py
googletest/tests/gtest_fake/gtest_fake_missing.py
googletest/tests/gtest_fake/gtest_fake_pass.py
googletest/tests/gtest_fake/gtest_fake_slow.py
googletest/tests/isolate_test_cases/gtest_fake_pass.isolate
googletest/tests/isolate_test_cases_smoke_test.py
googletest/tests/list_test_cases_smoke_test.py
googletest/tests/run_test_cases/output.py
googletest/tests/run_test_cases_smoke_test.py
googletest/tests/run_test_cases_test.py
googletest/tests/trace_test_cases_smoke_test.py
googletest/trace_test_cases.py
isolate_test_cases.py
list_test_cases.py
run_test_cases.py
shard_test_cases.py
tests/fix_test_cases_smoke_test.py
tests/gtest_fake/__init__.py
tests/gtest_fake/expected.xml
tests/gtest_fake/gtest_fake_base.py
tests/gtest_fake/gtest_fake_confused_fail.py
tests/gtest_fake/gtest_fake_confused_pass.py
tests/gtest_fake/gtest_fake_crash_after_pass.py
tests/gtest_fake/gtest_fake_error.py
tests/gtest_fake/gtest_fake_fail.py
tests/gtest_fake/gtest_fake_flaky.py
tests/gtest_fake/gtest_fake_missing.py
tests/gtest_fake/gtest_fake_pass.py
tests/gtest_fake/gtest_fake_slow.py
tests/isolate_test_cases/gtest_fake_pass.isolate
tests/isolate_test_cases_smoke_test.py
tests/list_test_cases_smoke_test.py
tests/run_isolated/check_files.isolated
tests/run_isolated/check_files.py
tests/run_isolated/gtest_fake.isolated
tests/run_isolated/gtest_fake.py
tests/run_isolated/regen_test_data.py
tests/run_isolated_smoke_test.py
tests/run_test_cases/output.py
tests/run_test_cases_smoke_test.py
tests/run_test_cases_test.py
tests/trace_inputs_smoke_test.py
tests/trace_inputs_test.py
tests/trace_test_cases_smoke_test.py
trace_test_cases.py
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« tests/fix_test_cases_smoke_test.py
('k') |
tests/gtest_fake/expected.xml »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: tests/gtest_fake/__init__.py
diff --git a/tests/gtest_fake/__init__.py b/tests/gtest_fake/__init__.py
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
« no previous file with comments
|
« tests/fix_test_cases_smoke_test.py
('k') |
tests/gtest_fake/expected.xml »
('j') |
no next file with comments »
Issue 19917006: Move all googletest related scripts into googletest/ (Closed)
Created 7 years, 5 months ago by M-A Ruel
Modified 7 years, 5 months ago
Reviewers: csharp
Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Comments: 2
This is Rietveld
408576698