• Marvin Stenger's avatar
    bytes: skip inline test by default · 8c49c06b
    Marvin Stenger authored
    The test "TestTryGrowByResliceInlined" introduced in c08ac367 broke the
    noopt builder as it fails when inlining is disabled.
    Since there are currently no other options at hand for checking
    inlined-ness other than looking at emited symbols of the compilation,
    we for now skip the problem causing test by default and only run
    it on one specific builder ("linux-amd64").
    Also see CL 42813, which introduced the test and contains comments
    suggesting this temporary solution.
    
    Change-Id: I3978ab0831da04876cf873d78959f821c459282b
    Reviewed-on: https://go-review.googlesource.com/42820Reviewed-by: 's avatarJosh Bleecher Snyder <josharian@gmail.com>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    8c49c06b
buffer_test.go 15.5 KB