Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTraceCgoCallback (0.19 sec)

  1. src/internal/trace/trace_test.go

    				t.Errorf("no match for %s TaskID=%d Args=%#v", ev.kind, ev.task, ev.args)
    			}
    		}
    	})
    }
    
    func TestTraceAnnotationsStress(t *testing.T) {
    	testTraceProg(t, "annotations-stress.go", nil)
    }
    
    func TestTraceCgoCallback(t *testing.T) {
    	testenv.MustHaveCGO(t)
    
    	switch runtime.GOOS {
    	case "plan9", "windows":
    		t.Skipf("cgo callback test requires pthreads and is not supported on %s", runtime.GOOS)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top