Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGCTestMoveStackOnNextCall (0.34 sec)

  1. src/runtime/gc_test.go

    	want := "found pointer to free object"
    	if !strings.Contains(got, want) {
    		t.Fatalf("expected %q in output, but got %q", want, got)
    	}
    }
    
    func TestGCTestMoveStackOnNextCall(t *testing.T) {
    	t.Parallel()
    	var onStack int
    	// GCTestMoveStackOnNextCall can fail in rare cases if there's
    	// a preemption. This won't happen many times in quick
    	// succession, so just retry a few times.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top