Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSehUnwindPanic (0.17 sec)

  1. src/runtime/runtime-seh_windows_test.go

    		"runtime_test.sehf3", "runtime_test.TestSehUnwind"})
    }
    
    func TestSehUnwindPanic(t *testing.T) {
    	if runtime.GOARCH != "amd64" {
    		t.Skip("skipping amd64-only test")
    	}
    	want := []string{"runtime_test.sehCallers", "runtime_test.TestSehUnwindPanic.func1", "runtime.gopanic",
    		"runtime_test.sehf4", "runtime_test.sehf3", "runtime_test.TestSehUnwindPanic"}
    	defer func() {
    		if r := recover(); r == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 16:52:06 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top