Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for for_tests (0.14 sec)

  1. src/cmd/cgo/internal/testshared/shared_test.go

    func cloneGOROOTDeps(goroot string) error {
    	// Before we clone GOROOT, figure out which packages we need to copy over.
    	listArgs := []string{
    		"list",
    		"-deps",
    		"-f", "{{if and .Standard (not .ForTest)}}{{.ImportPath}}{{end}}",
    	}
    	stdDeps := goCmd(nil, append(listArgs, minpkgs...)...)
    	testdataDeps := goCmd(nil, append(listArgs, "-test", "./...")...)
    
    	pkgs := append(strings.Split(strings.TrimSpace(stdDeps), "\n"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	    ConflictDir    string   // this directory shadows Dir in $GOPATH
    //	    BinaryOnly     bool     // binary-only package (no longer supported)
    //	    ForTest        string   // package is only for use in named test
    //	    Export         string   // file containing export data (when using -export)
    //	    BuildID        string   // build ID of the compiled package (when using -export)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. RELEASE.md

    ## Breaking Changes
    
    *   Due to security issues in TF 2.8, all boosted trees code has now been removed (after being deprecated in TF 2.8). Users should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
    *   Build, Compilation and Packaging
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top