1. 15 Jun, 2016 5 commits
  2. 14 Jun, 2016 7 commits
  3. 13 Jun, 2016 4 commits
  4. 12 Jun, 2016 2 commits
  5. 11 Jun, 2016 1 commit
  6. 10 Jun, 2016 5 commits
  7. 09 Jun, 2016 9 commits
  8. 08 Jun, 2016 6 commits
  9. 07 Jun, 2016 1 commit
    • Keith Randall's avatar
      cmd/compile: fix heap dump test on android · 41dd1696
      Keith Randall authored
      go_android_exec is looking for "exitcode=" to decide the result
      of running a test.  The heap dump test nondeterministically prints
      "finalized" right at the end of the test.  When the timing is just
      right, we print "finalizedexitcode=0" and confuse go_android_exec.
      
      This failure happens occasionally on the android builders.
      
      Change-Id: I4f73a4db05d8f40047ecd3ef3a881a4ae3741e26
      Reviewed-on: https://go-review.googlesource.com/23861
      Run-TryBot: Keith Randall <khr@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarDavid Crawshaw <crawshaw@golang.org>
      41dd1696