Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSehUnwind (0.11 sec)

  1. src/runtime/runtime-seh_windows_test.go

    		t.Fatalf("wanted %v, got %v", want, got)
    	}
    }
    
    func TestSehUnwind(t *testing.T) {
    	if runtime.GOARCH != "amd64" {
    		t.Skip("skipping amd64-only test")
    	}
    	pcs := sehf3(false)
    	testSehCallersEqual(t, pcs, []string{"runtime_test.sehCallers", "runtime_test.sehf4",
    		"runtime_test.sehf3", "runtime_test.TestSehUnwind"})
    }
    
    func TestSehUnwindPanic(t *testing.T) {
    	if runtime.GOARCH != "amd64" {
    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