Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDebugLinesDefault (0.35 sec)

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

    		t.Skip("this test depends on creating a file with a wonky name, only works for sure on Linux and Darwin")
    	}
    }
    
    // testDebugLinesDefault removes the first wanted statement on architectures that are not (yet) register ABI.
    func testDebugLinesDefault(t *testing.T, gcflags, file, function string, wantStmts []int, ignoreRepeats bool) {
    	unixOnly(t)
    	if !hasRegisterABI() {
    		wantStmts = wantStmts[1:]
    	}
    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