Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStackCheckOutput (0.23 sec)

  1. src/cmd/link/internal/ld/stackcheck_test.go

    package ld
    
    import (
    	"fmt"
    	"internal/testenv"
    	"os"
    	"regexp"
    	"strconv"
    	"testing"
    )
    
    // See also $GOROOT/test/nosplit.go for multi-platform edge case tests.
    
    func TestStackCheckOutput(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    	t.Parallel()
    
    	cmd := testenv.Command(t, testenv.GoToolPath(t), "build", "-o", os.DevNull, "./testdata/stackcheck")
    	// The rules for computing frame sizes on all of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:22:14 UTC 2022
    - 2.2K bytes
    - Viewed (0)
Back to top