[DTrace-devel] [PATCH 1/2] test: Add xfail pending binutils fix

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jan 12 18:30:59 UTC 2024


From: Eugene Loh <eugene.loh at oracle.com>

This test started to fail with commit 2096fd77
"usdt: remove relocations rather than changing their type to R_*_NONE"

Add an xfail pending a binutils fix to not consider R_*_NONE invalid.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/usdt/tst.static2.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/unittest/usdt/tst.static2.sh b/test/unittest/usdt/tst.static2.sh
index ec611873..8a2417cd 100755
--- a/test/unittest/usdt/tst.static2.sh
+++ b/test/unittest/usdt/tst.static2.sh
@@ -9,6 +9,8 @@
 # files containing the probes have already been modified. This tests that
 # case by generating the DOF object, removing it, and building it again.
 
+# @@xfail: pending binutils fix to not consider R_*_NONE invalid
+
 if [ $# != 1 ]; then
 	echo expected one argument: '<'dtrace-path'>'
 	exit 2
-- 
2.18.4




More information about the DTrace-devel mailing list