aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_windows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/syscall_windows_test.go')
-rw-r--r--src/runtime/syscall_windows_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/syscall_windows_test.go b/src/runtime/syscall_windows_test.go
index dcd390ff9d..034a1d84db 100644
--- a/src/runtime/syscall_windows_test.go
+++ b/src/runtime/syscall_windows_test.go
@@ -628,6 +628,9 @@ func TestOutputDebugString(t *testing.T) {
}
func TestRaiseException(t *testing.T) {
+ if testenv.Builder() == "windows-amd64-2012" {
+ testenv.SkipFlaky(t, 49681)
+ }
o := runTestProg(t, "testprog", "RaiseException")
if strings.Contains(o, "RaiseException should not return") {
t.Fatalf("RaiseException did not crash program: %v", o)