]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: skip flaky TestWindowsStackMemoryCgo
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 4 Nov 2017 01:06:23 +0000 (12:06 +1100)
committerRuss Cox <rsc@golang.org>
Sat, 4 Nov 2017 03:10:01 +0000 (03:10 +0000)
Updates #22575

Change-Id: I1f848768934b7024d2ef01db13b9003e9ca608a0
Reviewed-on: https://go-review.googlesource.com/76030
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/crash_cgo_test.go

index 434dd58ac3be0c055edbb76af2f1372b507d4c7c..a4f4dd606d3fb4891b57887dbc3543bc5ab05fc1 100644 (file)
@@ -468,5 +468,6 @@ func TestWindowsStackMemoryCgo(t *testing.T) {
        if runtime.GOOS != "windows" {
                t.Skip("skipping windows specific test")
        }
+       testenv.SkipFlaky(t, 22575)
        testWindowsStackMemory(t, runTestProg(t, "testprogcgo", "StackMemory"))
 }