Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registerCgoTests (0.28 sec)

  1. src/cmd/dist/test.go

    			&goTest{
    				variant: "cpu10",
    				timeout: 120 * time.Second,
    				cpu:     "10",
    				pkg:     "sync",
    			})
    	}
    
    	const cgoHeading = "Testing cgo"
    	if t.cgoEnabled {
    		t.registerCgoTests(cgoHeading)
    	}
    
    	if goos == "wasip1" {
    		t.registerTest("wasip1 host tests",
    			&goTest{
    				variant:   "host",
    				pkg:       "runtime/internal/wasitest",
    				timeout:   1 * time.Minute,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top