]> Cypherpunks repositories - gostls13.git/commit
runtime: always rebuild in TestIntendedInlining
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 23 Aug 2017 13:58:47 +0000 (06:58 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 24 Aug 2017 05:07:40 +0000 (05:07 +0000)
commit5df1fe52fe7b909c925738e516feb54be712f2c1
treec38dce7392bc9d7509dfda66ac7bc1c08d672b31
parent9d3d370632ef56c1966afc67b796fa950cb347c5
runtime: always rebuild in TestIntendedInlining

This is necessary when you aren't actively changing the runtime. Oops.

Also, run the tests on the builders, to avoid silent failures (#17472).

Change-Id: I1fc03790cdbddddb07026a772137a79919dcaac7
Reviewed-on: https://go-review.googlesource.com/58050
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/runtime_test.go