Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for abac_test (0.36 sec)

  1. pkg/auth/authorizer/abac/abac_test.go

    				k, tc.ExpectMatch, actualMatch)
    		}
    	}
    }
    
    func newWithContents(t *testing.T, contents string) (PolicyList, error) {
    	f, err := ioutil.TempFile("", "abac_test")
    	if err != nil {
    		t.Fatalf("unexpected error creating policyfile: %v", err)
    	}
    	f.Close()
    	defer os.Remove(f.Name())
    
    	if err := ioutil.WriteFile(f.Name(), []byte(contents), 0700); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 40K bytes
    - Viewed (0)
  2. plugin/pkg/auth/authorizer/rbac/rbac_test.go

    Jordan Liggitt <******@****.***> 1569333992 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 21.1K bytes
    - Viewed (0)
  3. src/crypto/hmac/hmac_test.go

    Katie Hockman <******@****.***> 1605724216 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 18 18:38:14 UTC 2020
    - 21.8K bytes
    - Viewed (0)
  4. pkg/adsc/adsc_test.go

    Xiaopeng Han <******@****.***> 1703025762 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  5. src/reflect/abi_test.go

    Russ Cox <******@****.***> 1643591623 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 26.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    //   when launching the sub-process.  This means that the user must
    //   invoke the test program via a path that contains at least one
    //   path separator (e.g. path/to/foo_test and
    //   /absolute/path/to/bar_test are fine, but foo_test is not).  This
    //   is rarely a problem as people usually don't put the test binary
    //   directory in PATH.
    //
    // TODO(******@****.***): make thread-safe death tests search the PATH.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-death-test.h

    //   when launching the sub-process.  This means that the user must
    //   invoke the test program via a path that contains at least one
    //   path separator (e.g. path/to/foo_test and
    //   /absolute/path/to/bar_test are fine, but foo_test is not).  This
    //   is rarely a problem as people usually don't put the test binary
    //   directory in PATH.
    //
    // TODO(******@****.***): make thread-safe death tests search the PATH.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top