Skip to content

Instantly share code, notes, and snippets.

@tobowers
Created February 4, 2019 10:14
Show Gist options
  • Save tobowers/2de0a6182f0fc4a00cf496c7360b1e65 to your computer and use it in GitHub Desktop.
Save tobowers/2de0a6182f0fc4a00cf496c7360b1e65 to your computer and use it in GitHub Desktop.
errors without snapshot
11:13 ~/code/go/src/github.com/augustoroman/v8 (new-ver) $ go test
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x476798d]
runtime stack:
runtime.throw(0x4af253e, 0x2a)
/usr/local/go/src/runtime/panic.go:608 +0x72
runtime.sigpanic()
/usr/local/go/src/runtime/signal_unix.go:374 +0x2f2
goroutine 73 [syscall]:
runtime.cgocall(0x4144e20, 0xc00010fd60, 0x4d557d8)
/usr/local/go/src/runtime/cgocall.go:128 +0x5e fp=0xc00010fd30 sp=0xc00010fcf8 pc=0x400507e
github.com/augustoroman/v8._Cfunc_v8_Isolate_New(0x0)
_cgo_gotypes.go:282 +0x4a fp=0xc00010fd60 sp=0xc00010fd30 pc=0x41378ea
github.com/augustoroman/v8.NewIsolate(0x2)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8.go:156 +0x42 fp=0xc00010fda0 sp=0xc00010fd60 pc=0x4138932
github.com/augustoroman/v8.TestIsolateGetHeapStatistics(0xc000104700)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1286 +0x37 fp=0xc00010ffa8 sp=0xc00010fda0 pc=0x4135287
testing.tRunner(0xc000104700, 0x4af58b0)
/usr/local/go/src/testing/testing.go:827 +0xbf fp=0xc00010ffd0 sp=0xc00010ffa8 pc=0x40d8c8f
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc00010ffd8 sp=0xc00010ffd0 pc=0x405c741
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 1 [chan receive]:
testing.(*T).Run(0xc000104700, 0x4aee736, 0x1c, 0x4af58b0, 0x4077101)
/usr/local/go/src/testing/testing.go:879 +0x383
testing.runTests.func1(0xc0000ca000)
/usr/local/go/src/testing/testing.go:1119 +0x78
testing.tRunner(0xc0000ca000, 0xc0000bbe08)
/usr/local/go/src/testing/testing.go:827 +0xbf
testing.runTests(0xc0000aa040, 0x4d1c2a0, 0x38, 0x38, 0x400dcef)
/usr/local/go/src/testing/testing.go:1117 +0x2aa
testing.(*M).Run(0xc0000c8000, 0x0)
/usr/local/go/src/testing/testing.go:1034 +0x165
main.main()
_testmain.go:174 +0x13d
goroutine 20 [chan receive]:
testing.(*T).Parallel(0xc0000ca200)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestRunSimpleJS(0xc0000ca200)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:18 +0x2f
testing.tRunner(0xc0000ca200, 0x4af5988)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 21 [chan receive]:
testing.(*T).Parallel(0xc0000ca300)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestBoolConversion(0xc0000ca300)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:35 +0x53
testing.tRunner(0xc0000ca300, 0x4af5818)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 22 [chan receive]:
testing.(*T).Parallel(0xc0000ca400)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsRegex(0xc0000ca400)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:78 +0x35
testing.tRunner(0xc0000ca400, 0x4af58c0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 23 [chan receive]:
testing.(*T).Parallel(0xc0000ca500)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestNumberConversions(0xc0000ca500)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:94 +0x40
testing.tRunner(0xc0000ca500, 0x4af5948)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 24 [chan receive]:
testing.(*T).Parallel(0xc0000ca600)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestNumberConversionsFailForNonNumbers(0xc0000ca600)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:119 +0x40
testing.tRunner(0xc0000ca600, 0x4af5940)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 25 [chan receive]:
testing.(*T).Parallel(0xc0000ca700)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestErrorRunningInvalidJs(0xc0000ca700)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:141 +0x2f
testing.tRunner(0xc0000ca700, 0x4af5890)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 26 [chan receive]:
testing.(*T).Parallel(0xc0000ca800)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestValueString(0xc0000ca800)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:151 +0x56
testing.tRunner(0xc0000ca800, 0x4af59d8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 27 [chan receive]:
testing.(*T).Parallel(0xc0000ca900)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsReturnStringWithEmbeddedNulls(0xc0000ca900)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:185 +0x35
testing.tRunner(0xc0000ca900, 0x4af58d0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 28 [chan receive]:
testing.(*T).Parallel(0xc0000caa00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsReturnUndefined(0xc0000caa00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:197 +0x40
testing.tRunner(0xc0000caa00, 0x4af58d8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 29 [chan receive]:
testing.(*T).Parallel(0xc0000cab00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsReturnArrayBuffer(0xc0000cab00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:212 +0x32
testing.tRunner(0xc0000cab00, 0x4af58c8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 30 [chan receive]:
testing.(*T).Parallel(0xc0000cac00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsThrowString(0xc0000cac00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:228 +0x40
testing.tRunner(0xc0000cac00, 0x4af58e8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 31 [chan receive]:
testing.(*T).Parallel(0xc0000cad00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsThrowError(0xc0000cad00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:241 +0x40
testing.tRunner(0xc0000cad00, 0x4af58e0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 32 [chan receive]:
testing.(*T).Parallel(0xc0000caf00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestReadFieldFromObject(0xc0000caf00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:254 +0x40
testing.tRunner(0xc0000caf00, 0x4af5980)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 33 [chan receive]:
testing.(*T).Parallel(0xc0000cb000)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestReadAndWriteIndexFromArrayBuffer(0xc0000cb000)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:270 +0x43
testing.tRunner(0xc0000cb000, 0x4af5960)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 34 [chan receive]:
testing.(*T).Parallel(0xc0000cb100)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestReadAndWriteIndexFromArray(0xc0000cb100)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:344 +0x43
testing.tRunner(0xc0000cb100, 0x4af5968)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 35 [chan receive]:
testing.(*T).Parallel(0xc0000cb200)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestReadFieldFromNonObjectFails(0xc0000cb200)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:375 +0x35
testing.tRunner(0xc0000cb200, 0x4af5978)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 36 [chan receive]:
testing.(*T).Parallel(0xc0000cb300)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestReadFieldFromGlobal(0xc0000cb300)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:392 +0x40
testing.tRunner(0xc0000cb300, 0x4af5970)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 37 [chan receive]:
testing.(*T).Parallel(0xc0000cb500)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestSetField(0xc0000cb500)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:408 +0x40
testing.tRunner(0xc0000cb500, 0x4af5998)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 4 [chan receive]:
testing.(*T).Parallel(0xc0000e4000)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestRunningCodeInContextAfterThrowingError(0xc0000e4000)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:430 +0x40
testing.tRunner(0xc0000e4000, 0x4af5990)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 5 [chan receive]:
testing.(*T).Parallel(0xc0000e4100)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestManyContextsThrowingErrors(0xc0000e4100)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:456 +0x2f
testing.tRunner(0xc0000e4100, 0x4af5910)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 6 [chan receive]:
testing.(*T).Parallel(0xc0000e4200)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestErrorsInNativeCode(0xc0000e4200)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:493 +0x40
testing.tRunner(0xc0000e4200, 0x4af5898)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 7 [chan receive]:
testing.(*T).Parallel(0xc0000e4300)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCallFunctionWithExplicitThis(0xc0000e4300)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:503 +0x40
testing.tRunner(0xc0000e4300, 0x4af5828)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 8 [chan receive]:
testing.(*T).Parallel(0xc0000e4400)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCallFunctionWithGlobalScope(0xc0000e4400)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:518 +0x40
testing.tRunner(0xc0000e4400, 0x4af5830)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 9 [chan receive]:
testing.(*T).Parallel(0xc0000e4500)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCallFunctionFailsOnNonFunction(0xc0000e4500)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:533 +0x32
testing.tRunner(0xc0000e4500, 0x4af5820)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 10 [chan receive]:
testing.(*T).Parallel(0xc0000e4600)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestNewFunction(0xc0000e4600)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:545 +0x40
testing.tRunner(0xc0000e4600, 0x4af5938)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 11 [chan receive]:
testing.(*T).Parallel(0xc0000e4700)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestNewFunctionThrows(0xc0000e4700)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:561 +0x32
testing.tRunner(0xc0000e4700, 0x4af5928)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 12 [chan receive]:
testing.(*T).Parallel(0xc0000e4800)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestNewFunctionWithArgs(0xc0000e4800)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:573 +0x40
testing.tRunner(0xc0000e4800, 0x4af5930)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 13 [chan receive]:
testing.(*T).Parallel(0xc0000e4900)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestNewFunctionFailsOnNonFunction(0xc0000e4900)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:591 +0x32
testing.tRunner(0xc0000e4900, 0x4af5920)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 14 [chan receive]:
testing.(*T).Parallel(0xc0000e4a00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestBind(0xc0000e4a00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:603 +0x40
testing.tRunner(0xc0000e4a00, 0x4af5810)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 15 [chan receive]:
testing.(*T).Parallel(0xc0000e4b00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestBindReturnsError(0xc0000e4b00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:644 +0x32
testing.tRunner(0xc0000e4b00, 0x4af5808)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 16 [chan receive]:
testing.(*T).Parallel(0xc0000e4c00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestBindPanics(0xc0000e4c00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:659 +0x40
testing.tRunner(0xc0000e4c00, 0x4af57f8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 50 [chan receive]:
testing.(*T).Parallel(0xc0000e4d00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestBindName(0xc0000e4d00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:673 +0x2f
testing.tRunner(0xc0000e4d00, 0x4af57d8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 51 [chan receive]:
testing.(*T).Parallel(0xc0000e4e00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestBindNilReturn(0xc0000e4e00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:683 +0x2f
testing.tRunner(0xc0000e4e00, 0x4af57e8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 52 [chan receive]:
testing.(*T).Parallel(0xc0000e4f00)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestTerminate(0xc0000e4f00)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:697 +0x40
testing.tRunner(0xc0000e4f00, 0x4af59b8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 53 [chan receive]:
testing.(*T).Parallel(0xc0000e5000)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestEs6Destructuring(0xc0000e5000)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:770 +0x4e
testing.tRunner(0xc0000e5000, 0x4af58a0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 54 [chan receive]:
testing.(*T).Parallel(0xc0000e5100)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsonExport(0xc0000e5100)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:787 +0x40
testing.tRunner(0xc0000e5100, 0x4af58f0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 55 [chan receive]:
testing.(*T).Parallel(0xc0000e5200)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestValueReleaseMoreThanOnceIsOk(0xc0000e5200)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:813 +0x2f
testing.tRunner(0xc0000e5200, 0x4af59d0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 56 [chan receive]:
testing.(*T).Parallel(0xc0000e5300)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestSharingValuesAmongContextsInAnIsolate(0xc0000e5300)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:835 +0x40
testing.tRunner(0xc0000e5300, 0x4af59a0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 57 [chan receive]:
testing.(*T).Parallel(0xc0000e5400)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCreateSimple(0xc0000e5400)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:876 +0x56
testing.tRunner(0xc0000e5400, 0x4af5880)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 58 [chan receive]:
testing.(*T).Parallel(0xc0000e5500)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCreateComplex(0xc0000e5500)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:917 +0x43
testing.tRunner(0xc0000e5500, 0x4af5868)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 59 [chan receive]:
testing.(*T).Parallel(0xc0000e5600)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsCreateArrayBufferRoundtrip(0xc0000e5600)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1007 +0x43
testing.tRunner(0xc0000e5600, 0x4af58b8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 60 [chan receive]:
testing.(*T).Parallel(0xc0000e5700)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestTypedArrayBuffers(0xc0000e5700)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1069 +0x40
testing.tRunner(0xc0000e5700, 0x4af59c0)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 61 [chan receive]:
testing.(*T).Parallel(0xc0000e5800)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCreateJsonTags(0xc0000e5800)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1086 +0x43
testing.tRunner(0xc0000e5800, 0x4af5870)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 66 [chan receive]:
testing.(*T).Parallel(0xc000104000)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestParseJson(0xc000104000)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1118 +0x40
testing.tRunner(0xc000104000, 0x4af5950)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 67 [chan receive]:
testing.(*T).Parallel(0xc000104100)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestJsonMarshal(0xc000104100)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1138 +0x40
testing.tRunner(0xc000104100, 0x4af58f8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 68 [chan receive]:
testing.(*T).Parallel(0xc000104200)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCallbackProvideCorrectContext(0xc000104200)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1161 +0x40
testing.tRunner(0xc000104200, 0x4af5840)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 69 [chan receive]:
testing.(*T).Parallel(0xc000104300)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestCircularReferenceJsonMarshalling(0xc000104300)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1190 +0x40
testing.tRunner(0xc000104300, 0x4af5848)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 70 [chan receive]:
testing.(*T).Parallel(0xc000104400)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestIsolateFinalizer(0xc000104400)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1206 +0x2f
testing.tRunner(0xc000104400, 0x4af58a8)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 71 [chan receive]:
testing.(*T).Parallel(0xc000104500)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestContextFinalizer(0xc000104500)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1240 +0x2f
testing.tRunner(0xc000104500, 0x4af5860)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
goroutine 72 [chan receive]:
testing.(*T).Parallel(0xc000104600)
/usr/local/go/src/testing/testing.go:732 +0x1fa
github.com/augustoroman/v8.TestContextFinalizerWithValues(0xc000104600)
/Users/tobowers/code/go/src/github.com/augustoroman/v8/v8_test.go:1258 +0x40
testing.tRunner(0xc000104600, 0x4af5858)
/usr/local/go/src/testing/testing.go:827 +0xbf
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:878 +0x35c
exit status 2
FAIL github.com/augustoroman/v8 0.018s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment