Closed GoogleCodeExporter closed 9 years ago
vadimsh@ debugged the above with me and the realization that we came to is that
the only reason isolates are working for the current Chrome tests on Windows is
that they're all invoking .../testing/test_env.py as the command, causing
run_isolated to manually inject the Python executable as the "real" command and
sidestepping this bug with relative paths.
Original comment by kbr@chromium.org
on 17 Jan 2014 at 8:03
Original comment by vadimsh@chromium.org
on 17 Jan 2014 at 8:12
Ok, fix is here: https://codereview.appspot.com/53850043/
I'll wait for canary to run a cycle.
Should I roll DEPs for this or it can wait (and be bundled with other changes)?
wdyt?
Original comment by vadimsh@chromium.org
on 17 Jan 2014 at 9:21
I'm in the process of working around the issue in the GPU isolates, and am
definitely going to land those changes. But the sooner this can land, the
sooner we can delete that workaround.
Original comment by kbr@chromium.org
on 17 Jan 2014 at 9:37
Original comment by kbr@chromium.org
on 17 Jan 2014 at 11:19
On second thought, since I'm still testing the GPU isolate workarounds, I'll
probably just wait for the swarming_client DEPS roll to land.
Original comment by kbr@chromium.org
on 17 Jan 2014 at 11:20
Rolled to chromium at 245701.
Original comment by vadimsh@chromium.org
on 18 Jan 2014 at 2:14
Original issue reported on code.google.com by
kbr@chromium.org
on 17 Jan 2014 at 8:01