Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDebugLinesConvert (1.21 sec)

  1. src/cmd/compile/internal/ssa/debug_lines_test.go

    			// Unified mangles differently
    			fn = "(*List[go.shape.int]).PushBack"
    		}
    		testDebugLines(t, "-N -l", "pushback.go", fn, []int{17, 18, 19, 20, 21, 22, 24}, true)
    	}
    }
    
    func TestDebugLinesConvert(t *testing.T) {
    	unixOnly(t)
    
    	switch testGoArch() {
    	default:
    		t.Skip("skipped for many architectures")
    
    	case "arm64", "amd64": // register ABI
    		fn := "G[go.shape.int_0]"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:24:52 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top