]> Cypherpunks repositories - gostls13.git/commit
runtime/testdata/testprogcgo: refactor CrashTraceback
authorAustin Clements <austin@google.com>
Fri, 20 Nov 2020 22:09:23 +0000 (17:09 -0500)
committerAustin Clements <austin@google.com>
Tue, 24 Nov 2020 21:47:20 +0000 (21:47 +0000)
commitba2adc21e8c416c47dec5fbce76286758f15b177
tree7d3138018f7979f0504243b1cf3079a00db4c55a
parent65dcd15c720585958908668fb17c47bc620a9923
runtime/testdata/testprogcgo: refactor CrashTraceback

This moves the C part of the CrashTraceback test into its own file in
preparation for adding a test that transitions back into Go.

Change-Id: I9560dcfd80bf8a1d30809fd360f958f5261ebb01
Reviewed-on: https://go-review.googlesource.com/c/go/+/272130
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/testdata/testprogcgo/traceback.go
src/runtime/testdata/testprogcgo/traceback_c.c [new file with mode: 0644]