25 lines
769 B
Diff
25 lines
769 B
Diff
From dff6a7871debe62db762eea34a1356f11fda305c Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=C3=81lex=20S=C3=A1ez?= <asm@redhat.com>
|
|
Date: Mon, 31 Jul 2023 14:46:54 +0200
|
|
Subject: [PATCH] Skip TestCgoStacktrace2
|
|
|
|
---
|
|
pkg/proc/proc_test.go | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/pkg/proc/proc_test.go b/pkg/proc/proc_test.go
|
|
index 0cb84f6b..88db4c43 100644
|
|
--- a/pkg/proc/proc_test.go
|
|
+++ b/pkg/proc/proc_test.go
|
|
@@ -4606,6 +4606,7 @@ func TestCgoStacktrace2(t *testing.T) {
|
|
skipOn(t, "upstream issue", "windows")
|
|
skipOn(t, "broken", "386")
|
|
skipOn(t, "broken", "arm64")
|
|
+ skipOn(t, "broken", "amd64")
|
|
protest.MustHaveCgo(t)
|
|
// If a panic happens during cgo execution the stacktrace should show the C
|
|
// function that caused the problem.
|
|
--
|
|
2.41.0
|
|
|