Guest User

Untitled

a guest
Nov 25th, 2011
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Running tool: Go Test
  2.  
  3. Using makefile:
  4. /home/orfjackal/devel/gospec/hello-world-template/Makefile
  5.  
  6. rm -f _test/hello.a
  7. 6g -p hello -o _gotest_.6 hello.go all_specs_test.go hello_test.go
  8. rm -f _test/hello.a
  9. gopack grc _test/hello.a _gotest_.6
  10. panic: foo
  11.  
  12. goroutine 4 [running]:
  13. hello._func_001()
  14. /home/orfjackal/devel/gospec/hello-world-template/hello_test.go:10 +0x47
  15. created by hello.HelloSpec
  16. /home/orfjackal/devel/gospec/hello-world-template/hello_test.go:11 +0x49
  17.  
  18. goroutine 1 [chan receive]:
  19. testing.RunTests(0x400c00, 0x524ec8, 0x100000001, 0x1, 0xf84001c088, ...)
  20. /home/orfjackal/go/src/pkg/testing/testing.go:254 +0x6e7
  21. testing.Main(0x400c00, 0x524ec8, 0x100000001, 0x531c18, 0x0, ...)
  22. /home/orfjackal/go/src/pkg/testing/testing.go:201 +0x62
  23. main.main()
  24. /home/orfjackal/devel/gospec/hello-world-template/_testmain.go:29 +0x91
  25.  
  26. goroutine 2 [runnable]:
  27. gospec.(*Runner).processNextFinishedTask(0xf840018630, 0x468601)
  28. /home/orfjackal/devel/gospec/src/gospec/runner.go:77 +0x32
  29. gospec.(*Runner).startNewTasksAndWaitUntilFinished(0xf840018630, 0x42c624)
  30. /home/orfjackal/devel/gospec/src/gospec/runner.go:57 +0x3c
  31. gospec.(*Runner).Run(0xf840018630, 0xf840002400)
  32. /home/orfjackal/devel/gospec/src/gospec/runner.go:46 +0x33
  33. gospec.runAndPrint(0xf840018630, 0x416d54, 0x416d4f, 0xf840018630)
  34. /home/orfjackal/devel/gospec/src/gospec/main.go:54 +0xa0
  35. gospec.MainGoTest(0xf840018630, 0xf84001e3c0, 0xf840018630, 0x419105)
  36. /home/orfjackal/devel/gospec/src/gospec/main.go:39 +0x25
  37. hello.TestAllSpecs(0xf84001e3c0, 0x100000000)
  38. /home/orfjackal/devel/gospec/hello-world-template/all_specs_test.go:11 +0x50
  39. testing.tRunner(0xf84001e3c0, 0x524ec8, 0x0, 0x0)
  40. /home/orfjackal/go/src/pkg/testing/testing.go:188 +0x38
  41. created by testing.RunTests
  42. /home/orfjackal/go/src/pkg/testing/testing.go:253 +0x6c7
  43. gotest: "./6.out" failed: exit status 2
  44. make: *** [test] Error 2
  45.  
  46. Exited: 512
  47.  
  48.  
Advertisement
Add Comment
Please, Sign In to add comment