Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for abihash (0.07 sec)

  1. src/runtime/map_test.go

    func TestMemHashGlobalSeed(t *testing.T) {
    	if os.Getenv("GO_TEST_SUBPROCESS_HASH") != "" {
    		fmt.Println(computeHash())
    		os.Exit(0)
    		return
    	}
    
    	testenv.MustHaveExec(t)
    
    	// aeshash and memhashFallback use separate per-process seeds, so test
    	// both.
    	t.Run("aes", func(t *testing.T) {
    		if !*runtime.UseAeshash {
    			t.Skip("No AES")
    		}
    
    		h1 := subprocessHash(t, "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 33.5K bytes
    - Viewed (0)
Back to top