• David Chase's avatar
    cmd/compile: disable flaky test · d9a05791
    David Chase authored
    The test is inherently racy and vulnerable to starvation,
    and within all.bash on some platforms that means it flakes.
    Test is kept because it can be useful standalone to verify
    behavior of GOEXPERIMENT=preeemptibleloops, and there is
    likely to be further development of this feature in the
    future.
    
    There's also some question as to why it is flaking, because
    though technically this is permitted, it's very odd in this
    simple case.
    
    Fixes #18589.
    
    Change-Id: Ia0dd9037285c4a03122da4012c96981c9cc43b60
    Reviewed-on: https://go-review.googlesource.com/35051
    Run-TryBot: David Chase <drchase@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
    d9a05791
issue10958.go 1.85 KB