Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for testInstall (0.13 sec)

  1. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	// be running this test in a GOROOT owned by root.)
    	genHeader(t, "p.h", "./p")
    
    	testInstall(t, "./testp1"+exeSuffix,
    		filepath.Join(libgodir, libgoa),
    		filepath.Join(libgodir, "libgo.h"),
    		"go", "install", "-buildmode=c-archive", "./libgo")
    
    	// Test building libgo other than installing it.
    	// Header files are now present.
    	testInstall(t, "./testp2"+exeSuffix, "libgo.a", "libgo.h",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  2. cni/test/install_k8s_test.go

    	// Must set chainedCNIPlugin to true if delayedConfFile is specified
    	delayedConfFile        string
    	expectedOutputFile     string
    	expectedPostCleanFile  string
    	cniConfDirOrderedFiles []string
    }
    
    func TestInstall(t *testing.T) {
    	testDataDir := env.IstioSrc + "/cni/test/testdata"
    	cases := []testCase{
    		{
    			name:                   "File with pre-plugins--.conflist",
    			chainedCNIPlugin:       true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 27 18:01:48 UTC 2022
    - 8K bytes
    - Viewed (0)
  3. maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/RepositorySystemTest.java

            // List<MetadataResult> resolveMetadata( RepositorySystemSession session,
            //                                      Collection<? extends MetadataRequest> requests );
        }
    
        @Test
        void testInstall() throws Exception {
            // InstallResult install( RepositorySystemSession session, InstallRequest request )
            //                throws InstallationException;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top