aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/strace/skip-broken-tests.patch
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-25 01:40:47 +0900
committerOphestra <cat@gensokyo.uk>2026-07-25 01:40:47 +0900
commitb647170d0ccb4652dab914f641d21110581d7d12 (patch)
treeaf6967ed693d2c3893d50f1248331c4c628b6a87 /internal/rosa/package/strace/skip-broken-tests.patch
parent5e655a0bf6eb8234ee57eec08e1b3ecf089b7606 (diff)
internal/rosa/package/strace: build from git sources
This removes xz input. This change also enables tests. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/strace/skip-broken-tests.patch')
-rw-r--r--internal/rosa/package/strace/skip-broken-tests.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/internal/rosa/package/strace/skip-broken-tests.patch b/internal/rosa/package/strace/skip-broken-tests.patch
new file mode 100644
index 00000000..ce74b0e2
--- /dev/null
+++ b/internal/rosa/package/strace/skip-broken-tests.patch
@@ -0,0 +1,26 @@
+diff --git a/tests/attach-p-eperm-already-traced.test b/tests/attach-p-eperm-already-traced.test
+index 54428c539..a0fa049c4 100755
+--- a/tests/attach-p-eperm-already-traced.test
++++ b/tests/attach-p-eperm-already-traced.test
+@@ -10,6 +10,8 @@
+
+ . "${srcdir=.}/init.sh"
+
++skip_ "broken test"
++
+ $STRACE -q --trace=none --signal=none -- \
+ sh -c "echo \$\$; sleep $TIMEOUT_DURATION" > "$OUT" 2>/dev/null &
+ tracer_pid=$!
+diff --git a/tests/int_0x80.c b/tests/int_0x80.c
+index d46e51584..f0cb88b0f 100644
+--- a/tests/int_0x80.c
++++ b/tests/int_0x80.c
+@@ -9,7 +9,7 @@
+
+ #include "tests.h"
+
+-#if defined __x86_64__ || defined __i386__
++#if 0
+
+ # include <stdio.h>
+ # include <unistd.h>