gotest.tools/gotestsum@v1.11.0/cmd/testdata/expected/panic-race-1-summary (about)

     1  
     2  === Failed
     3  === FAIL: github.com/mafredri/test  (0.00s)
     4  panic: test timed out after 1s
     5  running tests:
     6  	TestHello (1s)
     7  
     8  goroutine 33 [running]:
     9  testing.(*M).startAlarm.func1()
    10  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:2240 +0x3b9
    11  created by time.goFunc
    12  	/home/mafredri/sdk/go1.20rc1/src/time/sleep.go:176 +0x32
    13  
    14  goroutine 1 [runnable]:
    15  testing.(*T).Run(0xc000083040, {0x5be88c?, 0x4ce6c5?}, 0x6072a0)
    16  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:1629 +0x405
    17  testing.runTests.func1(0x7438e0?)
    18  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:2035 +0x45
    19  testing.tRunner(0xc000083040, 0xc00025fc88)
    20  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:1575 +0x10b
    21  testing.runTests(0xc0000c0500?, {0x739320, 0x2, 0x2}, {0x0?, 0x100c0000ab938?, 0x743080?})
    22  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:2033 +0x489
    23  testing.(*M).Run(0xc0000c0500)
    24  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:1905 +0x63a
    25  main.main()
    26  	_testmain.go:49 +0x1aa
    27  
    28  goroutine 20 [runnable]:
    29  runtime.goexit1()
    30  	/home/mafredri/sdk/go1.20rc1/src/runtime/proc.go:3616 +0x54
    31  runtime.goexit()
    32  	/home/mafredri/sdk/go1.20rc1/src/runtime/asm_amd64.s:1599 +0x6
    33  created by testing.(*T).Run
    34  	/home/mafredri/sdk/go1.20rc1/src/testing/testing.go:1628 +0x3ea
    35  FAIL	github.com/mafredri/test	1.012s
    36  
    37  DONE 1 tests, 1 failure