Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TEST_G0_STACK_OVERFLOW (0.64 sec)

  1. src/runtime/crash_test.go

    	testenv.MustHaveExec(t)
    
    	if runtime.GOOS == "ios" {
    		testenv.SkipFlaky(t, 62671)
    	}
    
    	if os.Getenv("TEST_G0_STACK_OVERFLOW") != "1" {
    		cmd := testenv.CleanCmdEnv(testenv.Command(t, os.Args[0], "-test.run=^TestG0StackOverflow$", "-test.v"))
    		cmd.Env = append(cmd.Env, "TEST_G0_STACK_OVERFLOW=1")
    		out, err := cmd.CombinedOutput()
    		t.Logf("output:\n%s", out)
    		// Don't check err since it's expected to crash.
    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