• Elias Naur's avatar
    misc/ios: serialize iOS execution · f045ca8d
    Elias Naur authored
    The iOS exec wrapper use complicated machinery to run a iOS binary
    on a device.
    Running several binaries concurrently doesn't work (reliably), which
    can break tests running concurrently. For my setup, the
    runtime:cpu124 and sync_cpu tests can't run reliably without one of them
    crashing.
    
    Add a file lock to the exec wrapper to serialize execution.
    
    Fixes #14318 (for me)
    
    Change-Id: I023610e014b327f8d66f1d2fd2e54dd0e56f2be0
    Reviewed-on: https://go-review.googlesource.com/21074Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
    f045ca8d
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...