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

Issue 153743008: Revert of Enable presubmit pylint in build/android. (Closed)

Created:
6 years, 10 months ago by jbudorick
Modified:
6 years, 10 months ago
Reviewers:
craigdh, frankf
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, timurrrr+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, bruening+watch_chromium.org, glider+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Revert of Enable presubmit pylint in build/android. (https://codereview.chromium.org/132463007/) Reason for revert: This patch is probably the cause of crbug.com/342539. Original issue's description: > Enable presubmit pylint in build/android. > > BUG=168518 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249793 TBR=craigdh@chromium.org,frankf@chromium.org NOTREECHECKS=true NOTRY=true BUG=168518 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250269

Patch Set 1 #

Patch Set 2 : Merging with changes to pylib/linker/test_case.py. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -402 lines) Patch
M build/android/PRESUBMIT.py View 1 1 chunk +1 line, -4 lines 0 comments Download
M build/android/adb_logcat_monitor.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/adb_logcat_printer.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M build/android/adb_profile_chrome.py View 1 4 chunks +4 lines, -3 lines 0 comments Download
M build/android/asan_symbolize.py View 1 3 chunks +8 lines, -7 lines 0 comments Download
M build/android/avd.py View 1 2 chunks +2 lines, -1 line 0 comments Download
M build/android/bb_run_sharded_steps.py View 1 2 chunks +2 lines, -1 line 0 comments Download
M build/android/findbugs_diff.py View 1 3 chunks +3 lines, -2 lines 0 comments Download
M build/android/generate_emma_html.py View 1 4 chunks +4 lines, -3 lines 0 comments Download
M build/android/gyp/ant.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/apk_install.py View 1 4 chunks +3 lines, -6 lines 0 comments Download
M build/android/gyp/create_device_library_links.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
M build/android/gyp/create_native_libraries_header.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
M build/android/gyp/create_standalone_apk.py View 1 3 chunks +2 lines, -4 lines 0 comments Download
M build/android/gyp/dex.py View 1 3 chunks +2 lines, -4 lines 0 comments Download
M build/android/gyp/emma_instr.py View 1 4 chunks +5 lines, -5 lines 0 comments Download
M build/android/gyp/finalize_apk.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M build/android/gyp/gcc_preprocess.py View 1 3 chunks +4 lines, -3 lines 0 comments Download
M build/android/gyp/generate_v14_compatible_resources.py View 1 4 chunks +4 lines, -4 lines 0 comments Download
M build/android/gyp/get_device_configuration.py View 1 1 chunk +8 lines, -2 lines 0 comments Download
M build/android/gyp/jar.py View 1 3 chunks +2 lines, -4 lines 0 comments Download
M build/android/gyp/jar_toc.py View 1 3 chunks +3 lines, -4 lines 0 comments Download
M build/android/gyp/javac.py View 1 3 chunks +2 lines, -4 lines 0 comments Download
M build/android/gyp/lint.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M build/android/gyp/process_resources.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/proguard.py View 1 3 chunks +4 lines, -3 lines 0 comments Download
M build/android/gyp/push_libraries.py View 1 4 chunks +3 lines, -4 lines 0 comments Download
M build/android/gyp/strip_library_for_device.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M build/android/gyp/util/build_device.py View 1 3 chunks +6 lines, -4 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 1 5 chunks +9 lines, -11 lines 0 comments Download
M build/android/gyp/util/md5_check.py View 1 3 chunks +2 lines, -12 lines 0 comments Download
M build/android/gyp/util/md5_check_test.py View 1 1 chunk +0 lines, -4 lines 0 comments Download
M build/android/gyp/write_ordered_libraries.py View 1 3 chunks +4 lines, -3 lines 0 comments Download
M build/android/host_heartbeat.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/install_emulator_deps.py View 1 2 chunks +0 lines, -2 lines 0 comments Download
M build/android/lighttpd_server.py View 1 3 chunks +3 lines, -6 lines 0 comments Download
M build/android/lint/suppress.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/pylib/android_commands.py View 1 17 chunks +19 lines, -24 lines 0 comments Download
M build/android/pylib/base/base_test_result_unittest.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 2 chunks +6 lines, -1 line 0 comments Download
M build/android/pylib/base/test_dispatcher.py View 1 2 chunks +3 lines, -4 lines 0 comments Download
M build/android/pylib/base/test_dispatcher_unittest.py View 1 3 chunks +3 lines, -5 lines 0 comments Download
M build/android/pylib/chrome_test_server_spawner.py View 1 4 chunks +3 lines, -6 lines 0 comments Download
M build/android/pylib/cmd_helper.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/constants.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper_test.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
M build/android/pylib/flag_changer.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M build/android/pylib/forwarder.py View 1 5 chunks +10 lines, -8 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 4 chunks +8 lines, -8 lines 0 comments Download
M build/android/pylib/gtest/test_package.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M build/android/pylib/gtest/test_package_exe.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M build/android/pylib/host_driven/setup.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/host_driven/test_case.py View 1 4 chunks +15 lines, -17 lines 0 comments Download
M build/android/pylib/host_driven/test_info_collection.py View 1 4 chunks +4 lines, -7 lines 0 comments Download
M build/android/pylib/host_driven/test_runner.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/host_driven/tests_annotations.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/json_perf_parser.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/instrumentation/setup.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 1 4 chunks +3 lines, -6 lines 0 comments Download
M build/android/pylib/instrumentation/test_package.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 6 chunks +13 lines, -13 lines 0 comments Download
M build/android/pylib/linker/setup.py View 1 2 chunks +7 lines, -5 lines 0 comments Download
M build/android/pylib/linker/test_case.py View 1 6 chunks +20 lines, -18 lines 0 comments Download
M build/android/pylib/linker/test_runner.py View 1 1 chunk +3 lines, -1 line 0 comments Download
M build/android/pylib/monkey/setup.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/setup.py View 1 2 chunks +7 lines, -2 lines 0 comments Download
M build/android/pylib/perf/surface_stats_collector.py View 1 2 chunks +2 lines, -3 lines 0 comments Download
M build/android/pylib/perf/surface_stats_collector_unittest.py View 1 1 chunk +1 line, -3 lines 0 comments Download
M build/android/pylib/perf/test_runner.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/perf/thermal_throttle.py View 1 2 chunks +7 lines, -14 lines 0 comments Download
M build/android/pylib/pexpect.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/ports.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/screenshot.py View 1 1 chunk +3 lines, -2 lines 0 comments Download
M build/android/pylib/system_properties.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/uiautomator/setup.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
M build/android/pylib/utils/emulator.py View 1 6 chunks +8 lines, -8 lines 0 comments Download
M build/android/pylib/utils/findbugs.py View 1 4 chunks +4 lines, -4 lines 0 comments Download
M build/android/pylib/utils/flakiness_dashboard_results_uploader.py View 1 4 chunks +3 lines, -5 lines 0 comments Download
M build/android/pylib/utils/report_results.py View 1 2 chunks +7 lines, -6 lines 0 comments Download
M build/android/pylib/utils/reraiser_thread.py View 1 4 chunks +4 lines, -10 lines 0 comments Download
M build/android/pylib/utils/reraiser_thread_unittest.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/utils/test_environment.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/utils/timeout_retry.py View 1 2 chunks +4 lines, -9 lines 0 comments Download
M build/android/pylib/utils/timeout_retry_unittest.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/pylib/utils/xvfb.py View 1 1 chunk +0 lines, -2 lines 0 comments Download
M build/android/pylib/valgrind_tools.py View 1 5 chunks +7 lines, -13 lines 0 comments Download
M build/android/surface_stats.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/symbolize_test.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/android/test_runner.py View 1 10 chunks +13 lines, -12 lines 0 comments Download
M build/android/tombstones.py View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
jbudorick
Created Revert of Enable presubmit pylint in build/android.
6 years, 10 months ago (2014-02-11 01:15:16 UTC) #1
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-11 01:16:13 UTC) #2
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 10 months ago (2014-02-11 01:16:14 UTC) #3
craigdh
On 2014/02/11 01:16:14, I haz the power (commit-bot) wrote: > No LGTM from a valid ...
6 years, 10 months ago (2014-02-11 01:17:18 UTC) #4
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 10 months ago (2014-02-11 01:22:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/153743008/1
6 years, 10 months ago (2014-02-11 01:24:04 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-11 01:24:47 UTC) #7
commit-bot: I haz the power
Failed to apply patch for build/android/pylib/linker/test_case.py: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-11 01:24:47 UTC) #8
jbudorick
6 years, 10 months ago (2014-02-11 01:40:40 UTC) #9
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 10 months ago (2014-02-11 01:42:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/153743008/200001
6 years, 10 months ago (2014-02-11 01:43:57 UTC) #11
commit-bot: I haz the power
6 years, 10 months ago (2014-02-11 01:47:46 UTC) #12
Message was sent while issue was closed.
Change committed as 250269

Powered by Google App Engine
This is Rietveld 408576698