Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for consistency (0.18 sec)

  1. src/net/http/transport_test.go

    // a client doing two subsequent requests could end up on different
    // connections. It's somewhat harmless but enough tests assume it's
    // not true in order to test other things that it's worth fixing.
    // Plus it's nice to be consistent and not have timing-dependent
    // behavior.
    func TestTransportReuseConnEmptyResponseBody(t *testing.T) {
    	run(t, testTransportReuseConnEmptyResponseBody)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    	if method.String() != "<func() Value>" {
    		t.Errorf("ValueOf(Impl{}).Method(0).String() = %q, want %q", method.String(), "<func() Value>")
    	}
    }
    
    func TestInvalid(t *testing.T) {
    	// Used to have inconsistency between IsValid() and Kind() != Invalid.
    	type T struct{ v any }
    
    	v := ValueOf(T{}).Field(0)
    	if v.IsValid() != true || v.Kind() != Interface {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Particles of Spirit of Salt compose Mercury sublimate, and with the Particles of Sulphur, compose Cinnaber; and that the Particles of Spirit of Wine and Spirit of Urine well rectified unite, and letting go the Water which dissolved them, compose a consistent Body; and that in subliming Cinnaber from Salt of Tartar, or from quick Lime, the Sulphur by a stronger Attraction of the Salt or Lime lets go the Mercury, and stays with the fix'd Body; and that when Mercury sublimate is sublimed from Antimony,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top