Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running tool: Go Test
- Using makefile:
- /home/orfjackal/devel/gospec/hello-world-template/Makefile
- rm -f _test/hello.a
- 6g -p hello -o _gotest_.6 hello.go all_specs_test.go hello_test.go
- rm -f _test/hello.a
- gopack grc _test/hello.a _gotest_.6
- panic: foo
- goroutine 4 [running]:
- hello._func_001()
- /home/orfjackal/devel/gospec/hello-world-template/hello_test.go:10 +0x47
- created by hello.HelloSpec
- /home/orfjackal/devel/gospec/hello-world-template/hello_test.go:11 +0x49
- goroutine 1 [chan receive]:
- testing.RunTests(0x400c00, 0x524ec8, 0x100000001, 0x1, 0xf84001c088, ...)
- /home/orfjackal/go/src/pkg/testing/testing.go:254 +0x6e7
- testing.Main(0x400c00, 0x524ec8, 0x100000001, 0x531c18, 0x0, ...)
- /home/orfjackal/go/src/pkg/testing/testing.go:201 +0x62
- main.main()
- /home/orfjackal/devel/gospec/hello-world-template/_testmain.go:29 +0x91
- goroutine 2 [runnable]:
- gospec.(*Runner).processNextFinishedTask(0xf840018630, 0x468601)
- /home/orfjackal/devel/gospec/src/gospec/runner.go:77 +0x32
- gospec.(*Runner).startNewTasksAndWaitUntilFinished(0xf840018630, 0x42c624)
- /home/orfjackal/devel/gospec/src/gospec/runner.go:57 +0x3c
- gospec.(*Runner).Run(0xf840018630, 0xf840002400)
- /home/orfjackal/devel/gospec/src/gospec/runner.go:46 +0x33
- gospec.runAndPrint(0xf840018630, 0x416d54, 0x416d4f, 0xf840018630)
- /home/orfjackal/devel/gospec/src/gospec/main.go:54 +0xa0
- gospec.MainGoTest(0xf840018630, 0xf84001e3c0, 0xf840018630, 0x419105)
- /home/orfjackal/devel/gospec/src/gospec/main.go:39 +0x25
- hello.TestAllSpecs(0xf84001e3c0, 0x100000000)
- /home/orfjackal/devel/gospec/hello-world-template/all_specs_test.go:11 +0x50
- testing.tRunner(0xf84001e3c0, 0x524ec8, 0x0, 0x0)
- /home/orfjackal/go/src/pkg/testing/testing.go:188 +0x38
- created by testing.RunTests
- /home/orfjackal/go/src/pkg/testing/testing.go:253 +0x6c7
- gotest: "./6.out" failed: exit status 2
- make: *** [test] Error 2
- Exited: 512
Advertisement
Add Comment
Please, Sign In to add comment