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

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed)

Created:
9 years, 10 months ago by ericli
Modified:
9 years, 7 months ago
Reviewers:
truty, DaleCurtis
CC:
chromium-os-reviews_chromium.org, truty+cc_chromium.org, sosa+cc_chromium.org, seano+cc_chromium.org, ericli, petkov+cc_chromium.org
Visibility:
Public.

Description

Merge remote branch 'cros/upstream' into master Merged to upstream autotest @4749~@5215. The entire change list description is too big to enlist here. Please refer to upstream (http://autotest.kernel.org/browser) for more details. BUG= TEST=emerged both x86 and arm build. Tested emerged x86 build bvt against a chromeos device. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=861b2d5

Patch Set 1 #

Patch Set 2 : patch #

Patch Set 3 : patch #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13306 lines, -5882 lines) Patch
M .gitignore View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M cli/atest View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M cli/job.py View 1 2 1 chunk +6 lines, -0 lines 2 comments Download
M client/bin/autotest View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M client/bin/base_sysinfo.py View 1 2 3 chunks +19 lines, -9 lines 0 comments Download
M client/bin/harness.py View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M client/bin/job.py View 1 2 11 chunks +45 lines, -12 lines 0 comments Download
M client/bin/job_unittest.py View 1 2 6 chunks +18 lines, -2 lines 0 comments Download
M client/bin/kernel.py View 1 2 1 chunk +8 lines, -6 lines 0 comments Download
M client/bin/kernel_unittest.py View 1 2 1 chunk +8 lines, -4 lines 0 comments Download
M client/bin/partition.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/bin/setup_job_unittest.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M client/common_lib/barrier_unittest.py View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M client/common_lib/base_barrier.py View 1 2 3 chunks +12 lines, -13 lines 0 comments Download
M client/common_lib/base_barrier_unittest.py View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M client/common_lib/base_job.py View 1 2 11 chunks +215 lines, -8 lines 0 comments Download
A client/common_lib/base_utils.py View 1 2 1 chunk +1717 lines, -0 lines 0 comments Download
A + client/common_lib/base_utils_unittest.py View 1 2 25 chunks +115 lines, -115 lines 0 comments Download
M client/common_lib/control_data.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M client/common_lib/error.py View 1 2 8 chunks +153 lines, -4 lines 0 comments Download
M client/common_lib/logging_manager.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
A client/common_lib/magic.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A client/common_lib/software_manager.py View 1 2 1 chunk +788 lines, -0 lines 0 comments Download
M client/common_lib/test.py View 1 2 2 chunks +11 lines, -7 lines 0 comments Download
M client/common_lib/utils.py View 1 2 1 chunk +10 lines, -1707 lines 0 comments Download
M client/profilers/cpistat/cpistat.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/hackbench/hackbench.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A client/tests/iozone/iozone.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M client/tests/kernbench/kernbench.py View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
A client/tests/kvm/__init__.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A client/tests/kvm/autotest_control/iozone.control View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M client/tests/kvm/build.cfg.sample View 1 2 3 chunks +22 lines, -7 lines 0 comments Download
M client/tests/kvm/cd_hash.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/control View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A client/tests/kvm/deps/finish.exe View 1 2 Binary file 0 comments Download
A client/tests/kvm/deps/rss.exe View 1 2 Binary file 0 comments Download
A client/tests/kvm/deps/test_clock_getres/Makefile View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A client/tests/kvm/deps/test_clock_getres/test_clock_getres.c View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
M client/tests/kvm/deps/whql_submission_15.cs View 1 2 6 chunks +229 lines, -145 lines 0 comments Download
client/tests/kvm/deps/whql_submission_15.exe View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M client/tests/kvm/get_started.py View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M client/tests/kvm/html_report.py View 1 2 12 chunks +29 lines, -29 lines 0 comments Download
A client/tests/kvm/installer.py View 1 2 1 chunk +781 lines, -0 lines 0 comments Download
M client/tests/kvm/kvm.py View 1 2 6 chunks +11 lines, -10 lines 0 comments Download
M client/tests/kvm/kvm_config.py View 1 2 10 chunks +55 lines, -27 lines 0 comments Download
M client/tests/kvm/kvm_monitor.py View 1 2 8 chunks +32 lines, -29 lines 0 comments Download
M client/tests/kvm/kvm_preprocessing.py View 1 2 18 chunks +60 lines, -34 lines 0 comments Download
M client/tests/kvm/kvm_scheduler.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M client/tests/kvm/kvm_subprocess.py View 1 2 22 chunks +277 lines, -139 lines 0 comments Download
M client/tests/kvm/kvm_test_utils.py View 1 2 22 chunks +183 lines, -110 lines 0 comments Download
M client/tests/kvm/kvm_utils.py View 1 2 19 chunks +573 lines, -240 lines 0 comments Download
M client/tests/kvm/kvm_vm.py View 1 2 42 chunks +773 lines, -280 lines 0 comments Download
A client/tests/kvm/migration_control.srv View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
M client/tests/kvm/rss_file_transfer.py View 1 2 16 chunks +144 lines, -76 lines 0 comments Download
M client/tests/kvm/scan_results.py View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D client/tests/kvm/scripts/check_image.py View 1 2 1 chunk +0 lines, -99 lines 0 comments Download
D client/tests/kvm/scripts/hugepage.py View 1 2 1 chunk +0 lines, -118 lines 0 comments Download
A + client/tests/kvm/scripts/ksm_overcommit_guest.py View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A client/tests/kvm/scripts/multicast_guest.py View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A client/tests/kvm/scripts/nic_bonding_guest.py View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A client/tests/kvm/scripts/virtio_console_guest.py View 1 2 1 chunk +715 lines, -0 lines 0 comments Download
M client/tests/kvm/stepeditor.py View 1 2 3 chunks +23 lines, -12 lines 0 comments Download
A client/tests/kvm/test_setup.py View 1 2 1 chunk +695 lines, -0 lines 0 comments Download
M client/tests/kvm/tests.cfg.sample View 1 2 5 chunks +20 lines, -10 lines 0 comments Download
M client/tests/kvm/tests/autotest.py View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M client/tests/kvm/tests/balloon_check.py View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M client/tests/kvm/tests/boot.py View 1 2 2 chunks +9 lines, -16 lines 0 comments Download
M client/tests/kvm/tests/boot_savevm.py View 1 2 3 chunks +8 lines, -9 lines 0 comments Download
M client/tests/kvm/tests/build.py View 1 2 2 chunks +12 lines, -600 lines 0 comments Download
A client/tests/kvm/tests/clock_getres.py View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A client/tests/kvm/tests/enospc.py View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/ethtool.py View 1 2 7 chunks +62 lines, -53 lines 0 comments Download
M client/tests/kvm/tests/file_transfer.py View 1 2 5 chunks +25 lines, -26 lines 0 comments Download
M client/tests/kvm/tests/guest_s4.py View 1 2 4 chunks +23 lines, -25 lines 0 comments Download
M client/tests/kvm/tests/guest_test.py View 1 2 3 chunks +19 lines, -25 lines 0 comments Download
A client/tests/kvm/tests/image_copy.py View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/iofuzz.py View 1 2 5 chunks +17 lines, -19 lines 0 comments Download
M client/tests/kvm/tests/ioquit.py View 1 2 2 chunks +9 lines, -16 lines 0 comments Download
M client/tests/kvm/tests/iozone_windows.py View 1 2 3 chunks +5 lines, -7 lines 0 comments Download
M client/tests/kvm/tests/jumbo.py View 1 2 4 chunks +6 lines, -9 lines 0 comments Download
A client/tests/kvm/tests/kdump.py View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/ksm_overcommit.py View 1 2 24 chunks +79 lines, -88 lines 0 comments Download
M client/tests/kvm/tests/linux_s3.py View 1 2 3 chunks +8 lines, -14 lines 0 comments Download
M client/tests/kvm/tests/mac_change.py View 1 2 3 chunks +10 lines, -15 lines 0 comments Download
M client/tests/kvm/tests/migration.py View 1 2 4 chunks +16 lines, -21 lines 0 comments Download
A client/tests/kvm/tests/migration_multi_host.py View 1 2 1 chunk +107 lines, -0 lines 0 comments Download
A client/tests/kvm/tests/migration_with_file_transfer.py View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A client/tests/kvm/tests/migration_with_reboot.py View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A client/tests/kvm/tests/module_probe.py View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/multicast.py View 1 2 4 chunks +14 lines, -15 lines 0 comments Download
M client/tests/kvm/tests/netperf.py View 1 2 5 chunks +26 lines, -23 lines 0 comments Download
A client/tests/kvm/tests/nic_bonding.py View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A client/tests/kvm/tests/nic_hotplug.py View 1 2 1 chunk +144 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/nic_promisc.py View 1 2 6 chunks +45 lines, -33 lines 0 comments Download
M client/tests/kvm/tests/nicdriver_unload.py View 1 2 6 chunks +17 lines, -28 lines 0 comments Download
M client/tests/kvm/tests/pci_hotplug.py View 1 2 8 chunks +61 lines, -25 lines 0 comments Download
M client/tests/kvm/tests/physical_resources_check.py View 1 2 9 chunks +29 lines, -27 lines 0 comments Download
M client/tests/kvm/tests/ping.py View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M client/tests/kvm/tests/pxe.py View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M client/tests/kvm/tests/qemu_img.py View 1 2 6 chunks +123 lines, -9 lines 0 comments Download
M client/tests/kvm/tests/qmp_basic.py View 1 2 4 chunks +31 lines, -19 lines 0 comments Download
A client/tests/kvm/tests/qmp_basic_rhel6.py View 1 2 1 chunk +389 lines, -0 lines 0 comments Download
A client/tests/kvm/tests/set_link.py View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/shutdown.py View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M client/tests/kvm/tests/stepmaker.py View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M client/tests/kvm/tests/steps.py View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M client/tests/kvm/tests/stress_boot.py View 1 2 2 chunks +25 lines, -38 lines 0 comments Download
M client/tests/kvm/tests/timedrift.py View 1 2 8 chunks +15 lines, -16 lines 0 comments Download
M client/tests/kvm/tests/timedrift_with_migration.py View 1 2 5 chunks +21 lines, -22 lines 0 comments Download
M client/tests/kvm/tests/timedrift_with_reboot.py View 1 2 5 chunks +20 lines, -19 lines 0 comments Download
M client/tests/kvm/tests/timedrift_with_stop.py View 1 2 5 chunks +19 lines, -18 lines 0 comments Download
M client/tests/kvm/tests/unattended_install.py View 1 2 2 chunks +49 lines, -38 lines 0 comments Download
M client/tests/kvm/tests/unittest.py View 1 2 5 chunks +16 lines, -16 lines 0 comments Download
M client/tests/kvm/tests/unittest_kvmctl.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/tests/virtio_console.py View 1 2 22 chunks +809 lines, -437 lines 0 comments Download
M client/tests/kvm/tests/vlan.py View 1 2 8 chunks +35 lines, -45 lines 0 comments Download
A client/tests/kvm/tests/vmstop.py View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M client/tests/kvm/tests/whql_client_install.py View 1 2 6 chunks +41 lines, -25 lines 0 comments Download
M client/tests/kvm/tests/whql_submission.py View 1 2 4 chunks +157 lines, -70 lines 0 comments Download
M client/tests/kvm/tests/yum_update.py View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M client/tests/kvm/tests_base.cfg.sample View 1 2 53 chunks +877 lines, -449 lines 0 comments Download
M client/tests/kvm/unattended/Fedora-13.ks View 1 2 1 chunk +1 line, -1 line 0 comments Download
A client/tests/kvm/unattended/Fedora-14.ks View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
M client/tests/kvm/unattended/RHEL-5-series.ks View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A client/tests/kvm/unattended/RHEL-6-series.ks View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
M client/tests/kvm/unattended/win2000-32.sif View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/unattended/win2003-32.sif View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/unattended/win2003-64.sif View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/unattended/win2008-32-autounattend.xml View 1 2 2 chunks +1 line, -16 lines 0 comments Download
M client/tests/kvm/unattended/win2008-64-autounattend.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/unattended/win2008-r2-autounattend.xml View 1 2 2 chunks +1 line, -15 lines 0 comments Download
M client/tests/kvm/unattended/win7-32-autounattend.xml View 1 2 2 chunks +2 lines, -16 lines 0 comments Download
M client/tests/kvm/unattended/win7-64-autounattend.xml View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M client/tests/kvm/unattended/winvista-32-autounattend.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/unattended/winvista-64-autounattend.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/kvm/unattended/winxp32.sif View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M client/tests/kvm/unattended/winxp64.sif View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M client/tests/tbench/tbench.py View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M client/tests/tracing_microbenchmark/tracers.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/tests/unixbench/Makefile.patch View 1 2 2 chunks +25 lines, -3 lines 0 comments Download
M client/tests/unixbench/unixbench.py View 1 2 2 chunks +10 lines, -2 lines 0 comments Download
A client/tests/unixbench5/Makefile.patch View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A client/tests/unixbench5/control View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A client/tests/unixbench5/unixbench-5.1.3.tgz View 1 2 Binary file 0 comments Download
A client/tests/unixbench5/unixbench5.py View 1 2 1 chunk +251 lines, -0 lines 0 comments Download
M client/tools/autotest View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
A conmux/drivers/dli-lpc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A conmux/drivers/fence_apc_snmp.py View 1 2 1 chunk +370 lines, -0 lines 0 comments Download
M conmux/drivers/module.mk View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A conmux/examples/apc_snmp.cf View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M conmux/start View 1 2 1 chunk +1 line, -1 line 0 comments Download
A frontend/afe/resources_test.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A frontend/client/gwt_dir View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M frontend/client/src/autotest/EmbeddedTkoClient.gwt.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M frontend/migrations/062_drone_sets_unique.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A frontend/planner/control_file_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A frontend/planner/execution_engine_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A frontend/planner/rpc_interface_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A frontend/planner/rpc_utils_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M frontend/tko/common.py View 1 2 1 chunk +0 lines, -16 lines 0 comments Download
A frontend/tko/resources_test.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A frontend/tko/rpc_interface_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M global_config.ini View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scheduler/drone_manager.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M scheduler/drones.py View 1 2 3 chunks +12 lines, -1 line 0 comments Download
M scheduler/metahost_scheduler.py View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M scheduler/monitor_db.py View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M server/autoserv View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M server/autoserv_parser.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M server/autotest.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M server/autotest_unittest.py View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M server/base_utils.py View 1 2 1 chunk +11 lines, -29 lines 0 comments Download
M server/base_utils_unittest.py View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M server/control_segments/cleanup View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M server/control_segments/client_wrapper View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M server/control_segments/crashdumps View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M server/control_segments/crashinfo View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M server/control_segments/install View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M server/hosts/abstract_ssh.py View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M server/hosts/factory.py View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M server/hosts/logfile_monitor.py View 1 2 2 chunks +8 lines, -18 lines 0 comments Download
M server/hosts/remote.py View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M server/hosts/serial.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M server/prebuild.py View 1 2 2 chunks +1 line, -1 line 0 comments Download
M server/server_job.py View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M server/standalone_profiler.py View 1 2 2 chunks +2 lines, -1 line 0 comments Download
A server/tests/barriertest_2client/control.srv View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
M server/tests/netperf2/netperf2.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
A tko/job_serializer.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A tko/job_serializer_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M tko/parsers/version_1.py View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M tko/parsers/version_1_unittest.py View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M utils/check_patch.py View 1 2 15 chunks +65 lines, -36 lines 0 comments Download
M utils/external_packages.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M utils/run_pylint.py View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M utils/test_importer.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M utils/unittest_suite.py View 1 2 5 chunks +27 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ericli
The test is not finished yet and it will take a while to finish. But ...
9 years, 10 months ago (2011-02-02 00:34:29 UTC) #1
ericli
I had passed BVT test.
9 years, 10 months ago (2011-02-02 18:43:50 UTC) #2
DaleCurtis
LGTM so long as it passed USE=buildcheck emerge. I don't see anything different from the ...
9 years, 10 months ago (2011-02-03 18:06:58 UTC) #3
DaleCurtis
http://codereview.chromium.org/6246035/diff/1104/cli/job.py File cli/job.py (right): http://codereview.chromium.org/6246035/diff/1104/cli/job.py#newcode614 cli/job.py:614: # it uses a different API function and it ...
9 years, 10 months ago (2011-02-03 18:07:32 UTC) #4
ericli
http://codereview.chromium.org/6246035/diff/1104/cli/job.py File cli/job.py (right): http://codereview.chromium.org/6246035/diff/1104/cli/job.py#newcode614 cli/job.py:614: # it uses a different API function and it ...
9 years, 10 months ago (2011-02-03 19:18:35 UTC) #5
ericli
9 years, 10 months ago (2011-02-03 20:08:17 UTC) #6
I will push it as soon as the tree is opened again. and keep an close eye on
the PFQ.

On Thu, Feb 3, 2011 at 11:18 AM, <ericli@chromium.org> wrote:

>
> http://codereview.chromium.org/6246035/diff/1104/cli/job.py
> File cli/job.py (right):
>
> http://codereview.chromium.org/6246035/diff/1104/cli/job.py#newcode614
> cli/job.py:614: # it uses a different API function and it breaks
> create_job()
> my understanding this will only affect atest job clone, which we are not
> using and its not tested ever.
>
>
> On 2011/02/03 18:07:32, dalec wrote:
>
>> Will this effect Paul's changes?
>>
>
> http://codereview.chromium.org/6246035/
>



-- 
Eric Li
李咏竹
Google Kirkland

Powered by Google App Engine
This is Rietveld 408576698