Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 480 for testOk (0.32 sec)

  1. src/runtime/race/testdata/sync_test.go

    	c := make(chan bool, 2)
    	x := 0
    	_ = x
    	time.AfterFunc(1e7, func() {
    		x = 1
    		c <- true
    	})
    	time.AfterFunc(2e7, func() {
    		x = 2
    		c <- true
    	})
    	<-c
    	<-c
    }
    
    // This test's output is intended to be
    // observed manually. One should check
    // that goroutine creation stack is
    // comprehensible.
    func TestRaceGoroutineCreationStack(t *testing.T) {
    	var x int
    	_ = x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 10 15:05:17 UTC 2020
    - 3K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/extractor/image/test.jpg

    test.jpg...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Jan 21 05:12:12 UTC 2016
    - 653 bytes
    - Viewed (0)
  3. fess-crawler/src/test/resources/extractor/msoffice/test.docx

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 12.9K bytes
    - Viewed (0)
  4. fess-crawler/src/test/resources/extractor/msoffice/test.xlsx

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 9.6K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/ooo/test.ods

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 9.2K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/reflect/test.txt

    ronshapiro <******@****.***> 1493156110 -0700
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 26 14:31:13 UTC 2017
    - 45 bytes
    - Viewed (0)
  7. src/cmd/distpack/test.go

    				log.Fatalf("unexpected source archive file: %s (generated by dist)", f.Name)
    			}
    		}
    	}
    }
    
    func testZip(a *Archive) { test("binary", a, zipRules) }
    func testMod(a *Archive) { test("module", a, modRules) }
    
    func test(kind string, a *Archive, rules []testRule) {
    	ok := true
    	have := make([]bool, len(rules))
    	for _, f := range a.Files {
    		for i, r := range rules {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 01 22:29:19 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  8. src/cmd/internal/test2json/testdata/frame.test

    Russ Cox <******@****.***> 1665692026 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 163 bytes
    - Viewed (0)
  9. src/cmd/internal/test2json/testdata/framebig.test

    Russ Cox <******@****.***> 1665692026 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  10. src/cmd/internal/test2json/testdata/issue29755.test

        foo_test.go:22: output from root test
        foo_test.go:27: output from root test
        --- PASS: TestOutputWithSubtest/sub_test2 (0.00s)
            foo_test.go:21: output from sub test2
            foo_test.go:23: more output from sub test2
            foo_test.go:28: more output from sub test2
            --- PASS: TestOutputWithSubtest/sub_test2/sub2 (0.00s)
                foo_test.go:26: output from sub2 test
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 1.1K bytes
    - Viewed (0)
Back to top