Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTracebackRuntimeFunction (0.58 sec)

  1. src/runtime/crash_test.go

    		t.Errorf("output did not contain expected string %q", want)
    	}
    }
    
    func TestTracebackRuntimeFunction(t *testing.T) {
    	testenv.MustHaveExec(t)
    	cmd := testenv.CleanCmdEnv(exec.Command(os.Args[0], "-test.run=TestTracebackRuntimeFunction"))
    	cmd.Env = append(cmd.Env, "GO_TEST_RUNTIME_NPE_READMEMSTATS=1")
    	out, err := cmd.CombinedOutput()
    	t.Logf("%s", out)
    	if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 19:46:10 UTC 2024
    - 27K bytes
    - Viewed (0)
Back to top