Control: tags -1 +patch
Attached you can find a fix adapting the test Makefile for LLVM 21 (seems like
similar adaptations were already needed in the past, but not sent upstream?).
I can NMU this if desired, since it will start blocking rustc 1.91.1 soonish.
Regards,
Fabian
diff -Nru wasmedge-0.14.1+dfsg/debian/tests/capi-mandelbrot wasmedge-0.14.1+dfsg/debian/tests/capi-mandelbrot
--- wasmedge-0.14.1+dfsg/debian/tests/capi-mandelbrot 2025-01-21 16:26:02.000000000 +0100
+++ wasmedge-0.14.1+dfsg/debian/tests/capi-mandelbrot 2025-12-13 10:07:28.000000000 +0100
@@ -9,7 +9,7 @@
}
@test "build and run mandelbrot-set-in-threads example" {
- sed -i '/--features/ s/$/,sign-ext/' Makefile
+ sed -i '/--features/ s/$/,sign-ext,call-indirect-overlong,nontrapping-fptoint,bulk-memory-opt/' Makefile
make
run ./main
assert_success