Revert of Add debug symbols to all generated .isolate. (patchset #1 id:420001 of...
commit29ea88c651e6bd8656713cfc2a8f88eff267518d
authorthakis <thakis@chromium.org>
Thu, 17 Sep 2015 03:16:53 +0000 (16 20:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 17 Sep 2015 03:17:40 +0000 (17 03:17 +0000)
tree0691677dffe50c870ca21d0d31d311bfbb849b68
parente420a141f7474151d61640089ff91c4e32fb8aae
Revert of Add debug symbols to all generated .isolate. (patchset #1 id:420001 of https://codereview.chromium.org/1245703002/ )

Reason for revert:
Speculative, possibly caused "dyld: Library not loaded: @rpath/libchrome_main_dll.dylib" test failures in http://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20%28dbg%29/builds/11859

Original issue's description:
> Add debug symbols to all generated .isolate.
>
> This will increase the amount of data being uploaded by a ~2x factor or so.
> Debug symbols are usually larger than the executable itself on pretty much all
> toolsets but generally have the advantage of being highly compressible. The
> increase of data not a problem anymore with isolate-go. There will be a small
> increase of latency but it should be bearable, especially by the gain of
> enabling stack traces to work for isolated tests on Swarming.
>
> R=jam@chromium.org
> BUG=98637
> CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
>
> Committed: https://crrev.com/8125ce3c695e6d8c02f3b51b16d49e17e7934bb4
> Cr-Commit-Position: refs/heads/master@{#349231}

TBR=jam@chromium.org,kbr@chromium.org,maruel@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=98637

Review URL: https://codereview.chromium.org/1354523002

Cr-Commit-Position: refs/heads/master@{#349342}
tools/isolate_driver.py