Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestChtimes (0.14 sec)

  1. src/os/os_test.go

    // On NFS, timings can be off due to caching of meta-data on
    // NFS servers (Issue 848).
    func TestChtimes(t *testing.T) {
    	t.Parallel()
    
    	f := newFile("TestChtimes", t)
    	defer Remove(f.Name())
    
    	f.Write([]byte("hello, world\n"))
    	f.Close()
    
    	testChtimes(t, f.Name())
    }
    
    func TestChtimesWithZeroTimes(t *testing.T) {
    	file := newFile("chtimes-with-zero", t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top