|
|
Created:
5 years, 11 months ago by Nico Modified:
5 years, 10 months ago CC:
chromium-reviews, cbentzel+watch_chromium.org, Paweł Hajdan Jr., M-A Ruel, bratell1, dewittj Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptionwin: make browser_tests work locally (yes, really)
Apparently nobody has tried to run them locally in months.
BUG=452130
TBR=eroman@chromium.org
Committed: https://crrev.com/39cd21120a27c8d3676a84e10637176c8cc69540
Cr-Commit-Position: refs/heads/master@{#313976}
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #
Total comments: 1
Messages
Total messages: 37 (14 generated)
thakis@chromium.org changed reviewers: + eroman@chromium.org, scottmg@chromium.org
lgtm
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/20001
[ I never run them locally w/o --gtest_filter=Something.Failing 'cuz they take toooooooooooooo long these days. :( ]
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
TBR'ing eroman Even with --gtest_filter they're broken, if your filtered test happens to start up a test server. But yeah, I think browser_tests don't all pass locally on OS X either :-/
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/20001
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...) win_chromium_x64_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
scottmg, eroman: Ok, please take another look at patch set 3. This now calls cmd /c python -c 'import sys; print sys.executable' to find the python executable, and then returns the path of that. I couldn't find a way to force cmd into a certain codepage though, so this assumes that cmd's output is ascii (which in general isn't true).
LGTM. Looks like the same technique is used for GN and GYP
lgtm, thanks for persevering. https://codereview.chromium.org/876633004/diff/40001/net/test/python_utils.cc File net/test/python_utils.cc (right): https://codereview.chromium.org/876633004/diff/40001/net/test/python_utils.cc... net/test/python_utils.cc:123: // This does only work if cmd.exe doesn't use a non-US codepage. It think it'd only fail if depot_tools src is in a non-ASCII path, which realistically is not likely to work with many of our tools.
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/876633004/40001
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/39cd21120a27c8d3676a84e10637176c8cc69540 Cr-Commit-Position: refs/heads/master@{#313976} |