Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SEH (0.02 sec)

  1. src/runtime/signal_windows_test.go

    		t.Fatalf("failure while running executable: %s\n%s", err, out)
    	}
    	var expectedOutput string
    	if runtime.GOARCH == "arm64" || runtime.GOARCH == "arm" {
    		// TODO: remove when windows/arm64 and windows/arm support SEH stack unwinding.
    		expectedOutput = "exceptionCount: 1\ncontinueCount: 1\nunhandledCount: 0\n"
    	} else {
    		expectedOutput = "exceptionCount: 1\ncontinueCount: 1\nunhandledCount: 1\n"
    	}
    	// cleaning output
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top