Skip to content

Commit

Permalink
1.19_windows/runtime, 1.20_windows/runtime, 1.21_windows/runtime: ski…
Browse files Browse the repository at this point in the history
…p a suspicious test
  • Loading branch information
hajimehoshi committed Oct 6, 2023
1 parent 925aea2 commit eba4d35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 1.19_windows/runtime/crash_cgo_test.go.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//--from
func TestCgoDLLImports(t *testing.T) {
//--to
func TestCgoDLLImports(t *testing.T) {
t.Skip("compiling Cgo might not work well (__imp___iob_func is undefined?)")
5 changes: 5 additions & 0 deletions 1.20_windows/runtime/crash_cgo_test.go.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//--from
func TestCgoDLLImports(t *testing.T) {
//--to
func TestCgoDLLImports(t *testing.T) {
t.Skip("compiling Cgo might not work well (__imp___iob_func is undefined?)")
5 changes: 5 additions & 0 deletions 1.21_windows/runtime/crash_cgo_test.go.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//--from
func TestCgoDLLImports(t *testing.T) {
//--to
func TestCgoDLLImports(t *testing.T) {
t.Skip("compiling Cgo might not work well (__imp___iob_func is undefined?)")

0 comments on commit eba4d35

Please sign in to comment.