=== RUN TestSideEffectOrder
--- PASS: TestSideEffectOrder (0.00 seconds)
=== RUN TestChanSendInterface
--- PASS: TestChanSendInterface (0.00 seconds)
=== RUN TestPseudoRandomSend
--- PASS: TestPseudoRandomSend (0.00 seconds)
=== RUN TestMultiConsumer
--- PASS: TestMultiConsumer (0.14 seconds)
=== RUN TestCgoCrashHandler
--- PASS: TestCgoCrashHandler (0.92 seconds)
=== RUN TestCrashHandler
--- PASS: TestCrashHandler (0.37 seconds)
=== RUN TestGcSys
--- PASS: TestGcSys (0.53 seconds)
gc_test.go:36: used 1114112 extra bytes
=== RUN TestGcDeepNesting
--- PASS: TestGcDeepNesting (0.00 seconds)
gc_test.go:52: 0xf840106000
=== RUN TestLFStack
--- PASS: TestLFStack (0.00 seconds)
=== RUN TestLFStackStress
--- PASS: TestLFStackStress (0.06 seconds)
=== RUN TestParFor
--- PASS: TestParFor (0.00 seconds)
=== RUN TestParFor2
--- PASS: TestParFor2 (0.00 seconds)
=== RUN TestParForSetup
--- PASS: TestParForSetup (0.00 seconds)
=== RUN TestParForParallel
--- PASS: TestParForParallel (0.19 seconds)
=== RUN TestStopTheWorldDeadlock
--- PASS: TestStopTheWorldDeadlock (1.13 seconds)
=== RUN TestFloat64
--- PASS: TestFloat64 (0.10 seconds)
=== RUN TestStackSplit
--- PASS: TestStackSplit (0.01 seconds)
=== RUN TestCaller
--- PASS: TestCaller (0.00 seconds)
=== RUN TestStdCall
--- PASS: TestStdCall (0.00 seconds)
=== RUN Test64BitReturnStdCall
--- PASS: Test64BitReturnStdCall (0.00 seconds)
=== RUN TestCDecl
--- PASS: TestCDecl (0.00 seconds)
=== RUN TestEnumWindows
--- PASS: TestEnumWindows (0.00 seconds)
=== RUN TestCallback
--- PASS: TestCallback (0.00 seconds)
=== RUN TestCallbackGC
--- PASS: TestCallbackGC (0.00 seconds)
=== RUN TestCallbackPanic
--- PASS: TestCallbackPanic (0.00 seconds)
=== RUN TestCallbackPanicLoop
--- PASS: TestCallbackPanicLoop (4.70 seconds)
=== RUN TestCallbackPanicLocked
--- PASS: TestCallbackPanicLocked (0.00 seconds)
=== RUN TestBlockingCallback
--- PASS: TestBlockingCallback (0.00 seconds)
=== RUN TestCallbackInAnotherThread
--- PASS: TestCallbackInAnotherThread (0.00 seconds)
PASS
ok runtime 8.823s
I would say Brad is right. Perhaps, you have something that monitors
"suspicious" activities. But, I think you know about these things better
then anyone here. Don't you?
Alex
--