Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCgoCrashTracebackGo (0.16 sec)

  1. src/runtime/crash_cgo_test.go

    	for i := 1; i <= 3; i++ {
    		if !strings.Contains(got, fmt.Sprintf("cgo symbolizer:%d", i)) {
    			t.Errorf("missing cgo symbolizer:%d", i)
    		}
    	}
    }
    
    func TestCgoCrashTracebackGo(t *testing.T) {
    	t.Parallel()
    	switch platform := runtime.GOOS + "/" + runtime.GOARCH; platform {
    	case "darwin/amd64":
    	case "linux/amd64":
    	case "linux/arm64":
    	case "linux/ppc64le":
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 16:44:47 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top